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 GENERATE_REPORT_NAMES (Generate (report) names according to old or new naming convention) is a standard Function Module in SAP ERP and is part of the function group HRGE within the package PCAL.
Function Module | GENERATE_REPORT_NAMES |
Short Text | Generate (report) names according to old or new naming convention |
Function Group | HRGE |
Package | PCAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MOLGA | LIKE | T500L-MOLGA | Country indicator | |
PROCL | LIKE | T52A0-PROCL | Program class: calc / time | |
SHORT_NAME | LIKE | Short name (4 characters) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NAME | LIKE | SY-REPID | Composite name |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MOLGA_CANNOT_USED_WITH_PROCL_T | Prog. class T and country grp. <> 99 |
MOLGA_NOT_EXISTS | No entry in T5001 for country grouping |
PROCL_NOT_EXISTS | This program class does not exist |
SHORT_NAME_NOT_ACCEPTED | Short name contains a space |