SAP Reports / Programs | Controlling | Product Cost Controlling | Actual Costing/Material Ledger(CO-PC-ACT) SAP CO

RCKMJF0C SAP ABAP INCLUDE - Form routines beginning with C







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


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 RCKMJF0C. "Basic submit
SUBMIT RCKMJF0C AND RETURN. "Return to original report after report execution complete
SUBMIT RCKMJF0C VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form routines beginning with C


INCLUDES used within this REPORT RCKMJF0C

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:

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.



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