...
It can happen that during for example, migration projects field names or structure of the payload may change (e.g. changes in S/4HANA and older SAP systems) and the new interface can also generate values in a different way. In such case, in order to test it correctly using Int4 IFTT , we should follow the procedure described below.
...
The result of the transformation is as follows:
Before | After |
---|---|
<E1EDKA1 SEGMENT="1"> <PARVW>RE</PARVW> <PARTN>1234</PARTN> </E1EDKA1> | <E1EDKA1_RE SEGMENT="1"> <PARVW>RE</PARVW> <PARTN>1234</PARTN> </E1EDKA1> |
...