RCKMJF0C is a standard ABAP INCLUDE 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 RCKMJF0C 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.
Title: Form routines beginning with C
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CKML_F_CKML1_2_NECESSARY CALL FUNCTION 'CKML_F_CKML1_2_NECESSARY' EXPORTING l_matnr = &f_mbew-matnr l_bwtar = &f_mbew-bwtar l_bwkey = &f_mbew-bwkey l_bwtty = &f_mbew-bwtty s_wertu_valid = y_x s_wertu = &f_mbew-wertu EXCEPTIONS no_ml_records = 1 only_ckmlpr = 2 internal_error = 3.
CREATE_NEW_ML_MASTER_DATA CALL FUNCTION 'CREATE_NEW_ML_MASTER_DATA' EXPORTING f_mt08l = l_mt08l f_mtcom = l_mtcom call_by_init_prog = y_x only_ckmlpr = h_only_ckmlpr TABLES t_ckmlpp_ins = l_ckmlpp t_ckmlcr_ins = l_ckmlcr t_ckmlhd_ins = l_ckmlhd t_ckmlpr_ins = l_ckmlpr t_curtp_startup = &t_curtp.
CKMS_BUFFER_REFRESH_COMPLETE CALL FUNCTION 'CKMS_BUFFER_REFRESH_COMPLETE'.
CKMS_BUFFER_WRITE CALL FUNCTION 'CKMS_BUFFER_WRITE' EXPORTING write_mode = 'I' build_smbew = space TABLES t_ckmlhd = l_ckmlhd t_ckmlpr = l_ckmlpr t_ckmlpp = l_ckmlpp t_ckmlcr = l_ckmlcr * EXCEPTIONS * BUFFER_DATA_NOT_FOUND = 1 * ENTRY_ALREADY_THERE = 2 * WRITE_NOT_SUCCESSFUL = 3 * OTHERS = 4 .
CKML_F_MARK_COST_ESTIMATE CALL FUNCTION 'CKML_F_MARK_COST_ESTIMATE' EXPORTING f_ckiwerk = f_ckiwerk f_mack4 = f_mack4 i_startup = y_x TABLES t_ckmlpr_in = t_ckmlpr_10 t_ckmlpr_out = l_ckmlpr.
RH_FUNCTION_EXIST CALL FUNCTION 'RH_FUNCTION_EXIST' EXPORTING name = lc_funcname EXCEPTIONS function_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.