Application Development 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: 

Modify the API method parameter for a BAPI

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

Thank you.