‎2009 Oct 23 10:24 AM
Hello all,
Can anyone help me with the User exit on SAVE for the Tcode CL02 when i change some class characteristics data.
Arun
‎2009 Oct 23 10:29 AM
‎2009 Oct 26 7:04 AM
Hello all,
I tried to call the User exits CLFM0001 and CLFM0002 and tried to change some characteristics in CL02 but the exit is not being called.
Can anyone suggest the reasons.
Regards,
Arun
‎2009 Oct 26 7:07 AM
Hi Arun,
Check if any of the below user-exit or BAdis helps you:
Enhancement
CLCTMS01 Default values for finding objects
CLCTMS02 Check for Same Classification
CLCTMS03 Dependencies for Finding Objects
CLFM0001 Change or set default for classification of ob
CLFM0002 Call classification data before saving
CLSC0001 Manipulation of search result
Business Add-in
CACL_CHANGENO_NEEDED Check Whether a Change Number is Required
CACL_CHECK_CHANGENO
Regards,
Swarna Munukoti
‎2009 Oct 27 11:28 AM
Hi,
Did you really mean CL02 Tcode?
This is to mantain the master data for a class.
The exits and Badi mentioned here is to check values for classification, like material in the master data or standard tcodes (CL20N, CL24N, and so on..) not the class itself.
Regards,
Alexandre
‎2009 Oct 23 11:12 AM
HI
You can use Exit ...
CLFM0001 Change or set default for classification of object
CLFM0002 Call classification data before saving
Thanks
Shambhu
‎2009 Oct 26 6:58 PM
Hi,
Browse the CLCL package at SE80.
There's a Badi called CACL_VALUE_CHANGE. Here you can change values for characteristics before the system save the values. You also can clear the value entered by the user (take a look to the method MODIFY_INPUT parameters), so the system block the save function.
I Hope this help.
Regards,
Alexandre
‎2009 Oct 27 5:49 AM
‎2009 Oct 27 12:30 PM
HI,
CL01
Enhancement/ Business Add-in Description
CLSC0001 Manipulation of search result
CLFM0002 Call classification data before saving
CLFM0001 Change or set default for classification of object
CLCTMS03 Dependencies for Finding Objects
CLCTMS02 Check for Same Classification
CLCTMS01 Default values for finding objects
Business Add-in
CACL_CHANGENO_NEEDED Check if Change Number Is Required
Thanks,
harini
‎2010 Jan 19 8:13 PM