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

Former Member
0 Likes
642

Hi everyone,

How to modify and release an existing method in BAPI?

Its vry urgent,

Thanks in Advance,

Regards,

Stanley

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
619

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

Read only

0 Likes
619

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

Read only

rajesh_akarte2
Active Participant
0 Likes
619

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