cancel
Showing results for 
Search instead for 
Did you mean: 

SAP WWI: Conditional Output, multiple operator

0 Kudos

Hello Experts!!

It's possible to use both available operator to get a conditional output in SAP WWI?

Example:

<15BIF010(OR:01G1011010AP(P) LK "TEXT1",01G1011010AP(P) LK "TEXT2")>

<(AND:01GEHSDGNUM NE “TEXT3”)>

<03EHS_L_TEXT(CUST-100000000000543)[D:SAP WWI]>

<15EIF010>

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Kudos

Hello

please check blog "WWI for experts". Never ever try tO use this logic in your WWI:

<15BIF010(OR:01G1011010AP(P) LK "TEXT1",01G1011010AP(P) LK "TEXT2")>

<(AND:01GEHSDGNUM NE “TEXT3”)>

<03EHS_L_TEXT(CUST-100000000000543)[D:SAP WWI]>

<15EIF010>

KEEP IN MIND: WWi is used to generate documents having an assigned "langaage". A comparison like. "LK TEXT1" does not make sense (becauase of the language); You can usee.g. a "phrase ID" (this is stable !). for comparison.

Consider on the top the generation variant issue, In the generationyou define th "format" (of date etc.). So you should nopt try ot compare as well "numerical values".

Conclusion: aVOID TO USE such logics IN wwi DOCUments !!!

C.B.