The Function Module FVZR_GET_HKONT (Sucht das Hauptbuchkonto zur Kontierungsreferenz) is a standard Function Module in SAP ERP and is part of the function group FVZR within the package FTVV.
Function Module | FVZR_GET_HKONT |
Short Text | Sucht das Hauptbuchkonto zur Kontierungsreferenz |
Function Group | FVZR |
Package | FTVV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUKRS | LIKE | T001-BUKRS | Buchungskreis aus der rufenden Anwendung | |
I_GSART | LIKE | TZPA-GSART | Geschäftsart aus der rufenden Anwendung | |
I_RANTYP | LIKE | T037S-RANTYP | Typ Vertragsnummer (Bereich Darwin) | |
I_RREFKONT | LIKE | T037S-RREFKONT | Kontierungsreferenz aus der rufenden Anwendung |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NR_HKONT | LIKE | T037S-HKONT | übergibt Nummer des Hauptbuchkontos | |
TXTK_HKONT | LIKE | SKAT-TXT20 | übergibt Kurztext des Hauptbuchkontos | |
TXTL_HKONT | LIKE | SKAT-TXT50 | übergibt Langtext des Hauptbuchkontos |
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 |
---|---|
HKONT_NOT_FOUND | Hkont-Nr. aus T037S in SKB1 nicht vorhanden |
RREFKONT_NOT_FOUND | Kontierungsref. in T037S nicht vorhanden |
TEXT_NOT_FOUND | Texte zu SKB1 in SKAT nicht gepflegt |