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 CO02 Tcode

former_member143179
Participant
0 Likes
714

Dear Sir,

For Tcode CO02 (Production Order Change) , we need to validate some of the values before Saving of the changed Data .

For this we tried first the User-Exit "PPCO0018" but control was not passing to this exit at all . We checked it by allpying Break-point in the defined User-Exit .

Subsequently we tried with another User-Exit "PPCO0007" , but again call to this exit was not getting triggered at all , as checked in Debug option .

We request you to kindly guide us , as how to resolve this problem . Are we using the correct User-Exit or some other User-Exit should be used .

With Thanks and Rgds

B Mittal

3 REPLIES 3
Read only

Former Member
0 Likes
575

Hi

Try these exits also

PPCO0010

PPCO0012

PPCO0022

REGARDS

Read only

Former Member
0 Likes
575

Hi,

Try FUNCTION EXIT_SAPLCOKO1_004 (FORM HEADER_CHECK_USER_EXIT in include

LCOKO1FV4).

Read only

0 Likes
575

Dear Sir,

I have tried this also , by writting code in the include "ZXCO1U18" . But result is same , as call to this Exit is not getting Triggered at all .

Rgds

B Mittal