I am trying to write the following statement but get error, this is transformation file for loading account master data
*MAPPING |
ID=*IF(ID(1:2)=*STR(AA) /*STR(BB) THEN ID;*STR(A_) + ID)) |
Basically, if the account number is start with AA or BB, then the account number in BPC will be A plus the account number in BW.
How can we archive this logic here.
Thanks,