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

User Exit for KO01

Former Member
0 Likes
1,107

Hi,

Can anyone help me with user exit for KO01.The requirement is that when the user

enters <b>Order Type</b> after setting <b>Controlling Area</b> there must be a check validating the order type with controlling area i.e to restrict the order type based on controlling area.Here i cannot use the authorization concept as same the user has authorization for two or more Controlling Area's.

This validation must happen in the initial screen before going to creation of internal order.

It will be of great help if anyone can guide me out.

Thanks,

Vamsi Krishna

Hi,

Can anyone help me with user exit for KO01.The requirement is that when the user

enters <b>Order Type</b> after setting <b>Controlling Area</b> there must be a check validating the order type with controlling area i.e to restrict the order type based on controlling area.Here i cannot use the authorization concept as same the user has authorization for two or more Controlling Area's.

This validation must happen in the initial screen before going to creation of internal order.

It will be of great help if anyone can guide me out.

Thanks,

Vamsi Krishna

3 REPLIES 3
Read only

Former Member
0 Likes
727

I hope you can use EXIT_SAPLKOAU_002.

Read only

Former Member
0 Likes
727

HI,

TYry these 2 Exits, Thease Exits are there in Enhacement COOPA003

EXIT_SAPMKAUF_002
EXIT_SAPMKAUF_003

Regards

Sudheer

Read only

Former Member
0 Likes
727

Hi,

Thanks a lot for replying.Actually i know that these are the existing user exits.

COOPA002 ,COOPA003 , COOPA004 , COOPA_01.. but if i keep a breakpoint on these and execute KO01, It is not going into to debugger for any of the above user exits.

I Exactly want the exit which will processed after pressing enter in the first screen of

KO01...so that i can validate Order Type with CO area

Thanks,

Vamsi Krishna