Menu

SAP Function Module MASS_SCRN_CREATE

Create dynamic screen for mass maintenance

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 MASS_SCRN_CREATE (Create dynamic screen for mass maintenance) is a standard Function Module in SAP ERP and is part of the function group MASS_GENERAL_UTILITIES within the package WSTRMASSMAINT.

Technical Information

Function Module MASS_SCRN_CREATE
Short Text Create dynamic screen for mass maintenance
Function Group MASS_GENERAL_UTILITIES
Package WSTRMASSMAINT
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ICON TYPE ICON Icons table
I_PROGNBR TYPE SY-DYNNR ABAP program, number of current screen
I_TABNAME TYPE DD03V-TABNAME Table name

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_PROGHEADER TYPE D020S System table D020S (screen sources)
E_PROGNBR TYPE SY-DYNNR ABAP program, number of current screen

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
T_DYNPMATCH LIKE D023S Screen parameters
T_FIELDLIST LIKE D021S Screen fields
T_FIELDNAME LIKE MASS_FIELD_NAME Field Name for site mass maintenance
T_FLOWLOGIC LIKE D022S Screen flow logic

Exceptions

This function module does not define any Exceptions.