cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any Web Service to create Internal Order?

Former Member
0 Kudos

Hi,

I have to find out a suitable Web Service which can create internal order. I have searched in SOAMANAGER but did not find any such WS. Does anybody have an idea whether there is any such WS?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tirth,

To create internal Order in SAP we use BAPI_INTERNALORDER_CREATE bapi.So u can expose this Bapi as webservice and consume it .Here is the procedure to expose the bapi as webservice.

http://help.sap.com/saphelp_nw04/Helpdata/EN/e9/ae1b9a5d2cef4ea4b579f19d902871/content.htm

Regards,

srikanth

Former Member
0 Kudos

Hi Tirth,

If you are using a bapi for webservice then these threads may help you.

If you are creating your own webservice then create an application in java,then expose it as webservice.

Regards

Sreedhar