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

Idoc ALE

Former Member
0 Likes
611

Hi All,

I get an IDOC from another SAP system into our SAP system.

I have created rule to change the volume unit from liters to milliliters and assigned it to the correct message type.

For some reason the conversion is not happening after the Idoc is processed.

Any reason and is there a way to debug?

Thanks,

Meghna

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
581

Set the message type on the partner profile to process by background program. Then put a breakpoint in your process code and run RBDAPP01 for the IDOC in question.

Set the message type on the partner profile to process by background program. Then put a breakpoint in your process code and run RBDAPP01 for the IDOC in question.

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
582

Set the message type on the partner profile to process by background program. Then put a breakpoint in your process code and run RBDAPP01 for the IDOC in question.

Read only

Former Member
0 Likes
581

Thanks Brad - solved my issue.