cancel
Showing results for 
Search instead for 
Did you mean: 

Process to call BAPI in xMII

Former Member
0 Kudos

Hi All

I want to check BAPI in xMII and do not no much in xMII.

Can anyone please tell process to call bAPI in xMII.

Points for quick reply

-Philip

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Philip,

Here you need to follow two steps

First go to SAP Server Configuration tab and open it.

SAP Server Configuration to assign aliases to default SAP servers for use in the SAP ERP Interface action blocks in the xMII Logic Editor.

Assign login credentials and system name, IP details properly.

Once you define your sap system here than you can see it in drop down list under SAP JCo Interface action block.

Open BLs and go to SAP ERP Interface tab

Click on SAP JCo Interface Action block and choose aliase created by you in Server Configuration.

Give your RFC/BAPI name or put wildcard.

Right click on action block and choose link editor,here you can assign input to BAPI

This way you can take BAPI in xMII.

Best Regards

Ramshanker

Former Member
0 Kudos

Thanks ram !

-Philip

Former Member
0 Kudos

One important additional comment: If your BAPI call writes data, be sure to select the "AutoCommit" checkbox in the configuration dialog, so that it will call the BAPI_COMMIT RFC also.

Answers (0)