2007 Apr 30 4:08 PM
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
2007 Apr 30 4:11 PM
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
TABLESsales_orders = salesorder_itab.
Regards
Sudheer
2007 Apr 30 4:12 PM
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,
2007 Apr 30 4:48 PM
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
2007 Apr 30 4:51 PM
Check SE37 BAPI tcodes for info on BAPI's.
Check this for Usage - MV45XO10
Regards,
Amit
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |