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

Idoc reprocessing in Custom program

Former Member
0 Likes
683

I have a custom program which displays the IDoc data for the message type = ZSTLSP in the ALV format.

Requiremt is that I shall select a record and change one of the coulmn contents . A button 'Reprocess' will be

made available , when clicked it needs to reprocess the Idoc . The reprocessed idoc will be strored with the new values entered

and the original idoc will be stored with status 70.

Kindly let me know how to reporcess the IDoc in the custom program.

p.s.: Function module IDOC_INPUT does also reprocess ..but it does not disoplays the updated status.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

Hello,

You may call standard program RBDAPP01 to reprocess the IDOCs using SUBMIT statement. Pass the IDOC Number, Message type etc. while submitting the program.

Thanks,

Venu

1 REPLY 1
Read only

Former Member
0 Likes
543

Hello,

You may call standard program RBDAPP01 to reprocess the IDOCs using SUBMIT statement. Pass the IDOC Number, Message type etc. while submitting the program.

Thanks,

Venu