Menu

SAP Function Module LISTING_RULES_CHECK_DIALOG

Prüfen Listungsregeln und Dialog bei Fehlern

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 LISTING_RULES_CHECK_DIALOG (Prüfen Listungsregeln und Dialog bei Fehlern) is a standard Function Module in SAP ERP and is part of the function group WSO1 within the package WSOR.

Technical Information

Function Module LISTING_RULES_CHECK_DIALOG
Short Text Prüfen Listungsregeln und Dialog bei Fehlern
Function Group WSO1
Package WSOR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ASS_LEVEL_ITEM LIKE TWSS-SSTUF SPACE Sortiments-Stufe (des Artikels)
ASS_LEVEL_SHOP LIKE TWSS-SSTUF SPACE Sortiments-Stufe (lt. WRF6, also Betrieb)
DATE LIKE WSOH-DATAB Datum zur Prüfung
ITEM LIKE MARA-MATNR Artikel-Nr.
LISTING_METHOD LIKE TWLV-LSTFL Listungs-Verfahren
MERCHANDISE_GROUP LIKE MARA-MATKL SPACE Warengruppe
SALES_UNIT LIKE MVKE-VRKME SPACE nur für Test VKP (opt.), sonst MARA-VerkMe

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
LAYOUT_GROUPS LIKE WINT_LAY Layout-Gruppen (für Abgleich)

Exceptions

This function module does not define any Exceptions.