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

enhancement

Former Member
0 Likes
475

Hi friends!

I am about to create a Purchase Order Release Strategy User Exit under EXIT_SAPLEBND_002 (Enhancement M06E0004) - ZXM06U22.

When I activate this project under CMOD, the "Release Strategy" tab disappears under Header Details in ME22n and when I deactivate it appears.

Please help.

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
418

This may occur if there are missing assignment statements within the coding of the user-exit.

The following statment must be included within the activated SAP enhancement M06E0004 (include zxm06u22) for purchasing documents:

E_CEKKO = I_CEKKO.

Check note number 371667.

Chaitanya.

1 REPLY 1
Read only

Former Member
0 Likes
419

This may occur if there are missing assignment statements within the coding of the user-exit.

The following statment must be included within the activated SAP enhancement M06E0004 (include zxm06u22) for purchasing documents:

E_CEKKO = I_CEKKO.

Check note number 371667.

Chaitanya.