SAP Reports / Programs

CKECP_DISP_CM_USAGE SAP ABAP Report - Cost Estimates for Costing Model







CKECP_DISP_CM_USAGE 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 CKECP_DISP_CM_USAGE 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 CKECP_DISP_CM_USAGE. "Basic submit
SUBMIT CKECP_DISP_CM_USAGE AND RETURN. "Return to original report after report execution complete
SUBMIT CKECP_DISP_CM_USAGE 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: PA_CKCM = D Costing Model
Selection Text: PA_MAXSL = D Maximum Number of Hits
Selection Text: PA_TOPAH = Ad-hoc Top
Title: Cost Estimates for Costing Model
Text Symbol: 001 = Ad-hoc Top


INCLUDES used within this REPORT CKECP_DISP_CM_USAGE

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:

CK_ECP_GUI_BZOBJ_TEXT_GET call function 'CK_ECP_GUI_BZOBJ_TEXT_GET' exporting i_ref_object = gs_ckht-bzobj importing e_description = gs_model_and_user-botxt.

CK_F_KEKO_KEPH_DIRECT_READ call function 'CK_F_KEKO_KEPH_DIRECT_READ' exporting f_kekokey = gs_kekokey read_keko = 'X' read_keph = space importing f_keko = gs_keko exceptions data_not_found = 1 wrong_call = 2 others = 3.

BAPI_USER_DISPLAY CALL FUNCTION 'BAPI_USER_DISPLAY' EXPORTING username = ls_username-bapibname.

CK_F_F4_COSTING_MODEL CALL FUNCTION 'CK_F_F4_COSTING_MODEL' EXPORTING i_kokrs = l_kokrs i_dynp_program_name = dynp_program_name i_dynp_field_name_model_id = dynp_field_name IMPORTING f_costmodel = ls_costmodel.

CKCM_COSTMODEL_FIND_WHERE_USED CALL FUNCTION 'CKCM_COSTMODEL_FIND_WHERE_USED' EXPORTING i_model = pa_ckcm i_maxsel = pa_maxsl TABLES et_ce_headers = gt_ckhs.



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