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

Former Member
0 Likes
1,629

Hello all,

Can anyone help me with the User exit on SAVE for the Tcode CL02 when i change some class characteristics data.

Arun

9 REPLIES 9
Read only

Former Member
0 Likes
1,303

CLFM0002

Call classification data before saving

Read only

0 Likes
1,303

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

Read only

0 Likes
1,303

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

Read only

0 Likes
1,303

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

Read only

Former Member
0 Likes
1,303

HI

You can use Exit ...

CLFM0001 Change or set default for classification of object

CLFM0002 Call classification data before saving

Thanks

Shambhu

Read only

Former Member
0 Likes
1,303

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

Read only

Former Member
0 Likes
1,303

CLFM0002-----Call classification data before saving

Read only

Former Member
0 Likes
1,303

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

Read only

Former Member
0 Likes
1,303

thx