MAT_MATBSCDATBLKCRTRQ_F02 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 MAT_MATBSCDATBLKCRTRQ_F02 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 MAT_MATBSCDATCRTRQ_F02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = p_matnr IMPORTING output = ls_mara-matnr.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = ls_mara-matnr IMPORTING wmara = ls_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = p_rmatnr IMPORTING wmara = ls_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.
UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = ls_mara-meins IMPORTING iso_code = l_uom.
CONVERSION_EXIT_MATN1_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_OUTPUT' EXPORTING input = p_rmatnr IMPORTING output = l_external_matnr.
MARM_GENERIC_READ_WITH_MATNR CALL FUNCTION 'MARM_GENERIC_READ_WITH_MATNR' EXPORTING matnr = p_rmatnr TABLES marm_tab = lt_marm EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.
UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = ls_marm-meinh IMPORTING iso_code = ls_unit_code_iso.
UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = ls_marm-gewei IMPORTING iso_code = ls_unit_code_iso.
UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = ls_marm-meabm IMPORTING iso_code = ls_unit_code_iso.
UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = ls_marm-voleh IMPORTING iso_code = ls_unit_code_iso.
MAKT_ARRAY_READ * CALL FUNCTION 'MAKT_ARRAY_READ' ** EXPORTING ** KZRFB = ' ' ** NEUFLAG = ' ' * TABLES * ipre09 = lt_pre09 * makt_tab = lt_makt * EXCEPTIONS * enqueue_mode_changed = 1 * OTHERS = 2.
MAKT_GENERIC_READ_WITH_MATNR CALL FUNCTION 'MAKT_GENERIC_READ_WITH_MATNR' EXPORTING matnr = p_rmatnr TABLES makt_tab = lt_makt EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.
LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = ls_makt-spras IMPORTING iso_code = ls_lang_code_iso.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MAT_MATBSCDATBLKCRTRQ_F02 - Include MAT_MATBSCDATCRTRQ_F02 MAT_MATBSCDATBLKCRTRQ_E01 - Include MAT_MATBSCDATBLKCRTRQ_E01 MAT_BOMGROUP_CREATE_SAMPLE - Export Complete BOM Group as File MAT_BOMGROUP_CREATE_SAMPLE - Export Complete BOM Group as File MATTRIBUTES_CONSISTENCY_F80 - MATTRIBUTESCONSISTENCYF80 MATTRIBUTES_CONSISTENCY_F15 - MATTRIBUTESCONSISTENCYF15