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: 

BAPI Modification

0 Kudos
158

Hi everyone,

How to modify and release an existing method in BAPI?

Its vry urgent,

Thanks in Advance,

Regards,

Stanley

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos
135

IF you are planning to add something in the standard BAPI than, copy that BAPI to some ZBAPI and put your custoe code.

I think this will work as standalone FM.

You need to copy the data definination also in the TOP include.

Regards,

Naimesh Patel

0 Kudos
135

Hi Naimesh,

Actually i have to modify 'Z' BAPI which i moved to production.

If i have to make changes in my 'Z' BAPI what are all the steps to be followed?

And How to release it?

regards,

Stanley

rajesh_akarte2
Active Participant
0 Kudos
135

Hi Stanley,

If u have created ur own z BAPI then before doing any modification to the existing method of the BAPI u need to remove the method from the BAPI object first.Now u can change in the function module.then check,save and activate.

After completing the required changes once again add the function module in the same BAPI object.

Reward if useful.

Regards,

Rajesh Akarte