cancel
Showing results for 
Search instead for 
Did you mean: 

Feed data from MII into ERP ( use ERP as client)?

0 Kudos

Hello colleagues,

Please excuse me if the information was already answered somewhere, but I was not able to find it.Please note that  I am pretty new to the MII.

So here is the question:

We would like to have data from MII into ERP. In a setup where MII receives data from sensors ( mostly coming into MII in some frequency ), we want MII to transfer/dispatch this data to the ERP once data is received in the MII.

Can you please tell us what options are available, best practices etc?

Thanks in advance!

Regards,

Erkan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Erkan,

Ways to send data from MII to ECC

1. Through BAPI

2. Webservice


From MII to ECC through BAPI:

From ECC:

1. Create BAPI with input parameter as you want to receive from MII

From MII:

1. Create Transaction and fetch all the required data.

2. In same transaction, call BAPI through SAP Jco Action block and pass fetched data to request parameters of BAPI (i.e. which has been developed in SAP).

3. And create scheduler for that transaction to execute based on your requirement.

Webservice:

https://scn.sap.com/thread/2008861

Best Practice to send data from MII to ECC could be BAPI. And even you can receive success or return data from ECC to MII on instance.

Regards,

Praveen Reddy

0 Kudos

Thanks for the options and the link!

Answers (0)