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

Resetting multiple IDoc status

Former Member
0 Likes
2,238

Hello,

I have to believe that either somewhere in SAP or maybe one of you good people have come across a utility that allows you to reset the status of a specific set of IDocs. I need to reprocess a large number that I can identify using the EDIDS table. I know I can write a program utilizing function module IDOC_STATUS_WRITE_TO_DATABASE but in the interest of time I thouht I'd check to see if one of you guys know of or heard of a utility I could use or clone.

Thanks,

JR

Hello,

I have to believe that either somewhere in SAP or maybe one of you good people have come across a utility that allows you to reset the status of a specific set of IDocs. I need to reprocess a large number that I can identify using the EDIDS table. I know I can write a program utilizing function module IDOC_STATUS_WRITE_TO_DATABASE but in the interest of time I thouht I'd check to see if one of you guys know of or heard of a utility I could use or clone.

Thanks,

JR

8 REPLIES 8
Read only

Former Member
0 Likes
1,934

what are you looking to change from whcih status? BD87 can process multiple IDOCs at the same time. bespecific what are you looking for

Read only

rainer_hbenthal
Active Contributor
0 Likes
1,934

If you know how to identify them just do an update.

Read only

Former Member
0 Likes
1,934

I'm looking to change a specific group of Customer Master IDOcs processed on a specific date from status 53 to status 64 to reprocess using transaction BD87. The first time through some data was missed due to a KNA1 problem.

Read only

0 Likes
1,934

53 - uis successfully posted, 64 iis ready to be processed, you cant change from 53 to 64.

But if your status is 51 - in error, run RBDMANI2 or BD87 and post the IDOCs to 53

Read only

0 Likes
1,934

An IDoc status can be changed from status 53 to 64 as I have verified using program RC1_IDOC_SET_STATUS. I just don't have the time to do this hundreds of times to IDocs that need to be reprocessed.

Read only

0 Likes
1,934

You can use that program to change the status, what is the issue then, you can enter as many IDOC#s as you want with a range or pattern.

Read only

0 Likes
1,934

Yes, but if it was as simple as that I think I would have done that by now. You see, there are gaps between the IDOC numbers that need to be processed so a range will not work. Again, I have almost 1000 to process and I don't think I want to enter individial values either. Does this make the scenario clear for you?

Read only

0 Likes
1,934

Where are these #s? if you have a file with htose you can easily upload those in the selection screen,. If you are reading programatically, then just submit the program with these values. On the other hand if you are checking those manually to change the status, then you have to submit manually.