cancel
Showing results for 
Search instead for 
Did you mean: 

Abap BAPI

Former Member
0 Kudos

Hi,I am getting 3 BAPI from ECC system is it possible to do with single interface.

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

HI Bhagya,

I recommend you to use an ABAP proxy to encapsulate the BAPIs, in this way you will can get a structure nearest to let you to use the Multiple Operations Praveen's suggestion.

Regards.

former_member182412
Active Contributor
0 Kudos

Hi Bhagya,

If you use proxy in ECC you can do single interface using multiple operations in one service interface.(for example if the 3 BAP's are create, change, delete, you can create the service interface with three operations like create, change and delete and refer those BAPI structures in service interface.

Please check below blog.

Regards,

Praveen.