2011 Mar 21 4:56 PM
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.
2011 Mar 23 6:47 AM
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
2011 Mar 23 6:47 AM
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
2011 Mar 24 1:57 PM