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

ALE Conversion rule user-exit problem

Former Member
0 Likes
677

I am trying to implement conversion rule to IDoc INVOIC01 before sending to client.

I took a refence from

/people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment

I tried conversion rule with constant values and it works fine...

Then I activated user-exit and put the code in it.

When I sent Idoc again my Idoc segment which is E1EDKA1 comes as a blank.

I tried with multiple combination as removing the code from exit still it gives the same error.

If I deactivate the user-exit it works fine...

If anyone come accross such situation please send me the solution.

Thanks,

Gaurav Jain

3 REPLIES 3
Read only

Former Member
0 Likes
500

Coild you post your user-exit code?

Read only

Former Member
0 Likes
500

Hi Gaurav,

I have exactly the same problem that you had back in late 2006, with the Conversion Rules somehow not passing the data to the IDOC segment.

The IDOC segment is cleared of all values with the Conversion Rule active.

I have managed to determine that the exit is working properly, at least to the point where it is finished in EXIT_SAPFKCIM_001, and SENDER_SET_NEW is filled correctly.

Did you manage to figure out what was wrong?

Does anyone else know how to get this working?

Thanks,

Bruno

Read only

0 Likes
500

OK ... seems obvious now, but I figured out that you MUST code the RECEIVER_SET / RECEIVER_SET_NEW stuff ....

Simple as that.

Bruno