The Function Module CY_GET_PROFILE_TEXT (Reads the description to a profile from the text table TCY10) is a standard Function Module in SAP ERP and is part of the function group CYTA within the package CY.
Function Module | CY_GET_PROFILE_TEXT |
Short Text | Reads the description to a profile from the text table TCY10 |
Function Group | CYTA |
Package | CY |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PROFIL_ID | LIKE | TCY10-PROFIL_ID | ID of the overall profile |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TEXT | LIKE | TCY10-PROFTXT | Description |
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 |
---|---|
NO_TEXT_OR_UNKNOWN_PROFILE_ID | There is no ID or no text for the ID |