Menu

SAP Function Module WFRM_CRE_DEL_SO_STOD

create deliveries for additional store order items

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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 WFRM_CRE_DEL_SO_STOD (create deliveries for additional store order items) is a standard Function Module in SAP ERP and is part of the function group WFR0_ADD within the package WFRM_ADD.

Technical Information

Function Module WFRM_CRE_DEL_SO_STOD
Short Text create deliveries for additional store order items
Function Group WFR0_ADD
Package WFRM_ADD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
P_SOE_TAB TYPE WFRM_SOE_SRT_T BAdI Schnittstellentyp zu Struktur WFRM_SO_WA_TYP
P_SO_ITEM_TAB TYPE WFRM_SOI_STD_T BAdI Schnittstellentyp zu Struktur WFRM_SO_WA_TYP
P_SO_TAB TYPE WFRM_SO_STD_T BAdI Schnittstellentyp zu Struktur WFRM_SO_WA_TYP
P_VBAK TYPE VBAK_HSD_T BAdI Schnittstellentyp zu Struktur VBAK
P_VBAP TYPE VBAP_HSD_T BAdI Schnittstellentyp zu Struktur VBAPVB
P_VBAP_SI TYPE VBAP_SRT_T BAdI Schnittstellentyp zu Struktur VBAPVB
P_VBEP TYPE VBEP_SRT_T BAdI Schnittstellentyp zu Struktur VBEPVB
P_VBFA TYPE VBFA_SRT_T BAdI Schnittstellentyp zu Struktur VBFAVB
P_VBKD TYPE VBKD_HSD_T BAdI Schnittstellentyp zu Struktur VBKDVB
P_VBPA TYPE VBPA_SRT_T BAdI Schnittstellentyp zu Struktur VBPAVB
P_VBUK TYPE VBUK_HSD_T BAdI Schnittstellentyp zu Struktur VBUK
P_VBUP TYPE VBUP_SRT_T BAdI Schnittstellentyp zu Struktur VBUPVB

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
P_PRESET_DATA_TAB TYPE PRESET_DATA_WA_TAB Tabelle zu PRESET_DATA_WA_TYP

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.