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

RKEBW3CEXITS SAP ABAP Report - Jumps (Goto) for TKE_EXITS prior to Release 4.6B







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


Text pool values


Title: Jumps (Goto) for TKE_EXITS prior to Release 4.6B


INCLUDES used within this REPORT RKEBW3CEXITS

INCLUDE LKEDRTYP.


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:

KECX_RELEXIT CALL FUNCTION 'KECX_RELEXIT' EXPORTING I_PROG_ID = 'KEDR' I_FORM_ID = 'GEN_FIX_STEPS' I_COUNT_PARAMS = 1 CHANGING X_PARAM_1 = X_STRATEGY.

KECX_RELEXIT CALL FUNCTION 'KECX_RELEXIT' EXPORTING I_PROG_ID = 'RKEDRCOPA' I_FORM_ID = 'ALLOWED_TARGETS' I_COUNT_PARAMS = 3 CHANGING X_PARAM_1 = I_ENV X_PARAM_2 = I_TAB_ALL_NAMES X_PARAM_3 = E_TAB_ALLOWED_TARGETS.

KECX_RELEXIT CALL FUNCTION 'KECX_RELEXIT' EXPORTING I_PROG_ID = 'KEA7' I_FORM_ID = 'CHECK' I_COUNT_PARAMS = 5 CHANGING X_PARAM_1 = I_SPCTR X_PARAM_2 = I_MODE X_PARAM_3 = I_LANGUAGE_KEY X_PARAM_4 = XS_CHARACTER_TABLE X_PARAM_5 = E_HANDLED EXCEPTIONS ERROR = 1 OTHERS = 2.

KECX_RELEXIT CALL FUNCTION 'KECX_RELEXIT' EXPORTING I_PROG_ID = 'KEA7' I_FORM_ID = 'F4' I_COUNT_PARAMS = 6 CHANGING X_PARAM_1 = I_DISPLAY X_PARAM_2 = I_SPCTR X_PARAM_3 = I_SELSTR X_PARAM_4 = I_CHECK_F4_HANDLING_ONLY X_PARAM_5 = E_SELECTED_VALUE X_PARAM_6 = E_HANDLED.

KECX_RELEXIT CALL FUNCTION 'KECX_RELEXIT' EXPORTING I_PROG_ID = 'KEA7' I_FORM_ID = 'VALUES' I_COUNT_PARAMS = 7 CHANGING X_PARAM_1 = I_SPCTR X_PARAM_2 = I_WITH_TEXT X_PARAM_3 = I_LANGU X_PARAM_4 = I_FLAG X_PARAM_5 = ETH_CHARACTERISTICS[] X_PARAM_6 = ITH_RANGE_CHARACTERISTICS[] X_PARAM_7 = E_HANDLED.

KECX_RELEXIT call function 'KECX_RELEXIT' exporting i_prog_id = 'KEAK' i_form_id = 'MOVE_FIELDS' i_count_params = 8 changing x_param_1 = i_erkrs x_param_2 = i_komk x_param_3 = i_komp x_param_4 = i_vbak x_param_5 = i_vbap x_param_6 = i_vbkd x_param_7 = e_tab_result[] x_param_8 = e_failed exceptions error = 1 others = 2.



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