2007 Nov 16 4:24 AM
Hi everyone,
How to modify and release an existing method in BAPI?
Its vry urgent,
Thanks in Advance,
Regards,
Stanley
2007 Nov 16 5:08 AM
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
2007 Nov 16 6:11 AM
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
2007 Nov 16 5:30 AM
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