SAP Reports / Programs

RKKEKMLE SAP ABAP Report - Multilevel Explosion of Base Planning Object







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


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 RKKEKMLE. "Basic submit
SUBMIT RKKEKMLE AND RETURN. "Return to original report after report execution complete
SUBMIT RKKEKMLE 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: P_EXTNR = D Base Planning Object
Title: Multilevel Explosion of Base Planning Object
Text Symbol: F01 = Set CO Area...


INCLUDES used within this REPORT RKKEKMLE

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:

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.



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