Hi SAP Experts,
we have an issue in our project. We are implementing SAP SCM and need to use the variant tables from ECC.
We transfer the variant tables structure (VTAMAS) using tcode CLD3 and variant tables content (VTMMAS) CLD4.
But we need to concatenate the values of one characteristic during the VTMMAS transfer. Following an example of what we need.
Table structure in ECC
CHAR_003 CHAR_005
Table content in ECC
CHAR_003 CHAR_005
LOC1 REC02
LOC1 REC01
LOC2 REC01
What we need to concatenate is characteristic CHAR_005, and for this we use the value of characteristic CHAR_003.
Example: WREC02_LOC1_001 where REC02 comes from CHAR_005 and LOC1 from CHAR_003
So in SCM we would have:
Table content in ECC
CHAR_003 CHAR_005
LOC1 WREC02_LOC1_001
LOC1 WREC01_LOC1_001
LOC2 WREC01_LOC2_001
I am not an ABAP developer, so we don't know how to do it. We are trying to use BD79 to configure this issue.
Could anyone knows if we are in the right way? or any other idea?
regards
Thiago Cyrillo