Application Development and Automation 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: 
Read only

GETWA_NOT_ASSIGNED

Former Member
0 Likes
665

hi all,

this is the runtime error iam getting while i was trying to chane the list disply to alv display.

runtime error :GETWA_NOT_ASSIGNED

Field symbol has not yet been assigned.

this is the message iam getting while running hte prog.

can any body help me.

thanks &regards,

sri.

hi all,

this is the runtime error iam getting while i was trying to chane the list disply to alv display.

runtime error :GETWA_NOT_ASSIGNED

Field symbol has not yet been assigned.

this is the message iam getting while running hte prog.

can any body help me.

thanks &regards,

sri.

4 REPLIES 4
Read only

Former Member
0 Likes
627

Hi,

Your fieldcat is not getting generated, thats the reason you getting this error.

Thanks

Nayan

Read only

0 Likes
627

can u pls tell me how can i rectify it?

i have made all hte declarations in the data ststements and called the function reuse _alv griddisplay.

pls tell me how to rectify it.

thanks in advance ,

Sri.

Read only

Former Member
0 Likes
627

If you are manually building your it_fieldcatalog, it_sort, or it_filter ensure that the field names you provide exactly match the variable names in your it_outtab. I have frequently seen this error and it often relates to a simple misspelled field name.

-roger

Read only

Former Member
0 Likes
627

thanks for ur answer