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

Sending Inbound application log error in inbound processing through email

Former Member
0 Likes
886

Hello all,

My client wants application log for failed idoc through E-mail.(The application log found in we05 for failed idocs).

Please guide me how to get/fetch the error log in inbound processing.

Thank you.

Edited by: Sanjay_lnt on Feb 9, 2010 5:32 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
796

Hi,

You can send mail of faild idocs using workflow,

Just search the forum you will get step by step guide here itself.

Regards

Bikas

Hi,

You can send mail of faild idocs using workflow,

Just search the forum you will get step by step guide here itself.

Regards

Bikas

5 REPLIES 5
Read only

Former Member
0 Likes
797

Hi,

You can send mail of faild idocs using workflow,

Just search the forum you will get step by step guide here itself.

Regards

Bikas

Read only

0 Likes
796

Client not interested in IDOC no but the reason for failure of IDOC obtained in Application log.

Please guide.

Read only

0 Likes
796

Hi,

Query EDIDS table with the relevant selection criteria like date.

Here field STATXT will give you the message text. REPLACE the place holders(&) with STAPA1, STAPA2, STAPA3 and STAPA4 to build the complete message.

Make sure that you read the message for the latest counter(Check Max counter in field COUNTER). Because same IDOC can have multiple messages.

Once you get the message, you can use normal mail sending code for sendingout the mails.

Thanks,

Vinod.

Edited by: Vinod Vemuru on Feb 9, 2010 11:21 AM

Read only

0 Likes
796

thsi will not get me exact reason for failure like the exact error reason obtained in APPLICATION LOG.

The Application log(Aplication log button can be found if you click on status records Error page ICON ) is generated by application no in EDIDS.Question is how ???

and how to get the message log in program to forward through mail.

Read only

Former Member
0 Likes
796

Try report RSEBWE05. Let me know if you need help sending the results as an email.