cancel
Showing results for 
Search instead for 
Did you mean: 

Hide characteristic values

0 Kudos

Hi guru,s

i have the scenario that we do not longer need a characteristic value e.g. color but we do not want to delete the value.

Is there a way to hide it, independent from other charateristics.

\\Christian

Accepted Solutions (1)

Accepted Solutions (1)

Ritz
Active Contributor

christian.pape,

If you got the solution you can close the thread here.

Thanks

RD

Answers (5)

Answers (5)

Flavio
Active Contributor

Hi christian.pape,

the simplest way to hide a characteristic value is to create an object dependency type Precondition with the following code

$self.CHAR_NAME specified and $self.CHAR_NAME = 'CHAR_VALUE_TO_HIDE'

and allocate it at the characteristic value that needs to be hidden;

the dependency code is just allowing the characteristic value display only when it has been used in the past

Hope this could help

ciao,

Flavio

former_member429331
Participant

Best way to hide through dependency with precondition..as deleting values will cause inconsistencies on where ever values used.

Ritz
Active Contributor

christian.pape,

I will go with the option suggested by indie7 and flavio.ciotola3.

Deleting values are not at all feasible as it will create complications for existing usage. Its always advisable to hide it using a dependency with a condition which never allow it to be selectable and visible.

Thanks

RD

a__engfehr
Active Participant

Hello christian.pape ,

Yes there are many ways to restrict (hide) characteristic values. See the below SAP help links for a couple of methods 1) restrictable characteristics, and using constraints, 2) precondition assigned to the value.

https://help.sap.com/doc/saphelp_crm60/6.0.0.14/en-US/04/4ff566713311d183640000e8a49aad/frameset.htm

https://help.sap.com/viewer/501c6c6a471b4d42b5dae2b0f4dbc9cf/6.00.31/en-US/0563b6531de6b64ce10000000...

0 Kudos

Hi Andrew, the second link is a copy of the first link (or just a duplicate). Can you please fix that??

Thank You!!

\\Christian

a__engfehr
Active Participant
0 Kudos

christian.pape I appologize. I have updated the second link.