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 IF_EIS_REPORT_INIT (Initialisieren (Starten) des Berichts) is a standard Function Module in SAP ERP and is part of the function group KYPE_46C_WAO within the package WAO_46C_EXECUTIVE_INFO_SYSTEM.
Function Module | IF_EIS_REPORT_INIT |
Short Text | Initialisieren (Starten) des Berichts |
Function Group | KYPE_46C_WAO |
Package | WAO_46C_EXECUTIVE_INFO_SYSTEM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPLCLASS | LIKE | TKEB1-APPLCLASS | Applikationsklasse | |
REPID | LIKE | TKEB1-REPID | Berichtsname | |
SUBCLASS | LIKE | TKEB1-SUBCLASS | Unterstruktur | |
TABNAME | LIKE | TKEB1-TABNAME | Tabellenname | |
VARIANTE | LIKE | RKB1D-VARIANTE | ABAP: Name einer Variante (ohne Programmname) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_REPORT | TYPE | RKD_SC_REPORT | Berichtsstruktur | |
E_RKB1D | LIKE | RKB1D | Übergabestruktur für SAPMKCBR, SAPMKCBG, SAPMKCBE |
This function module does not define any CHANGING 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 | Rückgabetabelle: Merkmale | |
HEAD_INFO | LIKE | EIS_HEAD | Rückgabetabelle: Festgelegte Merkmale, Variable | |
KEY_FIGURES | LIKE | EIS_KEYFIG | Rückgabetabelle: Kennzahlen | |
KEY_TEXT | LIKE | EIS_KEYTXT | Rückgabetabelle: Texte für Kennzahlen | |
SELOPTION | LIKE | EIS_SELOPT | Eingabetabelle: Select-Options | |
VARIABLES | LIKE | EIS_VAR_B | Eingabetabelle: Variablen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_AUTHORITY | Keine Berechtigung |
NO_RECORDS | Keine Datensätze gefunden |
NO_REPORT | Bericht nicht vorhanden |
NO_VARIANT | Variante nicht gefunden |
REPORT_CHECK_FAILURE | Berichtsdefinition muß geändert werden |
REPORT_IMPORT_ENQUEUE_FAILURE | Bericht konnte nicht importiert werden |
REPORT_INCORRECT_DEFINITION | Bericht mit Feldkatalog nicht verträglich |
REPORT_NOT_CONVERTED | Bericht muß vor Ausführung umgesetzt werden |
SELOPTION_INCONSISTENT | Eingabe der Select-Options nicht korrekt |
VARIABLES_INCONSISTENT_STATUS | Variableneingabe nicht korrekt |