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

ITMF_SAPMV45A_SD_TC_02 SAP ABAP INCLUDE - Include ITMF_SAPMV45A_SD_TC_02







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


INCLUDES used within this REPORT ITMF_SAPMV45A_SD_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_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = us_vbak-bukrs_vf component = 'BR' EXCEPTIONS component_not_active = 1.

J_1B_COMPANY_READ CALL FUNCTION 'J_1B_COMPANY_READ' EXPORTING company = us_vbak-bukrs_vf IMPORTING company_record = ls_t001.

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

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

MVKE_SINGLE_READ CALL FUNCTION 'MVKE_SINGLE_READ' EXPORTING matnr = ls_mara-matnr vkorg = us_vbak-vkorg vtweg = us_vbak-vtweg IMPORTING wmvke = ls_mvke EXCEPTIONS lock_on_mvke = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

MBEW_SINGLE_READ CALL FUNCTION 'MBEW_SINGLE_READ' EXPORTING matnr = ls_mara-matnr bwkey = ls_t001w-bwkey bwtar = us_vbap-bwtar IMPORTING wmbew = ls_mat_valuation EXCEPTIONS lock_on_mbew = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

MARC_SINGLE_READ CALL FUNCTION 'MARC_SINGLE_READ' EXPORTING matnr = ls_mara-matnr werks = ls_t001w-werks IMPORTING wmarc = ls_marc EXCEPTIONS OTHERS = 1.

J_1B_READ_DYNAMIC_TABLE CALL FUNCTION 'J_1B_READ_DYNAMIC_TABLE' EXPORTING caller = lc_sales_and_distribution 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 = ls_mat_valuation-mtuse material_orig = ls_mat_valuation-mtorg mwskz = us_vbap-j_1btxsdc customer = us_vbak-kunnr ncm = ls_marc-steuc industry_key = ls_customer-brsch group_key = ls_customer-konzs city_code = ls_customer-cityc txjcd_pr = ls_t001w-txjcd txjcd_se = ls_customer-txjcd sub_trib_group = ls_customer-xsubt date = lv_document_date sub_trib = 'X' i_bukrs = ls_t001-bukrs i_werks = us_vbap-werks cnae = ls_customer-cnae crtn = ls_customer-crtn icmstaxpay = ls_customer-icmstaxpay indtyp = ls_customer-indtyp tdt = ls_customer-tdt comsize = ls_customer-comsize decregpc = ls_customer-decregpc legalnat = ls_customer-legalnat extwg = lv_extwg prdha = lv_prdha 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_SAPMV45A_SD_TC_02 or its description.