The Function Module SD_DELIVERY_DETERM_VIA_LIFEX (Bestimmung einer Lieferung mittels externer Lieferscheinnummer) is a standard Function Module in SAP ERP and is part of the function group VEDSBWAP within the package VASB.
Function Module | SD_DELIVERY_DETERM_VIA_LIFEX |
Short Text | Bestimmung einer Lieferung mittels externer Lieferscheinnummer |
Function Group | VEDSBWAP |
Package | VASB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DOCREF | LIKE | VSBHDR-DELNO_T | External delivery number | |
I_DOCREF_DATE | LIKE | VSBDAT-DATUM | Date of external delivery | |
I_EIKTO | LIKE | KNVV-EIKTO | Vendor number at sold-to-party | |
I_KUNAG | LIKE | LIKP-KUNAG | Sold-to-party of delivery to be found |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DOC_COUNT | LIKE | SY-TABIX | Number of deliveries found |
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 |
---|---|---|---|---|
CT_VSBDELPRSP | LIKE | VSBDELPRSP | Struktur für die potentielle Lieferung | |
C_MAT_TAB | LIKE | VSBMAT | Materials the delivery must include | |
E_MATERR_TAB | LIKE | VSBMATERR | Errors per material | |
E_POSDOC_TAB | LIKE | VSBRDOC | Possible documents (deliveries) |
This function module does not define any Exceptions.