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

Processing IDOC Eroor through WE19

Former Member
0 Likes
665

Hi

I get to know that If we use we19, existing idoc will be processed and it createa new idoc with new status and old error idoc stil exist.and if any other person can process the same error idoc once again and same data can be posted once again. This is the disadvantage .

Will the system allow the entries get posted??? ( If a record already exists means normally the system will give a message like already a record exist with the same key what will happen in this case??? )

Thanks and Regards

Arun Joseph

Hi

I get to know that If we use we19, existing idoc will be processed and it createa new idoc with new status and old error idoc stil exist.and if any other person can process the same error idoc once again and same data can be posted once again. This is the disadvantage .

Will the system allow the entries get posted??? ( If a record already exists means normally the system will give a message like already a record exist with the same key what will happen in this case??? )

Thanks and Regards

Arun Joseph

1 REPLY 1
Read only

gajendra_bhakuni
Product and Topic Expert
Product and Topic Expert
0 Likes
440

Hi Arun,

I will suggest not to post the idoc through WE19, instead you can use program RBDAPP01 to reprocess the erroneous IDoc. Say first time due to missing customizing the idoc failed. Now you corrected the customizing and use transaction BD87 to reprocess the same idoc. This time the Idoc will be posted successfully and go into green status (53).

Now regarding multiple posting of the same idoc: this will have to be handled by the application (i.e. in your inbound IDoc posting FM). Say you have an inbound IDoc which creates customer master IDoc. First time it went into error due to missing customizing. You reprocessed it using BD87. This time it went successful and the customer record was created. Now if you again try to post the same IDoc using WE19. This time the IDoc will fail will error that same key already exists.

Hope this helps.

Regards,

Gajendra.