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 and RETURN

Former Member
0 Likes
575

Hi,

Iam calling SAP Standard function RBDAGAIE to reprocess the edited idoc from my z program

SUBMIT RBDAGAIE

WITH P_IDOC = <document number>

AND RETURN.

But after reprocessing it is not returning to my z program instead it shows the result screen of RBDAGAIE report.Can anyone please help me.

1 ACCEPTED SOLUTION
Read only

Former Member
531

Hello,

Try like this.

submit REPORT

<b>EXPORTING LIST TO MEMORY</b>

and return.

Regards,

VAsanth

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
531

Did you try using the TO SAP-SPOOL option of the SUBMIT statement?

~Suresh

Read only

Former Member
532

Hello,

Try like this.

submit REPORT

<b>EXPORTING LIST TO MEMORY</b>

and return.

Regards,

VAsanth

Read only

0 Likes
531

Thanks for your reply it worked