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

A question about changing released BAPI

Former Member
0 Likes
659

Hi all,

I have released a custom BAPI, but I need to modify one of its method. After the modification, should I add the method again and repeat the release work?

Thank you in advance,

Bing

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
612

Hi Noyan,

Check this link which gives all the information about changing BAPI.

http://help.sap.com/saphelp_46c/helpdata/en/d2/42f955cafe11d1ad0c080009b0fb56/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/18/22b812773211d396b20004ac96334b/content.htm

Hope this helps you.

Regards,

Chandra Sekhar

5 REPLIES 5
Read only

Former Member
0 Likes
613

Hi Noyan,

Check this link which gives all the information about changing BAPI.

http://help.sap.com/saphelp_46c/helpdata/en/d2/42f955cafe11d1ad0c080009b0fb56/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/18/22b812773211d396b20004ac96334b/content.htm

Hope this helps you.

Regards,

Chandra Sekhar

Read only

former_member125931
Active Participant
0 Likes
612

As per my knowledge no need to release again,release only single time process.

Read only

Former Member
0 Likes
612

Hi,

I thinkYou will have to modify and not do the release work again. the changes will reflect in the main program of bapi.if it doesnt reflect u will have to change in the main program of the Bapi.Thats how i did for a similar situation

Prajith

Read only

Former Member
0 Likes
612

Hi,

Create another custom BAPI by coping the existing one.and do changes on that after that release that BAPI.

Read only

0 Likes
612

Thank you very much for the reply!