SAP ABAP Class CL_CRD_GUI_LOG (Credentialing: Display of Log)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
ICM (Application Component) Incentive and Commission Management (ICM)
⤷
CRDEIF (Package) Credentialing: External Interfaces
⤷
⤷
Properties
| Class | CL_CRD_GUI_LOG | |
| Short Description | Credentialing: Display of Log | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRDEIF | Credentialing: External Interfaces |
| Created | 20070120 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_CRD_GUI_LOG has no interface implemented.
Friends
Class CL_CRD_GUI_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_ALV_TREE | ALV Tree Control | 20070120 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in Screen Area | 20070120 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TREEV_HHDR | Tree Control: Attributes of the Hierarchy Header | 20070120 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | MTY_TS_HAS_LONGTEXT | Buffered Info Stating If Message Has Long Text | 20070121 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | CRD_TT_GUI_LOG | Credentialing: Table for Message Display | 20070120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20070120 | ||
| 2 | Static method | Public | Method | Creates a New Instance | 20070120 | |
| 3 | Instance method | Public | Method | Generates Required Controls | 20070120 | |
| 4 | Instance method | Public | Method | Release of Resources | 20070120 | |
| 5 | Instance method | Protected | Method | Gets Field Catalog for Display | 20070120 | |
| 6 | Instance method | Protected | Event handling method | Event Handler for LINK_CLICK | 20070121 | |
| 7 | Instance method | Protected | Method | Checks If Long Text Exists for Message | 20070121 | |
| 8 | Instance method | Protected | Method | Register Events and Handler | 20070121 | |
| 9 | Instance method | Public | Method | 20070120 | ||
| 10 | Instance method | Protected | Method | Displays Long Text for Message | 20070121 |
Events
Class CL_CRD_GUI_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_HAS_LONGTEXT | Protected | See coding | Buffered Info Stating If Message Has Long Text | 20070121 | BEGIN OF mty_s_has_longtext,
msgid TYPE symsgid,
msgno TYPE symsgno,
has_longtext TYPE boolean_flg,
END OF mty_s_has_longtext
|
|
| 2 | MTY_TS_HAS_LONGTEXT | Protected | See coding | Buffered Info Stating If Message Has Long Text | 20070121 | MTy_TS_HAS_LONGTEXT type SORTED TABLE OF mty_s_has_longtext with UNIQUE key msgid msgno
|
Method Signatures
Method CONVERT_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_GUI_LOG | Call by reference | Type reference (TYPE) | CRD_S_GUI_LOG | Legitimierung: Struktur für Meldungsanzeige | 20070120 | |||
| 2 | IS_MESSAGE | Call by reference | Type reference (TYPE) | IF_CRD_LOG=>MTY_S_MESSAGE | 20070120 |
Method CONVERT_MESSAGE on class CL_CRD_GUI_LOG has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_CRD_GUI_LOG | Legitimierung: Anzeige des Log | 20070120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zu CL_CRD_GUI_LOG | 20070120 |
Method CREATE_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CONTAINER_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20070120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zu CL_CRD_GUI_LOG | 20070120 |
Method DESTROY Signature
Method DESTROY on class CL_CRD_GUI_LOG has no parameter.
Method DESTROY on class CL_CRD_GUI_LOG has no exception.
Method GET_FIELDCATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FIELDCATALOG | Value transfer | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20070120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zu CL_CRD_GUI_LOG | 20070120 |
Method HANDLE_LINK_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDNAME | Call by reference | Attribute reference (LIKE) | 20070121 | |||||
| 2 | NODE_KEY | Call by reference | Attribute reference (LIKE) | 20070121 |
Method HANDLE_LINK_CLICK on class CL_CRD_GUI_LOG has no exception.
Method HAS_MESSAGE_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtentyp | 20070121 | |||
| 2 | ID_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20070121 | |||
| 3 | RB_HAS_LONGTEXT | Value transfer | Type reference (TYPE) | BOOLEAN_FLG | Boolsche Variable (X=true, space=false) | 20070121 |
Method HAS_MESSAGE_LONGTEXT on class CL_CRD_GUI_LOG has no exception.
Method REGISTER_EVENTS Signature
Method REGISTER_EVENTS on class CL_CRD_GUI_LOG has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Legitimierung: Exceptions des Testframeworks | 20070124 |
Method SET_LOG_FOR_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CRD_LOG | Call by reference | Object reference (TYPE REF TO) | IF_CRD_LOG | Legitimierung: Anwendungsprotokoll | 20070120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zu CL_CRD_GUI_LOG | 20070120 |
Method SHOW_MESSAGE_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_GUI_LOG | Call by reference | Type reference (TYPE) | CRD_S_GUI_LOG | Legitimierung: Struktur für Meldungsanzeige | 20070121 |
Method SHOW_MESSAGE_LONGTEXT on class CL_CRD_GUI_LOG has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |