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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CKECP_DISP_CM_USAGE - Cost Estimates for Costing Model CKECP_DISP_CM_USAGE - Cost Estimates for Costing Model CKECP_DELETE_CHARACTERISTICS - ECP: Deletion of Characteristics (Where more than 400 Usages) CKECP_DELETE_CHARACTERISTICS - ECP: Deletion of Characteristics (Where more than 400 Usages) CKECP_DELETE_CE - Delete from Cost Estimate CKECP_DELETE_CE - Delete from Cost Estimate