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

Reprocess the IDOC without using BD87

krishna_maram
Participant
0 Likes
839

Can I reprocess an idoc through a zreport in the background. can i use the program behind BD87 and use a submit statement?

But BD87 genertes an output from which you have pick your idoc and reprocess it manually.

Thanks,

krishna.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

hi ,

See the status of the record and process the below program using Submit report by passing Idoc number

Program RBDMANI2 for status 51 & 52

Program RBDAPP01 for status 64 ,66

Program RBDAGAIE for status 32 and 69 (Edited IDocs)

Program RBDSYNER for status 26

Program RSEOUT00 for status 30

re-process IDocs failing in 29 status, use program RBDAGAIN.

Prabhudas

2 REPLIES 2
Read only

Former Member
0 Likes
516

hi ,

See the status of the record and process the below program using Submit report by passing Idoc number

Program RBDMANI2 for status 51 & 52

Program RBDAPP01 for status 64 ,66

Program RBDAGAIE for status 32 and 69 (Edited IDocs)

Program RBDSYNER for status 26

Program RSEOUT00 for status 30

re-process IDocs failing in 29 status, use program RBDAGAIN.

Prabhudas

Read only

0 Likes
515

Thanks Prabu.