cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in End Routine - E:Field "RESULT_PACKAGE" is unknown.

former_member215470
Participant
0 Kudos

Hello Gurus,

I am stuck with an issue while writing an End Routine, trying to implement a look up logic.

On checking the code, the below error pops up -

E:Field "RESULT_PACKAGE" is unknown.


The RESULT_PACKAGE has been declared as is the case in the End Routine and I am really not sure why this error is popping up -

I have made all the necessary Type Declarations, Internal Table declarations, Work Area creations and implemented all the necessary logic. No issue in there.

I just need to resolve this error message with the RESULT_PACKAGE being unknown.

It will be really helpful if you could take a look at this and show me a bit of direction. Any help/suggestion will be highly appreciated.

Many thanks,
Sayan Dey

matt
Active Contributor

You need to show everywhere in the routine you are using RESULT_PACKAGE. Sometimes the syntax check isn't entirely accurate.

Use the code button to paste the relevant code fragments.

Sandra_Rossi
Active Contributor
0 Kudos

There are 2 other such questions in the forum.

Accepted Solutions (0)

Answers (0)