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

regarding application log .

Former Member
0 Likes
564

Hi experts,

I've created a IDOC in ECC i need to transfer it to other SAP System for example like MII system.

Now if the IDOC fails to generate or transfer I need it to log the error in ECC.

and the logged error need to be sent to MII system . How can I achieve this?

Regards,

Suhas.

3 REPLIES 3
Read only

Former Member
0 Likes
538

Hi suhas,

   Use Transaction BD87 Status Monitor for ALE Messages. you can check the status of every outbound and inbound IDOCs. If any idoc with error status, you can select and Process to send the idoc after error correction.

Regards,

Mordhwaj

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
538

What do you use to generate the IDoc? If it's a custom program then naturally it should be done there.

Read only

Former Member
0 Likes
538

Hi Suhas,

generally, I think here you can find your solution using standard Idoc monitorring in combination with an workflow task who can trigger an adequate kind of information to the target system.

Just an idea, hope it can help you...

Kind Regards