RKKEKMLE 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 RKKEKMLE 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: P_EXTNR = D Base Planning Object
Title: Multilevel Explosion of Base Planning Object
Text Symbol: F01 = Set CO Area...
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING POPUP = '1' IMPORTING E_KOKRS = KOKRS.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' IMPORTING E_KOKRS = KOKRS EXCEPTIONS OTHERS = 01.
K_CKBS_AUTHORITY_CHECK CALL FUNCTION 'K_CKBS_AUTHORITY_CHECK' EXPORTING KOKRS = KOKRS ACTVT = '03'.
CM_F_INITIALIZE CALL FUNCTION 'CM_F_INITIALIZE'.
K_ASSEMBLY_READ CALL FUNCTION 'K_ASSEMBLY_READ' EXPORTING FBL_EXTNR = P_EXTNR FBL_KOKRS = KOKRS FBL_SPRAS = SY-LANGU IMPORTING FBL_KBS1 = KBS1 EXCEPTIONS FBL_NOT_FOUND = 1 OTHERS = 2.
K_ASSEMBLY_RESOLVE_COSTS CALL FUNCTION 'K_ASSEMBLY_RESOLVE_COSTS' EXPORTING EXTNR = P_EXTNR KOKRS = KOKRS MEEHT_IMP = KBS1-MEEHT MENGE_IMP = KBS1-LOSGR IMPORTING MESSAGES_IN_PROTOCOL = MESS_IN_PROT TABLES RESULT_TABLE = T_KIS1 ASSEMBLY_TABLE = ASSEMBLY_TAB EXCEPTIONS OBJECT_NOT_FOUND = 01 CYCLICAL_REFERENCE_DETECTED = 02 FIELD_OVERFLOW_DETECTED = 03 OTHERS = 08.
CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS'.
CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS'.
CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS'.
K_KKB_ITEMIZATION CALL FUNCTION 'K_KKB_ITEMIZATION' EXPORTING I_KOKRS = KOKRS I_EXTNR = P_EXTNR I_EXPLOSION = 'X' I_KHS1 = XKHS1 TABLES T_KIS1 = T_KIS1 EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.