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

Modify the API method parameter for a BAPI

Former Member
0 Kudos
256

Hi,

is it possible to modify the API method parameter of a bapi? How can I do it?

I created a bapi but I'd to change the import parameter in the API method.

Thanks in advance.

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
182

Hi,

is it possible to modify the API method parameter of a bapi? How can I do it?

I created a bapi but I'd to change the import parameter in the API method.

On these, It is not possible because, that when you create the business object a standard interface, an attribute ObjectType and

the methods ExistenceCheck and Display are automatically generated.

These cannot be changed .

Regards,

Sekhar

2 REPLIES 2
Read only

Former Member
0 Kudos
183

Hi,

is it possible to modify the API method parameter of a bapi? How can I do it?

I created a bapi but I'd to change the import parameter in the API method.

On these, It is not possible because, that when you create the business object a standard interface, an attribute ObjectType and

the methods ExistenceCheck and Display are automatically generated.

These cannot be changed .

Regards,

Sekhar

Read only

0 Kudos
182

Thank you.