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

RKE_KENC_ANALYZE SAP ABAP Report - Test CO-PA Realignments from Release 4.0A







RKE_KENC_ANALYZE 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 RKE_KENC_ANALYZE 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_KENC_ANALYZE. "Basic submit
SUBMIT RKE_KENC_ANALYZE AND RETURN. "Return to original report after report execution complete
SUBMIT RKE_KENC_ANALYZE 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: SO_OBJNR = List of profitability segments
Selection Text: P_WRITE = Display gen. program as list
Selection Text: P_TSTNC = Test realignments
Selection Text: P_SYNTAX = Syntax check for gen. program
Selection Text: P_STORE = Save generated program
Selection Text: P_SHITAB = Display local memory KENC
Selection Text: P_GEN47 = Generate op-concern-dep. prog.
Selection Text: P_GEN45 = Generate run-dependent program
Selection Text: P_ERKRS = Operating concern
Selection Text: P_CHGRUN = Realignment run
Title: Test CO-PA Realignments from Release 4.0A
Text Symbol: 018 = Warning
Text Symbol: 017 = --- Lines I011 to I015 belong together! ---
Text Symbol: 015 = caused due to unauthorized use of this program.
Text Symbol: 014 = SAP will not bear responsibility for any damage
Text Symbol: 013 = Support in Walldorf.
Text Symbol: 012 = KEND and should only be used by SAP's Second Level
Text Symbol: 011 = This program lets you analyze transactions KENC and
Text Symbol: 010 = --- Lines I011 to I015 belong together! ---
Text Symbol: 004 = Program =
Text Symbol: 003 = Generation
Text Symbol: 002 = Source code of generated program
Text Symbol: 001 = Internal memory, function group KENC


INCLUDES used within this REPORT RKE_KENC_ANALYZE

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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING RESTRICTION = RESTRICT.

RKE_NC_EXEC_GENERATE_RKEVRK47 CALL FUNCTION 'RKE_NC_EXEC_GENERATE_RKEVRK47' EXPORTING ERKRS = P_ERKRS * Testhilfen umgekehrt wie default :-) I_DO_WRITE = P_WRITE I_DO_SYNTAX_CHECK = P_SYNTAX I_DO_STORE_REPORT = P_STORE IMPORTING E_PROGRAMM = PROGRAMM EXCEPTIONS OTHERS = 0.

RKE_NC_EXEC_READ_CHGRUN CALL FUNCTION 'RKE_NC_EXEC_READ_CHGRUN' EXPORTING I_ERKRS = P_ERKRS I_CHGRUN = P_CHGRUN EXCEPTIONS OTHERS = 0.

RKE_NC_EXEC_WRITE_ITABS CALL FUNCTION 'RKE_NC_EXEC_WRITE_ITABS' EXCEPTIONS OTHERS = 0.

RKE_NC_EXEC_GENERATE_RKEVRK45 CALL FUNCTION 'RKE_NC_EXEC_GENERATE_RKEVRK45' EXPORTING I_ERKRS = P_ERKRS I_CHGRUN = P_CHGRUN * Testhilfen umgekehrt wie default :-) I_DO_WRITE = P_WRITE I_DO_SYNTAX_CHECK = P_SYNTAX I_DO_STORE_REPORT = P_STORE IMPORTING E_PROGRAMM = PROGRAMM EXCEPTIONS OTHERS = 0.



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