SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

ITMF_MM_TC_02 SAP ABAP INCLUDE - Include ITMF_MM_TC_02







ITMF_MM_TC_02 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 ITMF_MM_TC_02 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 ITMF_MM_TC_02. "Basic submit
SUBMIT ITMF_MM_TC_02 AND RETURN. "Return to original report after report execution complete
SUBMIT ITMF_MM_TC_02 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 ITMF_MM_TC_02


INCLUDES used within this REPORT ITMF_MM_TC_02

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:

J_1B_COMPANY_READ CALL FUNCTION 'J_1B_COMPANY_READ' EXPORTING company = us_header-bukrs IMPORTING company_record = ls_t001.

J_1B_PLANT_READ CALL FUNCTION 'J_1B_PLANT_READ' EXPORTING plant = us_item-werks IMPORTING plant_record = ls_t001w.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = us_item-matnr IMPORTING wmara = ls_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

J_1B_READ_DYNAMIC_TABLE CALL FUNCTION 'J_1B_READ_DYNAMIC_TABLE' EXPORTING caller = lc_material_management country = ls_t001-land1 state_from = lv_state_from state_to = lv_state_to material = ls_mara-matnr material_group = ls_mara-matkl material_usage = us_item-j_1bmatuse material_orig = us_item-j_1bmatorg mwskz = us_item-mwskz vendor = us_header-lifnr ncm = us_item-j_1bnbm industry_key = us_lfa1-brsch group_key = us_lfa1-konzs txjcd_pr = us_lfa1-txjcd txjcd_se = ls_t001w-txjcd date = lv_document_date sub_trib = lc_true i_bukrs = us_header-bukrs i_werks = us_item-werks cnae = us_lfa1-cnae crtn = us_lfa1-crtn icmstaxpay = us_lfa1-icmstaxpay indtyp = us_lfa1-indtyp tdt = us_lfa1-tdt comsize = us_lfa1-comsize decregpc = us_lfa1-decregpc legalnat = us_lfa1-legalnat extwg = ls_mara-extwg IMPORTING sur_type = lv_sub_calc_rule number_keys = lv_number_keys.



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