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 C10E_CHARACT_F4GLOSSARY_GET (PP-SHE: Erlaubte Werte für Merkmal aus Phrasenkatalog holen) is a standard Function Module in SAP ERP and is part of the function group C10E within the package CBUI.
Function Module | C10E_CHARACT_F4GLOSSARY_GET |
Short Text | PP-SHE: Erlaubte Werte für Merkmal aus Phrasenkatalog holen |
Function Group | C10E |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AENNR | LIKE | RCGADDINF-AENNR | Change number (blank for none) | |
I_CHARACT | LIKE | CABN-ATNAM | Current characteristic (internal number) | |
I_ESTCAT | LIKE | TCG11-ESTCAT | Current valuation type | |
I_LANGU | LIKE | SY-LANGU | Desired language | |
I_VALDAT | LIKE | RCGADDINF-VALDAT | Key date (-valid from i_aennr if given) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_INACTIVE_CATALOG | TYPE | ESP1_BOOLEAN | A minimum of one phrase orginates from an inactive library |
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 |
---|---|---|---|---|
E_PHRASETAB | LIKE | RCGATF4PHR | Found phrases (keys + texts) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CHARACT_NOT_FOUND | No allocation characteristic category/characteristic <-> phrase set |
CLASS_NOT_FOUND | No assignment class <-> val. type (in TCG11) |
INVALID_LANGUAGE | No entries found for any language |
PHRASE_NOT_FOUND | No (valid) phrase data found |
PHRSELSET_NOT_FOUND | Phrase set from TCG66 not found |