SAP ABAP Function Module SPP01_CUSTOMERORDER_GETSTATUS (Get the status of orders for a particular customer)
Hierarchy
☛
ECC-DIMP (Software Component) DIMP
⤷
IS-A (Application Component) Industry Solution Automotive
⤷
DI_SPP (Package) Internet Spare Parts Project
⤷
⤷
Basic Data
| Function Module | SPP01_CUSTOMERORDER_GETSTATUS | Get the status of orders for a particular customer |
| Function Group | SPP01 | Spare Parts functionalities for internet |
| Program Name | SAPLSPP01 | |
| INCLUDE Name | LSPP01U09 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
ES_RETURN | TYPE | BAPIRET2 | Return message | |||
| |
EF_PO | TYPE | CHAR20 | Purchase Order Number | |||
| |
EF_DAYS | TYPE | I | Number of days before current date for orders to be displayed | |||
| |
IF_CUSTOMER | TYPE | STRING | ||||
| |
IF_STATUS | TYPE | GBSTK | 'A' | Overall processing status of document | ||
| |
IF_DAYS | TYPE | I | 60 | Number of days before current date for orders to be displayed | ||
| |
ALL_FLAG | TYPE | CHAR1 | flag to display all orders | |||
| |
IF_CUSTSALESAREA | TYPE | SPPCUSTSTR | customer sales data | |||
| |
ET_ORDSTAT | TYPE | SPPORDSTAT1 | Order details | |||
| |
ET_ORDERS | TYPE | SPP01_SALESORDERS | List of total orders | |||
| |
ET_STATINFO | TYPE | SPPORDSTAT1 | test structure | |||
| |
ET_RETURN | TYPE | BAPIRET2 | error messages | |||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20050301 |
| SAP Release Created in | 46C2 |