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 BKK_GL_GL_TEXT_GET (Kurz- und Langtexte zu HB-Konten aus BCA lesen) is a standard Function Module in SAP ERP and is part of the function group FBC2 within the package FKBH.
Function Module | BKK_GL_GL_TEXT_GET |
Short Text | Kurz- und Langtexte zu HB-Konten aus BCA lesen |
Function Group | FBC2 |
Package | FKBH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FLG_MESSAGE | TYPE | BKK_XFELD | 'X' | XFeld |
I_HKONT | TYPE | HKONT | Sachkonto der Hauptbuchhaltung | |
I_KTOPL | TYPE | KTOPL | Kontenplan | |
I_SPRAS | TYPE | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RCD_RETURN | LIKE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | |
E_TBKKC_GLACC_TXT20 | TYPE | TXT20_SKAT | Sachkontenkurztext | |
E_TBKKC_GLACC_TXT50 | TYPE | TXT50_SKAT | Sachkontenlangtext |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.