cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Webservices in SAP

Former Member
0 Kudos

Can anyone tell me what is the name of Standard WebService that is used for Purchase Order Creation or Sales Order Creation or for BAPI_VENDOR_GETDETAIL?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Suruchi,

take PurchaseOrderERPRequest_In_V1 for asynchronous use and PurchaseOrderERPCreateRequestConfirmation_In_V1 for synchronous. I've used the latter successfully.

You find the description here:

http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?id=E4101E20A59311DD2B8D000F...=

Going to http://esworkplace.sap.com and looking for ERP PurchaseOrder object is generally a good idea to discover what SAP delivers.

Regards,

Jörg

Former Member
0 Kudos

Thanks Jorg for the quick reply...

Actually I am new to Webservices. Can you tell me whats the difference between Synchronous and Asynchronous Web-services???

When they are used?

One more thing where will I find these Standard Web Services in my SAP system?

When I called SOAMANAGER and looked into Web Service Administration, I didnt find any Web Servive PurchaseOrderERPRequest_In_V1 present there??? Can you tell me what I am missing?

Former Member
0 Kudos

Hello Suruchi,

you need to verify that you have the required EhP installed on your ECC system. The Enterprise Services are delivered roughly from EhP4 to EhP6, so if you're on a lower system level you won't find them in SOAMANAGER. You can also search with wildcards.

For the difference between synchronous and asynchronous there is a lot of better material around than my modest opinion. Basically, in synchronous mode you expect an answer back immediately (for example the PO number), in asynchronous mode you don't. In this case either you don't need it or it is sufficient that it arrives later.

Regards,

Jörg