SAP Reports / Programs

RKETRERF_PERIOD_MONITOR SAP ABAP Report - Monitor for Building Summarization Levels by Period







RKETRERF_PERIOD_MONITOR 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 RKETRERF_PERIOD_MONITOR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KEDUSM - CO-PA: Monitor Build for Summ. Lvls


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 RKETRERF_PERIOD_MONITOR. "Basic submit
SUBMIT RKETRERF_PERIOD_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT RKETRERF_PERIOD_MONITOR 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: PERKRS = Operating concern
Selection Text: TRCATNR = Summarization level
Title: Monitor for Building Summarization Levels by Period
Text Symbol: 001 = Objects
Text Symbol: 002 = Period status
Text Symbol: 003 = Status
Text Symbol: 004 = Stat
Text Symbol: 005 = Summarization level is active
Text Symbol: 006 = Op. concern
Text Symbol: 007 = Summariz. level


INCLUDES used within this REPORT RKETRERF_PERIOD_MONITOR

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:

RKE_GET_ERKRS_ATTR CALL FUNCTION 'RKE_GET_ERKRS_ATTR' EXPORTING ERKRS = PERKRS EXCEPTIONS I_ERKRS_NOTFOUND = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RKETRERF_PERIOD_MONITOR' I_CALLBACK_PF_STATUS_SET = 'BO_SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'BO_USER_COMMAND' IT_FIELDCAT = IT_FIELDCAT I_SAVE = 'A' IT_EVENTS = IT_EVENTS TABLES T_OUTTAB = IT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = IT_LIST_COMMENTARY EXCEPTIONS OTHERS = 1.



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 RKETRERF_PERIOD_MONITOR or its description.