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 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_CRD_LOG 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 MO_GUI_ALV_TREE Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV Tree Control 20070120
2 MO_GUI_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20070120
3 MS_HIERARCHY_SETTINGS Instance attribute Protected Type reference (TYPE) TREEV_HHDR Tree Control: Attributes of the Hierarchy Header 20070120
4 MT_HAS_LONGTEXT Instance attribute Protected Type reference (TYPE) MTY_TS_HAS_LONGTEXT Buffered Info Stating If Message Has Long Text 20070121
5 MT_OUTTAB_DUMMY 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 CONVERT_MESSAGE Instance method Protected Method 20070120
2 CREATE Static method Public Method Creates a New Instance 20070120
3 CREATE_CONTROL Instance method Public Method Generates Required Controls 20070120
4 DESTROY Instance method Public Method Release of Resources 20070120
5 GET_FIELDCATALOG Instance method Protected Method Gets Field Catalog for Display 20070120
6 HANDLE_LINK_CLICK Instance method Protected Event handling method Event Handler for LINK_CLICK 20070121
7 HAS_MESSAGE_LONGTEXT Instance method Protected Method Checks If Long Text Exists for Message 20070121
8 REGISTER_EVENTS Instance method Protected Method Register Events and Handler 20070121
9 SET_LOG_FOR_DISPLAY Instance method Public Method 20070120
10 SHOW_MESSAGE_LONGTEXT 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 Exporting ES_GUI_LOG Call by reference Type reference (TYPE) CRD_S_GUI_LOG Legitimierung: Struktur für Meldungsanzeige 20070120
2 Importing 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 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_CRD_GUI_LOG Legitimierung: Anzeige des Log 20070120
# Exception Resumable Description Created on
1 CX_CRD_GUI_LOG 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 Importing ID_CONTAINER_NAME Call by reference Type reference (TYPE) CLIKE 20070120
# Exception Resumable Description Created on
1 CX_CRD_GUI_LOG 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 Returning RT_FIELDCATALOG Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20070120
# Exception Resumable Description Created on
1 CX_CRD_GUI_LOG 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 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20070121
2 Importing 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 Importing ID_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtentyp 20070121
2 Importing ID_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20070121
3 Returning 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 CX_CRD_GUI_LOG 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 Importing IO_CRD_LOG Call by reference Object reference (TYPE REF TO) IF_CRD_LOG Legitimierung: Anwendungsprotokoll 20070120
# Exception Resumable Description Created on
1 CX_CRD_GUI_LOG 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 Importing 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