cancel
Showing results for 
Search instead for 
Did you mean: 

changes in XML-file from MII 12.0 to MII12.2

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Your best course of action would be to log a customer support ticket with the relevant details and 12.0 TRX file.