‎2008 Nov 27 4:25 AM
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
‎2008 Nov 27 4:45 AM
‎2008 Nov 27 4:48 AM
Hi,
Try FUNCTION EXIT_SAPLCOKO1_004 (FORM HEADER_CHECK_USER_EXIT in include
LCOKO1FV4).
‎2008 Nov 27 5:31 AM
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