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: 

modifying a standard bapi

Former Member
0 Kudos

Is there any way to modify a standard bapi ? sorry for opening too many threads , i will close all at a time

3 REPLIES 3

Former Member
0 Kudos

Hi!

Of course there is way. BAPIs are function elements. Just copy them to a Z-one in SE37.

Unfortunately it is not very easy to modify a standard BAPI, because it has a lot of other BAPI calls.

We can say if you are modifying a standard one, you have to modify at least 10 other.

Regards

Tamá

Clemenss
Active Contributor
0 Kudos

Hi deepthi,

is this an academic question or do you have a specific requirement.

Academically answered: Many BAPIs provide changes in behaviour using

- extension parameters

- functional user exits

- BADIs

- enhancement points

Specific requirement: Name it.

And besides: Define a new business object and create BAPI methods for it.

Regards,

Clemens

Former Member
0 Kudos

Hi,

Check this link,

It wil be useful for you.

http://searchsap.techtarget.com/search/1,293876,sid21,00.html?query=HowtomodifystandardBAPI

Reward for useful answers.

Thanks.