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

Modifying Business Object Method

Former Member
0 Likes
654

Hello Experts,

I have added one more parameter into BAPI importing parameter.

The Business Object method which call this BAPI needs to update.

I suppose to do it manually by adding that parameter into Business Object method parameter and program.

Is it a right way I am doing?

Is there any way to do all those automatically?

Suggest me the right way.

Thanks in advance.

Regards

Pravasini

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
601

Is it a right way I am doing?

No

Suggest me the right way.

Use EXTENSION parameter, read Customer Enhancement of BAPIs.

Regards,

Raymond

Read only

0 Likes
601

Actually It is a standard development.

Then I think I should not go with EXTENSION.

Suggest me your view.

Thanks and Regards

Pravasini

Read only

0 Likes
601

So, either you work for SAP or the BAPI was created in one of your namespace, then execute transaction SWO1 to adapt your not yet released business object, don't forget to unrelease any changed attributes, keys or method before adapting, and release those once again once done.

Regards,

Raymond

Read only

0 Likes
601

Hi Raymond,

Thanks a lot  for your response, My business object is previously already released . Now BAPI interface is got changed and which also need to maintained in business object method.

I tried to do unreleased the method but didn't find the option to unrelease it.

I found option to be implemented and released but not to unrelease it.

So can you please explain me how to unrelease it and then do manual changes and then again need to to release it.

Thanks and Regards

Pravasini