Menu

SAP Function Module MASS_EINE_CHANGE_CELL_VALUE

Change color of cells in mass maintenance ALV grid

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module MASS_EINE_CHANGE_CELL_VALUE (Change color of cells in mass maintenance ALV grid) is a standard Function Module in SAP ERP and is part of the function group MASS_EINE_UTILITIES within the package WSTRMASSMAINT.

Technical Information

Function Module MASS_EINE_CHANGE_CELL_VALUE
Short Text Change color of cells in mass maintenance ALV grid
Function Group MASS_EINE_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
FIELDCATALOG TYPE LVC_T_FCAT Field catalog for ListViewer control
FIELD_TO_CLEAR TYPE MASS_FLAG_CLEAR mass maintenance flags for LFM2
NEW_COLOR TYPE LVC_S_COLO ALV control: Color coding

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
LINES_TO_CHANGE TYPE LVC_T_MODI ALV Control: Table of Modified Cells for the Application

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PREVIOUS_COLOR_TABLE TYPE MASS_EINE_TABLE table for LFM2 mass maintenance
TABLE_TO_CHANGE TYPE MASS_EINE_TABLE table for LFM2 mass maintenance
TABLE_TO_CHANGE_FROM TYPE MASS_EINE_TABLE table for LFM2 mass maintenance

Exceptions

This function module does not define any Exceptions.