Menu

SAP Function Module RSAQRT_ALV_PREPARE

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 RSAQRT_ALV_PREPARE () is a standard Function Module in SAP ERP and is part of the function group AQRUNT within the package SQUE.

Technical Information

Function Module RSAQRT_ALV_PREPARE
Short Text
Function Group AQRUNT
Package SQUE
Module Type Normal Module

Importing Parameters

This function module does not define any IMPORTING parameters.

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FIELDCATALOG TYPE LVC_T_FCAT Field Catalog for List Viewer Control
GRID_HANDLE CLASS CL_GUI_ALV_GRID ALV List Viewer
LAYOUT TYPE LVC_S_LAYO ALV Control: Layout Structure
SORT TYPE LVC_T_SORT ALV control: Table of Sort Criteria

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RTMODE TYPE AQLIMODE SAP Query (L): Execution Mode (Internal)

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.