cancel
Showing results for 
Search instead for 
Did you mean: 

Do not create segment if tag doesnt exist or is blank

Former Member
0 Kudos

Hi All,

I have tag

<GF_Message> <0..1>

<messg1> <0..Un>

I want to create the segemnt E1EDKT1 in Orders Idoc if the messg1 has value.

It might be possible <GF_Message> tag does not exist in the message or it might be that <messg1> tag is blank..

In both these cases i dont want to create segment E1EDKT1.

Please help.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Do the mapping as



                      messg1-----> then
messg1--->equalS------>not---------->if---------->E1EDKT1
constant[]/

Answers (3)

Answers (3)

Former Member
0 Kudos

Duplicate post

Former Member
0 Kudos

sorry duplicate post

Former Member
0 Kudos

Do the mapping as



                      messg1-----> then
messg1--->equalS------>not---------->if---------->E1EDKT1
constant[]/