Hello,
at the moment we migrate SAP MII 12.0 to MII 12.2. We receive data via RFC from SAP ERP. In SAP MII 12.0 the different sections were devided by e.g. input or tables (like the funktion module in ERP). In SAP MII 12.2 we don't find this sections. Thus our transactions can't run in the right way.
SAP MII 12.0:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<_-ABCDE_-ZPP_XMII_DOWNLOAD_ORD2>
<INPUT>
<I_VAL1>0</I_VAL1>
<I_VAL2>0</I_VAL2>
<I_VAL3>0</I_VAL3>
<I_VAL4>0</I_VAL4>
<I_VAL5>0</I_VAL5>
</INPUT>
<TABLES>
<IT_COMPONENT>
<item>
....
SAP MII 12.2:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<_-ABCDE_-ZPP_XMII_DOWNLOAD_ORD2>
<I_VAL1>0</I_VAL1>
<I_VAL2>0</I_VAL2>
<I_VAL3>0</I_VAL3>
<I_VAL4>0</I_VAL4>
<I_VAL5>0</I_VAL5>
<IT_COMPONENT>
<item>
....
does anyone knows a reason or a solution for this behavior?
Cu
Uwe