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: 

Is there any FM or BAPI to get list of all sales orders

Former Member
0 Kudos

Hello all,

I have the requirement like below.

Is there any FM if i Pass Drawing document no, type,part,revision level which gives

the output list as.

1) all sales orders, where the above drawing document no is attached to the materials

and these materials are used as one of the lower level components in the Sales order BOM,

I need to show all those sales orders along with SO number,item,Material,Plant and BOM Item no,

2)all sales orders, where the above drawing document no is attached to the materials

and the same material is one of the item in sales order.

3)all sales orders, where the above drawing document no is used as one of the component in Sales order BOm's

Addition of 1,2,3 will be the o/p.

are there any FM or BAPI to get the above list.

Basically the above report is concatenation of report outputs of t-code CSD5 and CS15.

Awaiting reply.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI Venkatesh,

use this BAPI

BAPI_SALESORDER_GETLIST

Regards,

Vijay

6 REPLIES 6

Former Member
0 Kudos

HI Venkatesh,

use this BAPI

BAPI_SALESORDER_GETLIST

Regards,

Vijay

viquar_iqbal
Active Contributor
0 Kudos

Hi

Try this

FM SPP01_SALESORDER_GETLIST

Thanks

Viquar Iqbal

Former Member
0 Kudos

HI,

Use the functional transaction code VA05 to get list of all sales orders.

Regards,

Pavan.

Former Member
0 Kudos

Hi venkatesh,

You can use the BAPI

BAPISDORDER_GETDETAILEDLIST

to get list of all sales orders.

Here is a lik which provides you BAPI'S regarding everything.

[http://www.saptechies.com/sap-bapi-list/]

Hope this will help you.

Regards,

Pavan.

Former Member
0 Kudos

hii,

tou can use the function module

BAPI_SALESORDER_GETLIST

or either you can check on http://www.sapbapi.com/bapi-list/.

regards,

Shweta

Former Member
0 Kudos

helpfull