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
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: Include ITMF_SAPMV45A_SD_TC_02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ITMF_SAPMV45A_SD_TC_02 - Include ITMF_SAPMV45A_SD_TC_02 ITMF_SAPMV45A_SD_TC_01 - Include ITMF_SAPMV45A_SD_TC_01 ITMF_SAPMV45A_SD_TC - Include ITMF_SAPMV45A_SD_TC ITMF_SAPMM06E_MM_TC_06 - Include ITMF_SAPMM06E_MM_TC_06 ITMF_SAPMM06E_MM_TC_05 - Include ITMF_SAPMM06E_MM_TC_05 ITMF_SAPMM06E_MM_TC_04 - Include ITMF_SAPMM06E_MM_TC_04