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

bapi modification example

Former Member
0 Likes
560

Can anyone can give me a real time example for bapi modification. I very much appreciate your responses

4 REPLIES 4
Read only

Former Member
0 Likes
524

Hi,

While creating the invoice through BAPI_INCOMINGINVOICE_CREATE.

The Tax code related amount calculation can be done in the user exit EXIT_SAPLMRM_BAPI_001.

Read only

0 Likes
524

Hi vijaya,

I didnt get you properly . I have a doubt whether standard bapis can be modified and if so how?

Read only

0 Likes
524

what is the procedure for modifying by copying into a zbapi?

Read only

0 Likes
524

HI deepthi,

You should not modify the standard objects.

Instead, check for the existance of user-exits as Vijaya suggested(She gave an example i guess). Make a search for CALL CUSTOMER-FUNCTION in the code of that bapi.

Regards,

Ravi