Hello,
I would like to do the following mapping
source-structure:
ZLIFBANK (0-1)
-BANKSCHL
-BANKNR
-BANKLAS
target-structure:
E1LFBKM (0.....999999)
-BANKL
-BANKN
-BANKS
ZLIFBANK -> E1LFBKM
BANKSCHL -> BANKN
BANKNR -> BANKN
....
I would like to map ZLIFBANK -> E1LFBKM only if the field BANKL isn't initial.
The problem at the moment is, if there are no values in the fields of the structure ZLIFBANK, the IDOC in the backend SAP has an empty structure in segment E1LFBKM.
Is there a possible to use a customer function?
Best Regards
Christoph