Hi All,
Currently dealing with an IDoc to file scenario where we are using an order response (ORDRSP.ORDERS05) IDoc to xml as below:
Element CUSTOMERS contains the following attributes which relate to PARVW of AG:
Element DESTINATIONS contains attributes which relate to PARVW of WE
CUSTOMER_CODE, ADDRESS_2, ADDRESS_3, etc. should pull from E1EDKA1 when PARVW = AG
DEST_CODE, CITY, STATE, POSTAL_CODE, etc should pull from E1EDKA1 when PARVW = WE
I'm using the following attribute mappings for element CUSTOMERS (replace ORT01 with any other IDoc field needed)
I'm using the same map in element DESTINATIONS as below:
What changes do I need to make to this map (or both maps) in order to get attributes relating to PARVW of WE in element DESTINATIONS? The values for PARVW of AG continue to show up in my testing.
Thanks!