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

ML_ADJUST_FI_F01 SAP ABAP INCLUDE - Include RCKMJF01







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


Text pool values


Title: Include RCKMJF01


INCLUDES used within this REPORT ML_ADJUST_FI_F01

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:

RM_ACCOUNT_CHECK CALL FUNCTION 'RM_ACCOUNT_CHECK' EXPORTING chkdat = sy-datlo i_bukrs = pp_bukrs i_sakto = pp_konto chk_sakto = y_x chk_kstar = space.

ENQUEUE_EMMBEWE CALL FUNCTION 'ENQUEUE_EMMBEWE' EXPORTING bwkey = pt_t001k-bwkey EXCEPTIONS foreign_lock = 01 system_failure = 02.

CKML_F_SET_BWKEY CALL FUNCTION 'CKML_F_SET_BWKEY' EXPORTING bwkey = pt_t001k-bwkey.

CKML_F_GET_WWO CALL FUNCTION 'CKML_F_GET_WWO' IMPORTING wwo = lf_wwo.

GET_BWKEY_CURRENCY_INFO CALL FUNCTION 'GET_BWKEY_CURRENCY_INFO' EXPORTING bwkey = pt_t001k-bwkey TABLES t_curtp_for_va = lt_curtp.

CKML_F_POSTING_PERIODS_GET CALL FUNCTION 'CKML_F_POSTING_PERIODS_GET' EXPORTING bwkey = pt_t001k-bwkey TABLES t_periode = lt_periode.

CKMS_BUFFER_REFRESH_COMPLETE CALL FUNCTION 'CKMS_BUFFER_REFRESH_COMPLETE'.

CKMS_PERIOD_READ_WITH_ITAB CALL FUNCTION 'CKMS_PERIOD_READ_WITH_ITAB' EXPORTING i_refresh_buffer = y_x i_read_only_buffer = space i_use_buffer = space i_build_smbew = space i_bdatj_1 = lt_periode-bdatj i_poper_1 = lt_periode-poper TABLES t_kalnr = lt_kalnr t_ckmlcr = lt_ckmlcr.

MATERIAL_PRE_READ_MT08B CALL FUNCTION 'MATERIAL_PRE_READ_MT08B' EXPORTING kzrfb = y_x kzspr = space " wird bei Kopfsatz lesen gemacht xvper = 'X' xvvpr = space xvjah = 'X' xvvja = space TABLES mt08b_keytab = lt_mt08b_preread.

MATERIAL_READ_MAKF CALL FUNCTION 'MATERIAL_READ_MAKF' EXPORTING schluessel = lf_mtcom IMPORTING matdaten = lf_mt08l.

K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING par_dialg = 'X' par_jname = jobname par_print = 'X' par_rname = reportname par_sdmsg = 'X' TABLES tab_selpa = lt_selektionen.

GET_BWKEY_CURRENCY_INFO CALL FUNCTION 'GET_BWKEY_CURRENCY_INFO' EXPORTING bwkey = &t_t001k-bwkey call_by_init_prog = y_x TABLES t_curtp_for_va = lt_curtp.

GET_BWKEY_CURRENCY_INFO CALL FUNCTION 'GET_BWKEY_CURRENCY_INFO' EXPORTING bwkey = &t_t001k-bwkey TABLES t_curtp_for_va = lt_curtp_bwkey.

MR_ACCOUNT_ASSIGNMENT CALL FUNCTION 'MR_ACCOUNT_ASSIGNMENT' EXPORTING bewertungsklasse = &t_stock-bklas bewertung_modif = &t_stock-bwmod kontenplan = &ktopl konto_modif = space soll_haben_kennzeichen = y_soll vorgangsschluessel = y_bsx IMPORTING konto = &t_mlsaldo-konto.



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