cancel
Showing results for 
Search instead for 
Did you mean: 

Object Dependency in CV04N

Former Member
0 Kudos

Dear All,

We have written the Object dependency login for some of the characteristic values, its all very much working fine in CV01N and CV02N, but not on CV04N.

Can anyone suggest, if that is the standard feature or some other syntax to be written for that to work.

Rgds,

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Dear Ravi,

To achieve this behavior there exists an user-exit CLCTMS03, which

enables you to activate the object dependency also in CV04N and CL30N.

For further information please see also the documentation of this

user-exit and the SAP note 383092.

The class and class type is handed over to the function module and with

the export parameter EXP_DEP_ACTIVE you could decide if the object

dependency is used or not. Therefore you have to set the value 'X' for

parameter 'EXP_DEP_ACTIVE'.

I hope that this information and suggestion could be useful for you.

Best regards,

Christoph