Application Development and Automation 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: 
Read only

Enhancement in BAPI

Former Member
0 Likes
979

Hi

As per my requirement, I need to add one field to internal table of BAPI "BAPI_INCOMINGINVOICE_CREATE".

Is it possibe to enhance any BAPI?

Thanks in advance,

Jigar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
775

Hi Jigar,

I dont know which release you are working on however if it is ECC 6 then its very much possible.

I see multiple enhacement options in the BAPI function module. You can add your code at all Enhancement-Point (s) and Enhancement-Section(s) to enhance the functionality.

However to do so you need to understand the Enhancement framework which has been introduced from ECC 6 itself.

The links for enhancement framework details are

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/the%2bnew%2benhancement%2bframework%2band%2b...

http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm

Hope this helps you.

<b>Always reward if useful.</b>

regards,

Vikas

Hi

As per my requirement, I need to add one field to internal table of BAPI "BAPI_INCOMINGINVOICE_CREATE".

Is it possibe to enhance any BAPI?

Thanks in advance,

Jigar

2 REPLIES 2
Read only

Former Member
0 Likes
776

Hi Jigar,

I dont know which release you are working on however if it is ECC 6 then its very much possible.

I see multiple enhacement options in the BAPI function module. You can add your code at all Enhancement-Point (s) and Enhancement-Section(s) to enhance the functionality.

However to do so you need to understand the Enhancement framework which has been introduced from ECC 6 itself.

The links for enhancement framework details are

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/the%2bnew%2benhancement%2bframework%2band%2b...

http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm

Hope this helps you.

<b>Always reward if useful.</b>

regards,

Vikas

Read only

Former Member