The Function Module SD_NEXT_ACTION_DATE_ORDER (Kredit: Ermitteln nächstes Versandatum eines Auftrages) is a standard Function Module in SAP ERP and is part of the function group VKMP within the package VKM.
Function Module | SD_NEXT_ACTION_DATE_ORDER |
Short Text | Kredit: Ermitteln nächstes Versandatum eines Auftrages |
Function Group | VKMP |
Package | VKM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OLFMNG_ERMITTELN | LIKE | 'X' | Open qty of VBEPVB has to be determined | |
XVBAK | LIKE | VBAK | Order header is new |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CMNGV | LIKE | VBAK-CMNGV | Next planned shipping date | |
CMNUP | LIKE | VBAK-CMNUP | Next check |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
XVBAP | LIKE | VBAPVB | Order item is new | |
XVBEP | LIKE | VBEPVB | Order schedule lines are new | |
XVBFA | LIKE | VBFAVB | Order flow is new | |
XVBUK | LIKE | VBUKVB | Order header status is new | |
XVBUP | LIKE | VBUPVB | Order item status is new |
This function module does not define any Exceptions.