SAP Reports / Programs

RKEOACT0 SAP ABAP Report - Activate Inactive Master Data







RKEOACT0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RKEOACT0 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RKEOACT0. "Basic submit
SUBMIT RKEOACT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RKEOACT0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P1 = Activ. all inact. master data
Selection Text: P2 = In controlling area only
Selection Text: P3 = Cost Centers
Selection Text: P4 = Profit Centers
Selection Text: P5 = Business Processes
Selection Text: P6 = D Test run
Selection Text: P7 = D Object Number
Title: Activate Inactive Master Data
Text Symbol: 001 = The following inactivate master data was processed
Text Symbol: 003 = Cost Centers
Text Symbol: 004 = Profit Centers
Text Symbol: 005 = Business Processes
Text Symbol: 006 = (Test Run)
Text Symbol: 007 = Object Type


INCLUDES used within this REPORT RKEOACT0

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CO_CMDT_ALL_DATA_ACTIVATE CALL FUNCTION 'CO_CMDT_ALL_DATA_ACTIVATE' EXPORTING ACT_ALL_INACTIVE = P1 IN_CO_AREA_ONLY = P2 ACT_CC = P3 ACT_BP = P5 ACT_PC = P4 ACT_TEST = P6 ACT_BATCH = 'O' IMPORTING ACT_SPLIT = GT_SPLIT TABLES ACT_RETURN = GT_RETURN CHANGING ACT_OBJECTS = GT_OBJECTS.

CO_CHECK_CMDT_SELECT_OPTION CALL FUNCTION 'CO_CHECK_CMDT_SELECT_OPTION' IMPORTING I_OBJECTS = GT_OBJECTS TABLES T_OBJ_RANGE = P7 EXCEPTIONS NO_DATA = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_CALLBACK_PF_STATUS_SET = GC_PF_STATUS I_CALLBACK_USER_COMMAND = GC_USER_COMMAND I_STRUCTURE_NAME = GC_STRUCTURE_NAME IS_LAYOUT = LS_LAYOUT_OBJECT_ACTIVATE IT_FIELDCAT = LT_FIELDCAT_OBJECT_ACTIVATE IT_SORT = LT_SORT_OBJECT_ACTIVATE IT_EVENTS = LT_EVENTS_OBJECT_ACTIVATE TABLES T_OUTTAB = GT_SPLIT1 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = XT_EVENTS.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_STRUCTURE_NAME = GC_STRUCTURE_NAME CHANGING CT_FIELDCAT = XT_FIELDCAT_OBJECT_ACTIVATE.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_LOG_HANDLE = GV_LOG_HANDLE I_S_MSG = LS_MSG EXCEPTIONS OTHERS = 1.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING E_S_DISPLAY_PROFILE = LS_DISPLAY_PROFILE EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = LS_DISPLAY_PROFILE EXCEPTIONS PROFILE_INCONSISTENT = 1 INTERNAL_ERROR = 2 NO_DATA_AVAILABLE = 3 NO_AUTHORITY = 4 OTHERS = 5.

BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING I_S_LIST_APPEND = 'X' I_S_DISPLAY_PROFILE = LS_DISPLAY_PROFILE.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING I_S_LOG = LS_LOG IMPORTING E_LOG_HANDLE = GV_LOG_HANDLE EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING I_LOG_HANDLE = GV_LOG_HANDLE I_MSGTY = IV_MSGTYP I_TEXT = IV_TEXT EXCEPTIONS LOG_NOT_FOUND = 1 MSG_INCONSISTENT = 2 LOG_IS_FULL = 3 OTHERS = 4.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RKEOACT0 or its description.