Application Development 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: 

Idoc ALE

Former Member
0 Kudos
94

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

brad_bohn
Active Contributor
0 Kudos
64

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

brad_bohn
Active Contributor
0 Kudos
65

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.

Former Member
0 Kudos
64

Thanks Brad - solved my issue.