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: 

Program other than RBDAGAIE that can reprocess edited IDocs

Former Member
0 Kudos

Hi Experts,

Is there any other program other than RBDAGAIE that can reprocess edited IDocs (Status 69) that has almost the same parameters as the program RBDMANIN like Created On, Created At, Logical Message Type, Partner Number/Function/Type of Sender, etc. Program RBDAGAIE does not seem to have any variant and it only has IDoc Number and Direction for IDoc as parameters.

Thank you.

1 ACCEPTED SOLUTION

matt
Active Contributor

Write a program that selects the IDOC numbers according to your criteria, then use SUBMIT to run RBDPROCESS with those idoc numbers.

7 REPLIES 7

Sandra_Rossi
Active Contributor
0 Kudos

You're looking for something else, but which features are you looking for exactly?

Former Member
0 Kudos

Hi Sandra. I was looking for a program that could reprocess edited IDocs (status 69) based on a specific range of date and time. I found program RBDAGAIE but it has no parameters that could filter IDocs on a specific date and time. Program RBDMANIN have those but it can only reprocess IDocs with status 51. Thanks.

Sandra_Rossi
Active Contributor
0 Kudos
Aren't you looking for transaction code BD87, the master transaction for reprocessing all IDocs? (all those RBD* programs are only used for direct access, but they are automatically invoked from BD87).

Former Member
0 Kudos

I am aware of transaction code BD87 but I need a specific program that I can schedule in the background to reprocess the IDocs with status 69. In this program, I should be able to create a variant that will filter the IDocs to be reprocessed according to the date and time they are created.

Sandra_Rossi
Active Contributor
0 Kudos

ok. It must be program RBDPROCESS then.

Former Member
0 Kudos

Thank you for that, Sandra. I appreciate you taking the time to give answers. However, RBDPROCESS only has the field 'IDoc number'. As I've mentioned, I should also be able to specify the date and time in selecting IDocs (status 69) that will be reprocessed.

matt
Active Contributor

Write a program that selects the IDOC numbers according to your criteria, then use SUBMIT to run RBDPROCESS with those idoc numbers.