Menu

SAP Function Module EIS_REPORT_INIT

Initialisieren (Starten) des Berichts

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 EIS_REPORT_INIT (Initialisieren (Starten) des Berichts) is a standard Function Module in SAP ERP and is part of the function group KYPE within the package KC_NU.

Technical Information

Function Module EIS_REPORT_INIT
Short Text Initialisieren (Starten) des Berichts
Function Group KYPE
Package KC_NU
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPLCLASS LIKE TKEB1-APPLCLASS 'KC' Application class
REPID LIKE TKEB1-REPID Report name
SUBCLASS LIKE TKEB1-SUBCLASS '02' Substructure
TABNAME LIKE TKEB1-TABNAME Table name

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
ATTRIBUTES LIKE EIS_ATTR Rückgabetabelle: Attribute
CHARACTERISTICS LIKE EIS_CHAR Return table: Characteristics
HEAD_INFO LIKE EIS_HEAD Return table: Fixed characteristics, variables
KEY_FIGURES LIKE EIS_KEYFIG Return table: Key figures
KEY_TEXT LIKE EIS_KEYTXT Return table: Texts for key figures
SELOPTION LIKE EIS_SELOPT Eingabetabelle: Select-Options
VARIABLES LIKE EIS_VAR_B Entry table: Variables

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_AUTHORITY No authorization
NO_RECORDS No data records found
NO_REPORT Report does not exist
REPORT_CHECK_FAILURE Report structure needs to be changed
REPORT_IMPORT_ENQUEUE_FAILURE Report could not be imported
REPORT_INCORRECT_DEFINITION Report is not compatible with field catalog
REPORT_NOT_CONVERTED Report needs to be converted before you can execute it
SELOPTION_INCONSISTENT Eingabe der Select-Options nicht korrekt
VARIABLES_INCONSISTENT_STATUS Entry of variables was incorrect