cancel
Showing results for 
Search instead for 
Did you mean: 

SAP R/3 - ME Integration

Former Member
0 Kudos

Hello!

I'm testing ERP-ME standard integration through MEINT. I wonder if there are any standard ways to send custom data with production orders from ERP to ME?

Standard web service "ProductionOrderProcessingInBinding" has following strings:

<me:CustomFieldList>

       <!--Zero or more repetitions:-->

       <me:CustomField>

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

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

       <!--Optional:-->

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

       </me:CustomField>

  </me:CustomFieldList>

So I guess they should be

Any ideas?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

I guess you are talking about ME 5.2. There is a field that is a part of LOIPRO but there is no corresponding field in ME. Thus ERP_UOM custom field was created for Orders in ME.

The Webservice tags are populated by XSLT script of SAPMEINT project in MII.

However, if you want to create your own custom fields in ERP to transfer their values with Production Orders to ME, you should update LOIPRO and then change the XSLT of SAPMEINT. If the name of IDoc gets changed to Z_* after this update, you will have to adjust the corresponding Workflow config in SAPMEINT also.

Regards,

Sergiy

Answers (0)