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

Reg Submit command

Former Member
0 Likes
509

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
Read only

Former Member
0 Likes
460

Hi you always free the memory id as

FREE mEMORY ID <NAMEOF ID>

and refresh the itab.

Read only

GauthamV
Active Contributor
0 Likes
460

hi,

u can get the status of idoc from EDIDC table.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
460

ur qn is not clear..

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