Table list used by SAP ABAP Function Module BS01_SALESORDER_GETLIST (Sales Order: List of all Orders for Customer)
SAP ABAP Function Module
BS01_SALESORDER_GETLIST (Sales Order: List of all Orders for Customer) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BAPI1007 | Structure for business object customer | SOURCE VALUE(CUSTOMER_NUMBER) LIKE BAPI1007-CUSTOMER |
|
| 2 | BAPIORDERS | View: Order Items for Material | SOURCE VALUE(SALES_ORGANIZATION) LIKE BAPIORDERS-SALES_ORG |
|
| 3 | BAPIORDERS | View: Order Items for Material | SOURCE VALUE(PURCHASE_ORDER) LIKE BAPIORDERS-PURCH_NO OPTIONAL |
|
| 4 | BAPIORDERS | View: Order Items for Material | SOURCE VALUE(MATERIAL) LIKE BAPIORDERS-MATERIAL OPTIONAL |
|
| 5 | BAPIORDERS | View: Order Items for Material | SOURCE VALUE(DOCUMENT_DATE_TO) LIKE BAPIORDERS-DOC_DATE OPTIONAL |
|
| 6 | BAPIORDERS | View: Order Items for Material | SOURCE VALUE(DOCUMENT_DATE) LIKE BAPIORDERS-DOC_DATE OPTIONAL |
|
| 7 | BAPIRET2 | Return Parameter | SOURCE VALUE(RETURN) LIKE BAPIRET2 |
|
| 8 | BAPISDORDERSBOS | View: Order Items (with BOS) for Material | SOURCE SALES_ORDERS STRUCTURE BAPISDORDERSBOS |
|