SAP ABAP Class CL_GRFN_APPLOG_BASIS (The application log basis class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_API_SERVICES (Package) GRC Foundation API Services
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_IO_LOG IO Log 20100728
2 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_OB_API_LOG GRC OB API Logging 20110208
3 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_CLEANUP_LOG Log class for cleanup report. 20081110
4 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_APPLOG_RISK_AGGR Logging for risk aggregation 20111011
5 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_APPLOG_RISKCONS The application log for risk consolidation background job 20110824
6 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_APPLOG_PLANNER The application log for GRRM planner 20080819
7 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_APPLOG_MASS_UPLOAD Application Log for Mass Upload 20140625
8 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_APPLOG RM application log 20100616
9 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_EVENT_LOG Logging using FN base 20090127
10 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_CHECK_LOG Consistency Check Log 20110330
... Click here to see Used By full list (25 items)
Properties
Class CL_GRFN_APPLOG_BASIS  
Short Description The application log basis class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_API_SERVICES   GRC Foundation API Services 
Created 20080201   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRFN_APPLOG_BASIS has no interface implemented.
Friends
Class CL_GRFN_APPLOG_BASIS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_LOGENABLED Static Attribute Protected Type reference (TYPE) YT_LOGENABLED 20080201
2 M_EXTNUMBER Instance attribute Private Type reference (TYPE) BALNREXT Application Log: External ID 20100106
3 M_HANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20080201
4 M_LOGENABLED_LOADED Static Attribute Private Type reference (TYPE) ABAP_BOOL 20080201
5 M_MSGID Instance attribute Protected Type reference (TYPE) SY-MSGID Message Class 20080201
6 M_OBJECT Instance attribute Private Type reference (TYPE) BALOBJ_D Application log: Object name (Application code) 20080819
7 M_SUBOBJ Instance attribute Private Type reference (TYPE) BALSUBOBJ Application Log: Subobject 20080201
Methods
# Method Level Visibility Method type Description Created on
1 ADD_EXC Instance method Protected Method 20080201
2 ADD_FREE_TEXT Instance method Protected Method 20140625
3 ADD_MESSAGE Instance method Protected Method 20080201
4 CHECK_HANDLE Instance method Private Method 20080201
5 CONSTRUCTOR Instance method Public Constructor 20080201
6 ERROR Instance method Public Method 20080201
7 EXCEPTION Instance method Public Method 20080201
8 FAILURE Instance method Public Method Log multiple bapiret errors 20080409
9 FREE_TEXTS Instance method Public Method 20140625
10 GET_LOGHANDLE Instance method Public Method 20091222
11 INFO Instance method Public Method 20080819
12 LOG_ENABLED Instance method Protected Method 20080201
13 ROOT_EX Instance method Public Method 20081021
14 SAVE Instance method Public Method 20080201
15 WARNING Instance method Public Method 20100105
Events
Class CL_GRFN_APPLOG_BASIS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YT_LOGENABLED Protected See coding 20080201 yt_logenabled TYPE STANDARD TABLE OF grfnlogenable WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method ADD_EXC Signature

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

Method ADD_EXC on class CL_GRFN_APPLOG_BASIS has no exception.

Method ADD_FREE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT Call by reference Type reference (TYPE) CLIKE 20140625
2 Importing IV_TYPE Call by reference Type reference (TYPE) SY-MSGTY Application Log: Message Data 20140625

Method ADD_FREE_TEXT on class CL_GRFN_APPLOG_BASIS 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 Value transfer Type reference (TYPE) BAL_S_MSG Application Log: Message Data 20080201

Method ADD_MESSAGE on class CL_GRFN_APPLOG_BASIS has no exception.

Method CHECK_HANDLE Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXTNUMBER Value transfer Type reference (TYPE) BALNREXT Application Log: External ID 20100106
2 Importing I_HANDLE Value transfer Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20090226
3 Importing I_MSGID Value transfer Type reference (TYPE) SY-MSGID Message Class 20080201
4 Importing I_OBJECT Value transfer Type reference (TYPE) BALOBJ_D 'GRFN' Application log: Object name (Application code) 20080819
5 Importing I_SUBOBJ Value transfer Type reference (TYPE) BALSUBOBJ Application Log: Subobject 20080201

Method CONSTRUCTOR on class CL_GRFN_APPLOG_BASIS has no exception.

Method ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Value transfer Type reference (TYPE) SY-MSGID Message Class 20100811
2 Importing I_NO Value transfer Type reference (TYPE) SY-MSGNO Message Number 20080201
3 Importing I_V1 Value transfer Type reference (TYPE) ANY 20080201
4 Importing I_V2 Value transfer Type reference (TYPE) ANY 20080201
5 Importing I_V3 Value transfer Type reference (TYPE) ANY 20080201
6 Importing I_V4 Value transfer Type reference (TYPE) ANY 20080201

Method ERROR on class CL_GRFN_APPLOG_BASIS has no exception.

Method EXCEPTION Signature

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

Method EXCEPTION on class CL_GRFN_APPLOG_BASIS has no exception.

Method FAILURE Signature

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

Method FAILURE on class CL_GRFN_APPLOG_BASIS has no exception.

Method FREE_TEXTS Signature

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

Method FREE_TEXTS on class CL_GRFN_APPLOG_BASIS has no exception.

Method GET_LOGHANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HANDLE Value transfer Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20091222

Method GET_LOGHANDLE on class CL_GRFN_APPLOG_BASIS has no exception.

Method INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Value transfer Type reference (TYPE) SY-MSGID Message Class 20100811
2 Importing I_NO Value transfer Type reference (TYPE) SY-MSGNO Message Number 20080819
3 Importing I_V1 Value transfer Type reference (TYPE) ANY 20080819
4 Importing I_V2 Value transfer Type reference (TYPE) ANY 20080819
5 Importing I_V3 Value transfer Type reference (TYPE) ANY 20080819
6 Importing I_V4 Value transfer Type reference (TYPE) ANY 20080819

Method INFO on class CL_GRFN_APPLOG_BASIS has no exception.

Method LOG_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RETURN Value transfer Type reference (TYPE) ABAP_BOOL 20080201

Method LOG_ENABLED on class CL_GRFN_APPLOG_BASIS has no exception.

Method ROOT_EX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EX Value transfer Object reference (TYPE REF TO) CX_ROOT Generic GRC API exception 20081021

Method ROOT_EX on class CL_GRFN_APPLOG_BASIS has no exception.

Method SAVE Signature

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

Method WARNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Value transfer Type reference (TYPE) SY-MSGID Message Class 20100811
2 Importing I_NO Value transfer Type reference (TYPE) SY-MSGNO Message Number 20100105
3 Importing I_V1 Value transfer Type reference (TYPE) ANY 20100105
4 Importing I_V2 Value transfer Type reference (TYPE) ANY 20100105
5 Importing I_V3 Value transfer Type reference (TYPE) ANY 20100105
6 Importing I_V4 Value transfer Type reference (TYPE) ANY 20100105

Method WARNING on class CL_GRFN_APPLOG_BASIS has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_IO_LOG IO Log 20100728
2 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_OB_API_LOG GRC OB API Logging 20110208
3 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_CLEANUP_LOG Log class for cleanup report. 20081110
4 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_APPLOG_RISK_AGGR Logging for risk aggregation 20111011
5 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_APPLOG_RISKCONS The application log for risk consolidation background job 20110824
6 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_APPLOG_PLANNER The application log for GRRM planner 20080819
7 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_APPLOG_MASS_UPLOAD Application Log for Mass Upload 20140625
8 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_APPLOG RM application log 20100616
9 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_EVENT_LOG Logging using FN base 20090127
10 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_CHECK_LOG Consistency Check Log 20110330
11 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_APPLOG_RISK_INTEG application log for risk harnonization 20131118
12 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_MANUAL_CHANGE_LOG Access Logging to GRFN_STR_CHANGE 20120206
13 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_JOBSTEP_LOG Job step execution log 20091117
14 Inheritance (c INHERITING FROM c_ref)  CL_GRAC_APPLOG_SOD The application log for grfn survey planner 20100709
15 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_REP_ENGINE Datamart application log 20130416
16 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_POLICY The application log for grfn survey planner 20110322
17 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_PLANNER The application log for grfn survey planner 20100314
18 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_OWP GRC Offline Working Process Logging 20101220
19 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_JOB_DESIGN Application Log for Job Design Time 20100722
20 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_JOB_API Application Log for Job/Job Step API 20100817
21 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_FDS Application Log for Flexible Data Store 20091207
22 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_DATAMART Datamart application log 20130416
23 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_CASEINT app log for case integration 20100721
24 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_AUTH GRC Authorization Logging 20080430
25 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_APPLOG_API GRC API Logging 20080201
History
Last changed by/on SAP  20141106 
SAP Release Created in 300