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_GETLIST

Former Member
0 Likes
2,689

Hi,

Any one give me some info abt BAPI_SALESORDER_GETLIST. Function Module

like Mandatory perameters required And Not required Fields Thanks in advance.

Thanks

Kiran.B

Hi,

Any one give me some info abt BAPI_SALESORDER_GETLIST. Function Module

like Mandatory perameters required And Not required Fields Thanks in advance.

Thanks

Kiran.B

4 REPLIES 4
Read only

Former Member
0 Likes
1,823

Hi,

CALL FUNCTION 'BAPI_SALESORDER_GETLIST'
EXPORTING
customer_number = cust
sales_organization = sorg
* MATERIAL =
* DOCUMENT_DATE =
* DOCUMENT_DATE_TO =
* PURCHASE_ORDER =
* TRANSACTION_GROUP = 0
* PURCHASE_ORDER_NUMBER =
* IMPORTING
* return = it_return
TABLES

sales_orders = salesorder_itab.

Regards

Sudheer

Read only

Former Member
0 Likes
1,823

Hi,

CUSTOMER_NUMBER and SALES_ORGANIZATION are the only obligatory fields.

The rest, are for selection restriction, for example:

DOCUMENT_DATE_TO = '12.12.2007'. "Means that will be select all the orders until date 12.12.2007 ( for customer number and sales_organization).

The result comes in SALES_ORDERS table.

Regards,

Read only

Former Member
0 Likes
1,823

Hi Kiran,

CUSTOMER_NUMBER and SALES_ORGANIZATION are the only obligatory fields i.e. we have to pass the value.

Reward points if useful..

Regards

Nilesh

Read only

amit_khare
Active Contributor
0 Likes
1,823

Check SE37 BAPI tcodes for info on BAPI's.

Check this for Usage - MV45XO10

Regards,

Amit