Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module WB2_DETERM_DATA_FOR_ITEM (Handelskontrakt: Ermitteln der Daten zu einer Position.) is a standard Function Module in SAP ERP and is part of the function group WB2C within the package WB2B.
Function Module | WB2_DETERM_DATA_FOR_ITEM |
Short Text | Handelskontrakt: Ermitteln der Daten zu einer Position. |
Function Group | WB2C |
Package | WB2B |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_KOMWBHI | LIKE | KOMWBHI | Trading-Kontrakt: Kommunikationsstruktur Positionsdaten | |
I_KOMWBHK | LIKE | KOMWBHK | Trading-Kontrakt: Kommunikationsstruktur Kopfdaten | |
I_TPOSN | LIKE | KOMWBHI-TPOSN | Trading-Kontrakt: Positionsnummer | |
I_TPOSN_SUB | LIKE | KOMWBHI-TPOSN_SUB | Trading-Kontrakt: Unterpositionsnummer |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_KOMWBHD | LIKE | KOMWBHD | Trading-Kontrakt: Kommunikationsstruktur Kaufmännische Daten | |
E_KOMWBHI | LIKE | KOMWBHI | Trading-Kontrakt: Kommunikationsstruktur Positionsdaten |
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 |
---|---|---|---|---|
T_KOMWBHD | LIKE | KOMWBHD | Trading-Kontrakt: Kommunikationsstruktur Kaufmännische Daten | |
T_KOMWBHE | LIKE | KOMWBHE | Trading-Kontrakt: Kommunikationsstruktur Einteilungen (alle Positionen) | |
T_KOMWBHE_IT | LIKE | KOMWBHE | Trading-Kontrakt: Kommunikationsstruktur Einteilungen (eine Pos., wird aufgeb.) | |
T_KOMWBHI | LIKE | KOMWBHI | Trading-Kontrakt: Kommunikationsstruktur Positionsdaten | |
T_KOMWBHP | LIKE | KOMWBHP | Trading-Kontrakt: Kommunikationsstruktur Partner (alle Pos.) | |
T_KOMWBHP_IT | LIKE | KOMWBHP | Trading-Kontrakt: Kommunikationsstruktur Partner (eine Pos., wird aufgebaut) |
This function module does not define any Exceptions.