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

Error handling inbound idoc

Former Member
0 Likes
1,275

Hi

Am working on Validation part for Inbound idoc system pls let me know how i can generate error report / message and send to sender system is there any SAP standard report are there or any other process for the same ?

Regards

Meeta

Hi

Am working on Validation part for Inbound idoc system pls let me know how i can generate error report / message and send to sender system is there any SAP standard report are there or any other process for the same ?

Regards

Meeta

4 REPLIES 4
Read only

Former Member
0 Likes
1,080

Hi,

If you find any error in the inbound idoc, update the IDOC status record with error status:51 and then send an email to the requester/inbound system sender...

For sending emails you can find many function modules...one of the simplest one is:

'UMC_TODO_SEND_EMAILu2019 ; In the mail subject write the error message along with the IDOC number...if required

Regards

Shiva

Read only

Former Member
0 Likes
1,080

what about using the ALEAUD IDoc Message.

ALEAUD is the standard acknowledgement message for IDoc transfer.

Not really an report (but you can write your own one) but maybe useful.

Look at transaction: BDMONIC3, BDM7 or BDM2. These are all useful IDoc Statistik Reports.

Read only

Former Member
0 Likes
1,080

Hi

Req is they are looking some thing which can immideated inform sender system that these idocs not posted due to these errors ..... some thing like that ..

becz am doing validations inside badi so i can't write report inside it...

Regards

Meeta

Read only

Former Member
0 Likes
1,080

ok