SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

RKE_HDB_WRITE_DATA_F02 SAP ABAP INCLUDE - RKEHDBWRITEDATAF02







RKE_HDB_WRITE_DATA_F02 is a standard ABAP INCLUDE 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 RKE_HDB_WRITE_DATA_F02 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 RKE_HDB_WRITE_DATA_F02. "Basic submit
SUBMIT RKE_HDB_WRITE_DATA_F02 AND RETURN. "Return to original report after report execution complete
SUBMIT RKE_HDB_WRITE_DATA_F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RKE_HDB_WRITE_DATA_F02

INCLUDE: , SCHEDMAN_EVENTS, RKASMAWF.


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:

ENQUEUE_ETKEHDBLCR CALL FUNCTION 'ENQUEUE_ETKEHDBLCR' EXPORTING MODE_TKEHDBLCR = 'E' ERKRS = P_ERKRS _SCOPE = '1' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_EKCND CALL FUNCTION 'ENQUEUE_EKCND' EXPORTING ERKRS = P_ERKRS EXCEPTIONS OTHERS = 1.

DEQUEUE_EKCND CALL FUNCTION 'DEQUEUE_EKCND' EXPORTING ERKRS = P_ERKRS.

DEQUEUE_ETKEHDBLCR CALL FUNCTION 'DEQUEUE_ETKEHDBLCR' EXPORTING MODE_TKEHDBLCR = 'E' ERKRS = P_ERKRS.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING I_T_LOG_HANDLE = T_LOG_HANDLE.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY'.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_LOG_HANDLE = G_LOG_HANDLE I_S_MSG = S_MSG.

BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING I_S_LOG_FILTER = S_LOG_FILTER IMPORTING E_T_LOG_HEADER = T_LOG_HEADER EXCEPTIONS OTHERS = 0.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING I_T_LOG_HEADER = T_LOG_HEADER EXCEPTIONS OTHERS = 0.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_T_LOG_HANDLE = T_LOG_HANDLE EXCEPTIONS OTHERS = 1.

KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING LS_DETAIL = S_DETAIL LS_WITEM = S_WITEM IMPORTING LS_KEY = GS_SCMA_KEY TABLES LT_SELKRIT = T_SEL.

KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING LS_KEY = GS_SCMA_KEY LS_MESSAGE = S_MESSAGE LS_SCMA_EVENT = S_SCMA_EVENT CHANGING LD_APLSTAT = APLSTAT.

MONI_IF_GENERIC_CALL CALL FUNCTION 'MONI_IF_GENERIC_CALL' TABLES LT_SELFIELDS = T_SEL.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING SYSTEMTYPE = SYSTEM_TYPE.



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