SAP ABAP Class CL_GRFN_MIGRATION_LOG (Migration and APPL log)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRFN_MIGRATION (Package) All Reports for migration
Properties
Class CL_GRFN_MIGRATION_LOG  
Short Description Migration and APPL log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_MIGRATION   All Reports for migration 
Created 20081116   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRFN_MIGRATION_LOG has no forward declaration.
Interfaces
Class CL_GRFN_MIGRATION_LOG has no interface implemented.
Friends
Class CL_GRFN_MIGRATION_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_LOG Instance attribute Private Type reference (TYPE) GRFNMWLOG log table 20081119
2 MT_INSTANCE Static Attribute Private Type reference (TYPE) YT_INSTANCE Migration and APPL log 20081117
3 MV_MSGID Instance attribute Private Type reference (TYPE) SY-MSGID 'GRFN_MIGRATION' Message Class 20081119
4 MV_OBJECT Instance attribute Private Type reference (TYPE) BALOBJ_D 'GRFN' Application log: Object name (Application code) 20081118
5 MV_SUBOBJ Instance attribute Private Type reference (TYPE) BALSUBOBJ 'MIGRATION' Application Log: Subobject 20081118
Methods
# Method Level Visibility Method type Description Created on
1 ADD_EXC Instance method Private Method 20081118
2 ADD_MESSAGE Instance method Private Method 20081117
3 CHECK_HANDLE Instance method Private Method 20081117
4 CONSTRUCTOR Instance method Public Constructor 20081117
5 DISPLAY Instance method Public Method 20081126
6 GET_INSTANCE Static method Public Method 20081116
7 LOG_EXCEPTION Instance method Public Method 20081118
8 LOG_FAILURE Instance method Public Method 20081118
9 LOG_INFO Instance method Public Method 20081119
10 LOG_MESSAGE Instance method Public Method 20081125
11 LOG_ROOT_EX Instance method Public Method 20081118
12 SAVE Instance method Public Method 20081119
13 START Instance method Public Method 20081116
14 STOP Instance method Public Method 20081116
Events
Class CL_GRFN_MIGRATION_LOG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_INSTANCE Public See coding 20081117 BEGIN OF ys_instance, exec_rept TYPE programm, instance TYPE REF TO cl_grfn_migration_log, END OF ys_instance
2 YT_INSTANCE Public See coding 20081117 yt_instance TYPE HASHED TABLE OF ys_instance WITH UNIQUE KEY exec_rept
Method Signatures

Method ADD_EXC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXC Call by reference Type reference (TYPE) BAL_S_EXC Application Log: Data for an Exception 20081118

Method ADD_EXC on class CL_GRFN_MIGRATION_LOG has no exception.

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG Call by reference Type reference (TYPE) BAL_S_MSG Application Log: Message Data 20081117

Method ADD_MESSAGE on class CL_GRFN_MIGRATION_LOG has no exception.

Method CHECK_HANDLE Signature

Method CHECK_HANDLE on class CL_GRFN_MIGRATION_LOG has no parameter.
Method CHECK_HANDLE on class CL_GRFN_MIGRATION_LOG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXEC_REPT Call by reference Type reference (TYPE) PROGRAMM ABAP Program Name 20081117
2 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20081125

Method CONSTRUCTOR on class CL_GRFN_MIGRATION_LOG has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_GRFN_MIGRATION_LOG has no parameter.
Method DISPLAY on class CL_GRFN_MIGRATION_LOG has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXEC_REPT Call by reference Type reference (TYPE) PROGRAMM Natural number 20081116
2 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20081125
3 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_GRFN_MIGRATION_LOG Migration and APPL log 20081117

Method GET_INSTANCE on class CL_GRFN_MIGRATION_LOG has no exception.

Method LOG_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EX Call by reference Object reference (TYPE REF TO) CX_GRFN_EXCEPTION Generic GRC API exception 20081118

Method LOG_EXCEPTION on class CL_GRFN_MIGRATION_LOG has no exception.

Method LOG_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20081118

Method LOG_FAILURE on class CL_GRFN_MIGRATION_LOG has no exception.

Method LOG_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20081124
2 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20081119
3 Importing I_V1 Call by reference Type reference (TYPE) ANY 20081119
4 Importing I_V2 Call by reference Type reference (TYPE) ANY 20081119
5 Importing I_V3 Call by reference Type reference (TYPE) ANY 20081119
6 Importing I_V4 Call by reference Type reference (TYPE) ANY 20081119

Method LOG_INFO on class CL_GRFN_MIGRATION_LOG has no exception.

Method LOG_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '1' Application Log: Level of detail 20081125
2 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20081125
3 Importing I_TYPE Call by reference Type reference (TYPE) SY-MSGTY 'I' Message Type 20081125
4 Importing I_V1 Call by reference Type reference (TYPE) ANY Message Variable 20081125
5 Importing I_V2 Call by reference Type reference (TYPE) ANY Message Variable 20081125
6 Importing I_V3 Call by reference Type reference (TYPE) ANY Message Variable 20081125
7 Importing I_V4 Call by reference Type reference (TYPE) ANY Message Variable 20081125

Method LOG_MESSAGE on class CL_GRFN_MIGRATION_LOG has no exception.

Method LOG_ROOT_EX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EX Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20081118

Method LOG_ROOT_EX on class CL_GRFN_MIGRATION_LOG has no exception.

Method SAVE Signature

Method SAVE on class CL_GRFN_MIGRATION_LOG has no parameter.
Method SAVE on class CL_GRFN_MIGRATION_LOG has no exception.

Method START Signature

Method START on class CL_GRFN_MIGRATION_LOG has no parameter.
Method START on class CL_GRFN_MIGRATION_LOG has no exception.

Method STOP Signature

Method STOP on class CL_GRFN_MIGRATION_LOG has no parameter.
Method STOP on class CL_GRFN_MIGRATION_LOG has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300