cancel
Showing results for 
Search instead for 
Did you mean: 

Dependency of characteristics value in CV04N

Former Member
0 Kudos

Hi there,

I have an issue when searching document using characteristics with dependencies.

Let's say I have 2 characteristics (doc & doc_sub_type).

characteristics : DOC has value A & B

characteristics : DOC_SUB_TYPE has value A-1 & B1

When user search for document, the restriction should be :

if he choose characteristics DOC with value 'A' then only 'A-1' should appear on characteristics DOC_SUB_TYPE

I am using dependencies at characteristics value level which is working fine in txcode : CV01N, but wondering why the same logic is not working in CV04N

Any suggestions would be appreciated

Thanks,

Hendra

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for reply,

The dependency is coming now in CV04N by activating one user exit : CLCTMS03

Regards,

Hendra

Former Member
0 Kudos

Dear

The dependency is coming in CV04N by activating one user exit : CLCTMS03

but how can i do the same ???

because i also apply logic of dependency and its working for cv01n but i can't get same in CV04N

pls guide me

point will be rewarded

Former Member
0 Kudos

Hi,

Simply add the following codes on mentioned Exit :

EXIT003_ACTIVE = 'X'.

EXP_DEP_ACTIVE = 'X'.

Regards,

Hendra

Former Member
0 Kudos

Hi Hendra,

For this you have to maintain the character dependencies value, for information on maintaining this pls go thru the existing thread,

Thank You,

Manoj

Pls reward points if useful

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Hendra,

could you please provide more details in how this issue was solved. So the community could gain knowledge out of this.

Best regards,

Christoph