SAP ABAP Class IDREPFW_CL_ACT_GROUP (Check Activated Report Groups)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     ID-REP_FRWK (Package) International Development: Reporting Framework
Properties
Class IDREPFW_CL_ACT_GROUP  
Short Description Check Activated Report Groups    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ID-REP_FRWK   International Development: Reporting Framework 
Created 20131022   SAP 
Last change 20140121   SAP 
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 IDREPFW_CL_ACT_GROUP has no interface implemented.
Friends
Class IDREPFW_CL_ACT_GROUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_ACTGR_DISABLED Constant Public Type reference (TYPE) IDREPFW_ACTGR_ENABLE '' Enable/Disable Report Group 20131031
2 CON_ACTGR_ENABLED Constant Public Type reference (TYPE) IDREPFW_ACTGR_ENABLE 'E' Enable/Disable Report Group 20131031
3 CON_ACTGR_TYPE_CUST Constant Public Type reference (TYPE) IDREPFW_ACTGR_TYPE 'ZCUST' Type of Activate Rep.Group Customizing (SAP or Customer) 20131031
4 CON_ACTGR_TYPE_SAP Constant Public Type reference (TYPE) IDREPFW_ACTGR_TYPE 'SAP' Type of Activate Rep.Group Customizing (SAP or Customer) 20131031
5 MO_OBJECT Static Attribute Private Object reference (TYPE REF TO) IDREPFW_CL_ACT_GROUP Check Activated Report Groups 20131031
6 MT_ACTGR_E Instance attribute Private Type reference (TYPE) TY_T_ACTGR_E Table Type Activated Report Groups 20131031
7 MT_ACTGR_E_ALL_ACTIVE Instance attribute Private Type reference (TYPE) TY_T_ACTGR_E Table Type Activated Report Groups 20131031
Methods
# Method Level Visibility Method type Description Created on
1 FILL_REP_GROUP_LTEXTS Instance method Private Method Fill in Report Group Long Texts 20131031
2 GET_DESCRIPTION Instance method Public Method Get Description of Report Group Customizing 20131031
3 GET_INSTANCE Static method Public Method Create/Get Instance of Current Object 20131031
4 IS_GROUP_ACT Instance method Public Method Is Report Group Active? ('X'~enabled, ''~disabled) 20131031
5 LIST_OF_ACTIVE Instance method Public Method Return List of Active Report Groups 20131031
Events
Class IDREPFW_CL_ACT_GROUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ACTGR_S Public See coding Type Activated Report Groups + Long Text 20131031 BEGIN OF ty_s_actgr_s . INCLUDE TYPE idrepfw_actgr_e. TYPES: ltext TYPE ltext, END OF ty_s_actgr_s
2 TY_T_ACTGR_E Public See coding Table Type Activated Report Groups + Long Text 20131031 ty_t_actgr_e TYPE TABLE OF ty_s_actgr_s
Method Signatures

Method FILL_REP_GROUP_LTEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTGR_E Call by reference Type reference (TYPE) TY_T_ACTGR_E Table Type Activated Report Groups 20131031
2 Importing IM_LANG_KEY Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key 20131031

Method FILL_REP_GROUP_LTEXTS on class IDREPFW_CL_ACT_GROUP has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LANG_KEY Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key 20131031
2 Importing IM_REP_GROUP Call by reference Type reference (TYPE) IDREPFW_REP_GROUP Report Group 20131031
3 Returning RE_ACTGR_DESCR Value transfer Type reference (TYPE) IDREPFW_ACTGR_DESCR Description of Acivate Report Group Customizing 20131031

Method GET_DESCRIPTION on class IDREPFW_CL_ACT_GROUP has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) IDREPFW_CL_ACT_GROUP Check Activated Report Groups 20131031

Method GET_INSTANCE on class IDREPFW_CL_ACT_GROUP has no exception.

Method IS_GROUP_ACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REP_GROUP Call by reference Type reference (TYPE) IDREPFW_REP_GROUP Report Group 20131031
2 Returning RE_IS_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL Is Report Group Active? ('X'~enabled, ''~disabled) 20131031

Method IS_GROUP_ACT on class IDREPFW_CL_ACT_GROUP has no exception.

Method LIST_OF_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTGR_E Call by reference Type reference (TYPE) TY_T_ACTGR_E Table Type Activated Report Groups 20131031

Method LIST_OF_ACTIVE on class IDREPFW_CL_ACT_GROUP has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in