Application Development and Automation 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: 
Read only

BAPI_SALESORDER_CHANGE

duma_msongelwa
Explorer
0 Likes
732

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.

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
Read only

Former Member
0 Likes
665

Hi,

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

Regards

Vinod

Read only

Former Member
0 Likes
665

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.

Read only

Former Member
0 Likes
665

Hi Dumamax,

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

Regards,

Lakshman.

Read only

duma_msongelwa
Explorer
0 Likes
665

Found solution from Laksman