Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance standard BAPI

Former Member
0 Kudos

Hi All,

I have a standard BAPI called BAPI_BUPA_CREATE_FROM_DATA. I need to enhance that BAPI. Could you please let me know how to enhance this standard BAPI. Any help will be very much appreciated.

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

You can enhance a standard bapi if it has EXTENSIONIN , EXTENSIONOUT Parameters.

check this.

[Enhance standard bapi|https://forums.sdn.sap.com/click.jspa?searchID=25041527&messageID=3667604]

Former Member
0 Kudos

HI All,

You can create a Z bapi.

Copy standard BAPI and put your piece of code there in Z bapi.

Regards,

kushagra