cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create an MII Transaction to call BAPI

Former Member
0 Kudos

How can I create an MII Transaction to call BAPI_INSPPOINT_GETLIST - the input fields are from an RFC_READ_TABLE.

Please show examples.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Amr,

Please go through this Video.

https://www.mediafire.com/?0wxlo661ahp0abr

It demonstrates how to Create connection from MII to ERP and how to Build Transaction, Provide inputs and  Execute BAPI. Once the result is retrieved in MII how to change that result to standard xml format of MII.

Regards,

Sriram

Former Member
0 Kudos

Hi Azim,

Go through below link for creation of MII Transaction through ECC BAPI

Regards,

Praveen Reddy

Nikhil_Makhija
Participant
0 Kudos

Steps :

1. Craete ECC connection by providing server name , client  details etc. for ECC system you intend to use under Data service->connection if not created already.

2. Either create a credentail store to use in Jco/Jra or pass directly sap username/password in the action block.

3.Use SAP Jco or JRA block in BLS .

4. Call RFC_READ_TABLE using SAP JCO function block and get the output and pass it to anther SAP JCO function block used for calling BAPI_INSPOINT_GETLIST and get the final output.