The Function Module FTR_TRANSACTIONTYPE_GET_TEXT (Textbezeichnung der Produkt- und Geschäftsart) is a standard Function Module in SAP ERP and is part of the function group FTR_05 within the package FTTR.
Function Module | FTR_TRANSACTIONTYPE_GET_TEXT |
Short Text | Textbezeichnung der Produkt- und Geschäftsart |
Function Group | FTR_05 |
Package | FTTR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_LANGU | LIKE | SY-LANGU | SY-LANGU | Sprache |
I_SFHAART | LIKE | VTBFHA-SFHAART | Geschäftsart | |
I_SGSART | LIKE | VTBFHA-SGSART | Produktart |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_TRANSACTIONTYPE_TEXT | TYPE | FTR_TRANSACTIONTYPE_TEXT | Textbezeichnung der Produkt- und Geschäftsart | |
E_XFHAART | LIKE | Bezeichnung der Geschäftsart | ||
E_XGSART | LIKE | Bezeichnung der Produktart | ||
E_XGSART_SHORT | LIKE | Kurzbezeichnung der Produktart |
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.