Skip to Content
0
Former Member
Sep 25, 2008 at 09:45 AM

Reg Submit command

49 Views

I have used the submit command in my program as follows:

SUBMIT rbdapp01 WITH SELECTION-TABLE rspar_tab EXPORTING LIST TO

MEMORY AND RETURN.

This is working fine. But I want the updated values present in the program rbdapp01 populated in my internal table.

i.e in the program rbdapp01 the idoc status is changed from 64 to 53. I want this new status to be updated to my internal table. How can I do that? Please do help me.