cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Data from SAP ERP to MES System via SAP MII 12.1

Former Member
0 Kudos

Hi Guys,

Actually I have a requirement like i need to send the Production order details from SAP ECC to SAP MII system and then to SAP ME...Actually, I am planning to do something ..Please let me know if i am wrong on any particular scenario.....

I have set up all the configurations in SAP ECC part...Defined all the logical systems and have set up the IDOC Listeners to talk and receive the IDOCS which will be Pushed from ECC to MII using LOIPRO IDOC...While pushing the IDOC to MII System i have configured the Processing rule editor to call the Transaction in MII 12.1 automatically when it triggers the IDOC to MII system....

I have made the transaction flow like

1. I will use the XML saver action block to save the xml format of IDOC which is generated from ECC and will be using the XML loader to load and hwere th esaver path will be assigned to loader links.....Then i m gonna use the repeater to fetch through the production order details by configuring it like "XML_Loader_0.XmlContent{/LOIPRO01/IDOC/E1AFKOL}" and then i will take the count of Productin orders by passing the parameters as its order number....Atlast i will be inserting and updating the details to Database.....And similarly these operations will be repeated for its operations and components....But instead of inserting into Database i think i should use the http post action block to move the data to SAP ME....Please let me know if i am wrong...I am confused like what should be given in http post action block "url and post data" parameters.... All your suggestions are welcome

I would appreciate all your efforts in advance...

Thanks

Praveen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Praveen,

There is huge difference in SAP ME and MES system. Kindly enlarge your requirement properly.

If its integration b/w SAP MII & MES: through below links


http://scn.sap.com/thread/347074


http://scn.sap.com/thread/2056292


Coming to your concern, use webservice action block in your transaction and call webservice of MES (i.e. ask MES team to create webservice URL with required input) in confg. object and map your data fields with MES URL input fields in confg. link.


Another option:


Create webservice (i.e. URL of transaction) with output parameter as a XML file and assign scheduler on that transaction. From MES system, they will call MII URL and retrieve data accordingly.  


If it b/w SAP MII & SAP ME:


you have to follow instructions which Padma has mentioned in your preview post. 

http://scn.sap.com/thread/3471205

Regards,

Praveen Reddy