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: 

Reg Submit command

Former Member
0 Kudos

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.

3 REPLIES 3

Former Member
0 Kudos

Hi you always free the memory id as

FREE mEMORY ID <NAMEOF ID>

and refresh the itab.

GauthamV
Active Contributor
0 Kudos

hi,

u can get the status of idoc from EDIDC table.

kesavadas_thekkillath
Active Contributor
0 Kudos

ur qn is not clear..

try moving the needed values to Memory id and take it whereever necessary....