The Function Module CNET_GET_PROFILE_CONTENTS (Determine the data belonging to the graphics profile) is a standard Function Module in SAP ERP and is part of the function group CNET within the package SGRC.
Function Module | CNET_GET_PROFILE_CONTENTS |
Short Text | Determine the data belonging to the graphics profile |
Function Group | CNET |
Package | SGRC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
GET_CLUSTER_DEFS | LIKE | 'x' | Determine cluster types | |
GET_CLUSTER_FORMAT_DEFS | LIKE | 'x' | Determine cluster formats | |
GET_COLOR_DEFS | LIKE | 'x' | Determine color attributes | |
GET_FIELD_DEFS | LIKE | 'x' | Determine field attributes | |
GET_FORMAT_DEFS | LIKE | 'x' | Determine formats | |
GET_LINE_DEFS | LIKE | 'x' | Determine link types | |
GET_NODE_DEFS | LIKE | 'x' | Determine node types | |
GET_OPTION_DEFS | LIKE | 'x' | Determine settings in options profile | |
GRAPH_TYPE | LIKE | SPACE | Graphic type | |
PROFILE | LIKE | NET_PROFIL | Graphics profile |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OPTION_DEFS | LIKE | TCNO | Option profile contents | |
PROFILE_DEFS | LIKE | TCNG | Graphics profile contents |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLUSTER_DEFS | LIKE | TCNC | Cluster profile contents | |
CLUSTER_FORMAT_DEFS | LIKE | TFMT | Contents of cluster format attributes | |
COLOR_DEFS | LIKE | THLT | Contents of color attributes | |
FIELD_DEFS | LIKE | TFAT | Field attribute contents | |
FORMAT_DEFS | LIKE | TFMT | Format attribute contents | |
LINE_DEFS | LIKE | TCNL | Link profile contents | |
NODE_DEFS | LIKE | TCNN | Node profile contents |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CLUSTER_DEFS_NOT_FOUND | Cluster types not found |
INV_PROFILE | Incorrect graphics profile |
LINE_DEFS_NOT_FOUND | Link profile not found |
NODE_DEFS_NOT_FOUND | Node profile not found |
OPTION_DEFS_NOT_FOUND | Option profile not found |