cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax for Dependency

dineshcbe
Active Participant
0 Kudos

Hi,

Please can any one give me the syntax for the following condition:

Character 1 : T_HD_27

Format : Numeric with Unit of Measure & Length '2'

Values : 10 GB , 20 GB , 40 GB and 60 GB

Character 2 : T_CAS_27

Format : Char & Length '2'

Values : TW , MW and DT

Character 3 : T_SW_27 (Multiple Value allowed)

Condition :

Character 3 (T_SW_27) should appear in Classification View only when Character 1 (T_HG_27) value is > 20 GB and Character 2 (T_CAS_27) is assigned with any value.

Thanks & Regards,

Dinesh Kumar V.

Accepted Solutions (0)

Answers (1)

Answers (1)

solomon_macwan
Active Contributor
0 Kudos

Hi Dinesh,

I cant give you the exact syntax but to hide or display you can use following link

http://scn.sap.com/docs/DOC-66822

Also try precondition.

$self.T_HG_27 GE 20 and specified $T_CAS_27

regards,

Solomon

dineshcbe
Active Participant
0 Kudos

Hi Solomon,

Thanks for you guidelines.

I tried the syntax but in Not Consistent.

Also i referred the document link which speaks about functions on Character Value Level but my requirement is at Character Level.

Thanks & Regards,

Dinesh Kumar V.

solomon_macwan
Active Contributor
0 Kudos

hi Dinesh,

First try the dependency separately and later you combine them with "AND" condition..

like first try

$self.T_HG_27 GE 20


and again try

specified $T_CAS_27

or

$T_CAS_27 specified

both specified condition works same.


First check whether it is working fine separately.


regards,

Solomon

former_member189817
Active Contributor
0 Kudos

Hello Dinesh ,

Create Global dependency and assign at Configuration profile level.

Regards,

Velmurugan S