Menu

SAP Function Module WSTN6_SITE_GROUP_MAINTENANCE

Display a dialog window to maintain store groups

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 WSTN6_SITE_GROUP_MAINTENANCE (Display a dialog window to maintain store groups) 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_SITE_GROUP_MAINTENANCE
Short Text Display a dialog window to maintain store groups
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_DISPLAY_ONLY TYPE XFELD Indicator for display mode only
IM_PLANNR TYPE WSTN_AL_PLANNR Prepack allocation planning number
IM_S_MARA TYPE MARA General information on the generic article
IM_T_FILGRP TYPE WSTN_AL_FILGRP_TAB Old site group assignation
IM_T_SITE_GROUP TYPE WSTN_AL_SITE_GROUP_TAB Old site group definition

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EX_T_FILGRP TYPE WSTN_AL_FILGRP_TAB New site group assignation
EX_T_SITE_GROUP TYPE WSTN_AL_SITE_GROUP_TAB New site group definition

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
ERROR_WITH_DYNAMIC_TABLE Unable to dynamically create internal table used for reviewing site group
USER_CANCELED The user cancel the action