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 SMAP_SOLUTIONMAP_READ () is a standard Function Module in SAP ERP and is part of the function group SMAPSTRUCT within the package SBEIF.
Function Module | SMAP_SOLUTIONMAP_READ |
Short Text | |
Function Group | SMAPSTRUCT |
Package | SBEIF |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LANGUAGE | TYPE | SY-LANGU | SY-LANGU | Language Key |
READ_KPI | TYPE | CHAR1 | 'X' | |
READ_PPR | TYPE | CHAR1 | 'X' | |
READ_SPR | TYPE | CHAR1 | 'X' | |
STRUCTURE_ID | TYPE | HIER_GUID | Unique ID - 32 Characters |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
HIERARCHY_NODES | LIKE | BAPISMAPH | Solution Map: Hierarchy Structure | |
NODE_ASSIGNMENTS | LIKE | BAPISMAPN | Solution Map: Structure Item Assignments | |
RETURN | LIKE | BAPIRET2 | Return Parameters |
This function module does not define any Exceptions.