cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to get the List of Sales orders

Former Member
0 Kudos

Hi,

In My program, I need to fetch list of Sales Order from VBAK(Table name). Is there any BAPI to get the list?

I need to consider following input parameters as search criteria

1]Sales Doucment

2]Created on

3]Created by

4]SD Document category

hey please help me, I am new to SAP as well as MII.

I just need to know the BAPI or FM that can be used.MII things can be managed..

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Bapisdorder_getdetailedlist

Former Member
0 Kudos

try this

BAPI_SALESORDER_GETLIST

Former Member
0 Kudos

I had used BAPI_SALESORDER_GETLIST, But by considering the constraints of input paramers for search criteria,

I am not able to find corresponsing input parameters of the BAPI.

Can you tell me which i/p parameters of Bapi will map to following i/p parameters:

1]Sales Doucment

2]Created on

3]Created by

4]SD Document category

agentry_src
Active Contributor
0 Kudos

Take a look at directly reading the table using RFC_READ_TABLE. If you are not that familiar with the structure of the table, use SE11 to review it as you set up the RequestXML. There are a number of good postings on this forum regarding the use of this RFC, but you will need to look back two years to get the best (most detailed) messages.

Regards,

Mike

Edited by: Michael Appleby on Oct 28, 2010 2:13 PM