SAP Reports / Programs

RKEPROTADM SAP ABAP Report - Logs: Administration







RKEPROTADM 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 RKEPROTADM 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

KE29A - Administration: All Logs
KE29N - Administration: Logs
KE29NO - Administration: Logs
KE1FN - Admin.: Logs for Overall Planning


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 RKEPROTADM. "Basic submit
SUBMIT RKEPROTADM AND RETURN. "Return to original report after report execution complete
SUBMIT RKEPROTADM 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: GTH_UNAM = User
Selection Text: G_FKTAE = Change Automatic Planning
Selection Text: G_FKTDE = Delete Automatic Planning
Selection Text: G_FKTIP = Periodic Valuation
Selection Text: G_FKTIT = Top-Down Distribution
Selection Text: G_FKTKO = Copy Automatic Planning
Selection Text: G_FKTPR = Forecast Automatic Planning
Selection Text: G_FKTTD = Top-Down Automatic Planning
Selection Text: G_FKTUF = Transfer FI-GL
Selection Text: G_FKTUG = Transfer to FI-SL
Selection Text: G_FKTUH = Transfer to FI-GL (New)
Selection Text: G_FKTUL = Transfer to LIS
Selection Text: G_FKTUP = Transfer to EC-PCA
Selection Text: G_FKTUS = Transfer to SOP
Selection Text: G_VONDAT = Date From
Selection Text: G_VONZEI = Time From
Title: Logs: Administration
Text Symbol: 100 = Functions


INCLUDES used within this REPORT RKEPROTADM

INCLUDE RKEPROTADMTOP . " GLOBAL DATA


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:

RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = 'KECA' p_program = 'COPA_COPY' tables p_exclude = lt_exclude.

COPA_GET_ERK call function 'COPA_GET_ERK' importing erkrs = g_erkrs pa_type = g_pa_type ok_code = g_ok_code exceptions erkrs_inactive = 1 others = 2.

BAL_DB_SEARCH call function 'BAL_DB_SEARCH' exporting i_s_log_filter = gs_log_filter importing e_t_log_header = gt_log_header exceptions others = 1.

BAL_DB_LOAD call function 'BAL_DB_LOAD' exporting i_t_log_header = gt_log_header importing e_t_log_handle = gt_log_handle exceptions others = 1.

RKE_PROT_INIT call function 'RKE_PROT_INIT' exporting i_online = '' i_erkrs = g_erkrs i_pa_type = g_pa_type.

RKE_PROT_DISPLAY call function 'RKE_PROT_DISPLAY' exporting i_show_all = '' it_log_handle = gt_log_handle exceptions others = 1.

BAL_DB_SEARCH call function 'BAL_DB_SEARCH' exporting i_s_log_filter = ls_log_filter importing e_t_log_header = lt_log_header exceptions others = 1.

BAL_DB_LOAD call function 'BAL_DB_LOAD' exporting i_t_log_header = lt_log_header importing e_t_log_handle = lt_log_handle exceptions others = 1.

BAL_LOG_HDR_READ call function 'BAL_LOG_HDR_READ' exporting i_log_handle = l_log_handle importing e_s_log = ls_log exceptions others = 1.

BAL_LOG_HDR_CHANGE call function 'BAL_LOG_HDR_CHANGE' exporting i_log_handle = l_log_handle i_s_log = ls_log exceptions others = 1.

BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = lt_log_handle 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 RKEPROTADM or its description.