Menu

SAP Function Module WSTN6_ALLOC_ARTICLES_TO_SGROUP

Display a dialog window to assign prepacks to a store group

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module WSTN6_ALLOC_ARTICLES_TO_SGROUP (Display a dialog window to assign prepacks to a store group) is a standard Function Module in SAP ERP and is part of the function group WSTN6 within the package WSTRN.

Technical Information

Function Module WSTN6_ALLOC_ARTICLES_TO_SGROUP
Short Text Display a dialog window to assign prepacks to a store group
Function Group WSTN6
Package WSTRN
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IM_ASORT TYPE ASORT Assortment
IM_T_PP_ALLOC TYPE WSTN_PP_ALLOCATED_TAB List of prepacks already allocated to site groups
IM_T_PREPACK TYPE WSTN_PP_HEADER_TAB List of prepacks available
IM_T_SITE_GROUP TYPE WSTN_AL_SITE_GROUP_TAB List of site groups available

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EX_T_PP_DEALLOC TYPE WSTN_PP_ALLOCATED_TAB List of prepacks deallocated from a site group
EX_T_PP_NEW_ALLOC TYPE WSTN_PP_ALLOCATED_TAB List of prepacks newly allocated to a site group

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_ARTICLES No articles are available for allocation
USER_CANCELED The user cancel the action