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 RKC_ASPET_POPUP (Popup: Aspekte mit Text) is a standard Function Module in SAP ERP and is part of the function group KXAS within the package KC.
Function Module | RKC_ASPET_POPUP |
Short Text | Popup: Aspekte mit Text |
Function Group | KXAS |
Package | KC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLIENT_INDEP | LIKE | CCVALID-XFELD | SPACE | Flag: mandantenübergreifende Selektion |
CONT_COMTB | TYPE | KCDB_BOOL | ' ' | Flag: nur Aspekte mit zugeord. Kommentartabelle |
DISP | LIKE | CCVALID-XFELD | SPACE | Flag: nur Anzeige |
I_ASPET | LIKE | CFASG-CHRASP | '*' | generische Aspektvorgabe |
STATUS | LIKE | DD03L-AS4LOCAL | 'A' | DDIC-Status: 'A' - aktiv, 'M' - gesichert |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ASPET | LIKE | TKCA-ASPET | Aspekt (Auswertungsbereich) | |
ATEXT | LIKE | CDITAH-TXT_M | Aspektbedeutung | |
TABNM | LIKE | TKCA-TABNM | Tabellenname |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ATYPE | LIKE | TKCA-ATYPE | '*' | Aspekttyp ('T'abelle, 'V'iew) |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.