cancel
Showing results for 
Search instead for 
Did you mean: 

tag in XSLT to set "Data to collect on Assembly"

michaelmerny
Participant
0 Kudos

Hello,


We are transferring all our materials from SAP ERP platform to ME through MII with idocs.

In MII / Shared Memory, we have an XSLT file "MaterialFeedTransform" where we map the fields needed in ME... Now I would like to set the value in "Data to Collect on Assembly" in "Material Maintenance" tab "Build" during this transfer, but I don't know what is the name for this tag in the XSLT file.

Any idea ?

By the way, is there a list of available fields of Material Maintenance transaction I can use in XSLT ?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Michael,

Are you using SoapUI or any other Soap tool?

You should be able to see all of the available fields for the material using the wsdl

http://<meserver>:<meport>/manufacturing-services/ItemService?WSDL

<me:AssyDataTypeRef>

               <!--You may enter the following 2 items in any order-->

               <me:AssyDataType languageCode="?">?</me:AssyDataType>

               <!--Optional:-->

               <me:SiteRef>

                  <me:Site>?</me:Site>

               </me:SiteRef>

            </me:AssyDataTypeRef>

            <!--Optional:-->

            <me:InventoryAssyDataTypeRef>

               <!--You may enter the following 2 items in any order-->

               <me:AssyDataType languageCode="?">?</me:AssyDataType>

               <!--Optional:-->

               <me:SiteRef>

                  <me:Site>?</me:Site>

               </me:SiteRef>

            </me:InventoryAssyDataTypeRef>

            <!--Optional:-->

            <me:RemovalAssyDataTypeRef>

               <!--You may enter the following 2 items in any order-->

               <me:AssyDataType languageCode="?">?</me:AssyDataType>

               <!--Optional:-->

               <me:SiteRef>

                  <me:Site>?</me:Site>

               </me:SiteRef>

            </me:RemovalAssyDataTypeRef>

Message was edited by: Alli Davidson

michaelmerny
Participant
0 Kudos

Alli,

Thanks it solved my problem.

I will try this with Soap UI, thanks for the info.

regards,

Michaël.

Answers (0)