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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKE_KENC_ANALYZE - Test CO-PA Realignments from Release 4.0A RKE_KENC_ANALYZE - Test CO-PA Realignments from Release 4.0A RKE_KEGE - Overview Actual Assessment Cycles RKE_KEGE - Overview Actual Assessment Cycles RKE_KEGD - Overview Actual Assessment Cycles RKE_KEGD - Overview Actual Assessment Cycles