SAP Classes

Share |

IDREPFW_CL_ACT_GROUP SAP Class - Check Activated Report Groups


IDREPFW_CL_ACT_GROUP is a standard SAP class available within R/3 SAP systems depending on your version and release level. Below is the standard documentation available for this class interface. You can view this information and more if you enter the class name IDREPFW_CL_ACT_GROUP into the relevant SAP transaction such as SE24 or SE80.

Contribute (Add Comment)
Within the comments section below there is also an opportunity for you to add useful hints, tips and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name IDREPFW_CL_ACT_GROUP or its description.


Class Methods
In some respects Class methods are similar to function modules in that they are a coding block that performs certain ABAP functionality. Methods can be referenced using the following syntax: CALL METHOD IDREPFW_CL_ACT_GROUP=>methodname EXPORTING/IMPORTING...

FILL_REP_GROUP_LTEXTS - Fill in Report Group Long Texts
GET_DESCRIPTION - Get Description of Report Group Customizing
GET_INSTANCE - Create/Get Instance of Current Object
IS_GROUP_ACT - Is Report Group Active? ('X'~enabled, ''~disabled)
LIST_OF_ACTIVE - Return List of Active Report Groups


Class Attributes
Class attributes can be referenced using the following syntax IDREPFW_CL_ACT_GROUP=><attribute name>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

CON_ACTGR_DISABLED - Enable/Disable Report Group
CON_ACTGR_ENABLED - Enable/Disable Report Group
CON_ACTGR_TYPE_CUST - Type of Activate Rep.Group Customizing (SAP or Customer)
CON_ACTGR_TYPE_SAP - Type of Activate Rep.Group Customizing (SAP or Customer)
MO_OBJECT - Check Activated Report Groups
MT_ACTGR_E - Table Type Activated Report Groups
MT_ACTGR_E_ALL_ACTIVE - Table Type Activated Report Groups


Class Events
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT <event name> EXPOTING...





comments powered by Disqus