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

error : field symbol not assigned

Former Member
0 Likes
532

hi,

i used block alv display for my report output.I need to poset certain documents on clicking the user command in my output screen.but while clicking on the user command i get the runtime error 'field symbol not assigned'.

inside my code for user command i do some processing for posting the document and call block alv again with new internal tables.When i CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' , i get the runtime dump.

kindly let me know how to correct the error.

regards,

subasree

hi,

i used block alv display for my report output.I need to poset certain documents on clicking the user command in my output screen.but while clicking on the user command i get the runtime error 'field symbol not assigned'.

inside my code for user command i do some processing for posting the document and call block alv again with new internal tables.When i CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' , i get the runtime dump.

kindly let me know how to correct the error.

regards,

subasree

2 REPLIES 2
Read only

Former Member
0 Likes
470

Maybe you need to to use REUSE_ALV_BLOCK_LIST_REFRESH instead

Just a thought...

Read only

Former Member
0 Likes
470

If the field symbol is not a dynamic internal table( Table created at run time ) then the problem is with the way you have declared the field symbol else, the problem is with the field catelog used for the dynamic internal table creation.

Regards,

Murthy