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: 

webdynpro ---- BAPI/FM used in service call to get sales order

Former Member
0 Kudos

Hi

I need to have a main view which contain an inputfield to insert a sales order, then check whether the sales order is existed in database, at last, pop up a message box to show the feedback.

So which FM or BAPI shall I have to use during service call?

Best Regards!

Stephanie

1 REPLY 1

Former Member
0 Kudos

Hi,

Use the BAPIs

To create -

BAPI_SALESORDER_CREATEFROMDAT2

To change -

BAPI_SALESORDER_CHANGE

I assume that you are trying to create a sales order or You want to change the salesorder.

For the sales order we need to write a selelct query on the check table for the existence of the sales order.

Please try to use the SE37 Tcode to view all the BAPIs related to salesorder.

Are you using WD for Java Or ABAP or BSP.

Please a\let me know in case of any issues.

Regards

Lekha