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: 

BAPI_SALESORDER_CHANGE

duma_msongelwa
Explorer
0 Kudos

Hi I need to change item details configuration using BAPI_SALESORDER_CHANGE. I cannot find a getdetail FM to preceed this FM so that I can get the necessary data to pass on this FM.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Use function module "SHP_GET_SD_DATA" get details of sales document.

Regards

Vinod

Former Member
0 Kudos

Hi,

Additional to the above answer:

in SE37 you can search with BAPI_SALESORDER* and system displays some more BAPIs which might be helpful too.

former_member209217
Active Contributor
0 Kudos

Hi Dumamax,

You can use this BAPI's BAPI_SALESORDER_GETDETAILBOS, BAPI_SALESORDER_GETLISTBOS to get order details and list of orders.

Regards,

Lakshman.

duma_msongelwa
Explorer
0 Kudos

Found solution from Laksman