Dear Experts,
Today I came across following 'standard' WWI code but i am not able to interpret the same.
Code is
<11BRG002(M,SAP_EHS_1023_070;*)>
<13BNG003(+:01GESTVCOMPC)>
ABCD
<13CNG003>
EFGH
<13ENG003>
<11ERG002>
and the output is
EFGH
Now, As I understand that, Master Repeating group is applied for SAP_EHS_1023_070 ( Other Regulations (KR)).
Tree Path: Standard Properties--> Regulations--> Other Regulations--> Asia/Pacific--> Other Regulations (KR)
then on the next line, Blank Compression is applied using report symbol GESTVCOMPC which is for 'Component Type' ( Table: ESTVP, Field:COMPCAT)
Blank compression also has 'else' loop starting with 13CNG003.
As per current status, the output is EFGH which means that, the first part of condition is not fulfilled and thus second part EFGH is getting printed.
My question, is that, what or which data I should maintain in specification so that first condition will get fulfilled?
<13BNG003(+:01GESTVCOMPC)>
I wanted to print the data of first condition.
Kindly Advise.
Thanking You,
Regards
Amol Joshi