Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Field Symbol not assigned error in program SAPLLPRI

Former Member
0 Kudos

My problem is, I have copied standard program RLVSDR00 in to some ZRLVSDR00 and made some changes accordingly.

while executing I am geting a short dump with error: " GETWA_NOT_ASSIGNED" and "Field symbol has not yet been assigned" in program SAPLLPRI in the include LLPRIF00.

Thanks in advance

6 REPLIES 6

Former Member
0 Kudos

you might be missing some parameter to pass.

check the value in debugger,

former_member218674
Contributor
0 Kudos

Hello Gayathri,

One you got the dump you can select debugger button in top-left corner screen.

That will take you to the execution snap shot where you can check all the field symbols and find out which one is not

assigned. accordingly you can find out what is missing on input side to avoid this dump.

Hope this helps!

Thanks,

Augustin.

Subhankar
Active Contributor
0 Kudos

Hi Gayatri,

This Dump is coming only the reason is field is not assigned successfully.

From the Dump analysis get field symbol for which this dump coming.

Then run the same program in debugging mode and check where this field symbol is assigned.

Check the sy-subrc . If it 0 then field symbol is assign successfully else.check the value and type of field symbol. If there is any mismatch change it accordingly.

Former Member
0 Kudos

Hi guys thanx for your replies.I got solution

0 Kudos

Hi Gayathri,

I'm facing same problem . could you plz tell me the solution u got.

0 Kudos

hi:

Before assigning, just put if not initial and then assign it .

Regards

Shashi