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

ale/idoc

Former Member
0 Likes
673

how can we reprocess the idoc that is failed for inbound

how can we reprocess the idoc that is failed for inbound

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
646

Hi,

we can do it in tocde ->BD87...

Regards,

Nagaraj

Read only

Former Member
0 Likes
646

Hi Srinivasarao,

In table EDIFCT there is the combination of message type and IDoc type assigned to a function module to processs the IDoc. Find this function and put a break-point in it. Then reprocess the IDoc with <b>BD87 (or the ABAP RBDINPUT to save an extra step)</b> and debug from where the procedure stops. From here, you are in the application and can to see what goes awry.

Thanks and regards

Vipin Das

Read only

Former Member
0 Likes
646

Hi,

You can use transaction BD87 to reprocess the IDoc.

and use the following programs to reprocess outbound and inbound error IDoc(s).

RBDAGAI2 - Re-processing of IDocs after ALE Input Error

RBDAGAIE - Reprocessing of Edited IDocs

RBDAGAIN - Process Outbound IDocs with Errors Again

RBDAGAIP - New Posting of Partially Posted IDocs

RBDMANI2 - Manual Processing of IDocs: Post IDocs Not Yet Posted

Reward if it helpful

Thanks

Vana