Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →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.