2008 Oct 03 9:26 AM
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
2008 Oct 03 9:45 AM
Maybe you need to to use REUSE_ALV_BLOCK_LIST_REFRESH instead
Just a thought...
2008 Oct 03 9:51 AM
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