cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding the charecteristics in configuration profile

former_member222667
Participant
0 Kudos

Dear Experts

Scenario:-

The product is Manhole . The key charecteristics are :-

1. Select_Stub end  (Charecteristic values YES, NO)

2. Select_Ring End (Charecteristic values YES, NO)

There are dependant charecteristics for these . They are :-

1. For Pipes (Select_Stub end):- Pipe 1 Diameter , Pipe 2 Diameter , Pipe 1 Quantity , Pipe 2 Quantity (All these are arranged in Push button 'ADD PIPES)

2.Select_Ring End:- Ring 1 Diameter , Ring  2 Diameter , Ring 1 Quantity , Ring 2 Quantity (All these are arranged in Push button 'ADD RINGS)

I have arranged the dependant charecteristics in the Pushbutton in CU50 .

That is a seperate push button for Pipe Charecteristics and Ring Charecteristics respectively.Please refer to the screenshot for more details.

Requirements:-

The users want that

1.when we assign the values in Select_Stub end  as 'YES' all the charecteristics in push button ADD PIPES to appear and should be hidden otherwise.

2.When we assign the values in Select_Rings_end as 'YES' all the charecteristics in push button ADD RINGS to appear and should be hidden otherwise.

Please provide the  code for object dependency for writing this condition. Many thanks in advance.

Kind regards

Aman Khan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Aman,

Please review the following link .

http://help.sap.com/saphelp_sm40/helpdata/EN/92/58c24f417011d189ec0000e81ddfac/frameset.htm

Create a precondition with the following syntax.

Select_Stub eq 'YES' and Specified Select_Stub.

Allocate this precondition to characteristics you want to hide,

The characteritsics will only be displayed if the value is set to Yes for Select_stub. Do the same for the other characteristic. Hope this information helps.

Regards

Amber

Answers (1)

Answers (1)

Former Member
0 Kudos

You can also use reference characteristic as instructed in the following page.

http://help.sap.com/saphelp_46c/helpdata/EN/92/58c7c5417011d189ec0000e81ddfac/frameset.htm

Regards

Amber