cancel
Showing results for 
Search instead for 
Did you mean: 

Condition in script

Former Member
0 Kudos

Hi guys,

Can anybody help me in this, I want to know what is the meaning of this condition in text element of script -


IF &VBDKR-VKORG(1)& <> "6"

WHERE VBDKR IS sALES ORGANISATION

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Baidyanath Subudhi,

I think the expression would be..

IF &VBDKR-VKORG(1)& = "6"

Here we are checking thye first charecter of the sales organization is '6' or not.

Best regards,

raam

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This means it is checking whether the sales organization VKORG starts with the digit 6 or not which comes from the header VBDKR.

Regards,

Ram