MV13PF0P 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 MV13PF0P 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: FORMs for Checking Data Entered
FORM PACKING_INST_INCLUDE_MAT USING R_MATNR TYPE MATNR
No SAP DATABASE tables are accessed within this REPORT code!
RS_CONV_EX_2_IN call function 'RS_CONV_EX_2_IN' exporting input_external = selfield-value table_field = tabfield importing output_internal = l_packkp-pobjid exceptions input_not_numerical = 1 too_many_decimals = 2 more_than_one_sign = 3 ill_thousand_separator_dist = 4 too_many_digits = 5 sign_for_unsigned = 6 too_large = 7 too_small = 8 invalid_date_format = 9 invalid_date = 10 invalid_time_format = 11 invalid_time = 12 invalid_hex_digit = 13 unexpected_error = 14 invalid_fieldname = 15 field_and_descr_incompatible = 16 input_too_long = 17 no_decimals = 18 invalid_float = 19 others = 20.
VHUPODB_PACKOBJ_READ_HEAD_EXT call function 'VHUPODB_PACKOBJ_READ_HEAD_EXT' exporting pobjid_imp = l_packkp-pobjid packtyp_imp = packtyp_packing_inst lock_mode_imp = no_lock importing * PACKKP_EXP = * PREV_LOCK_MODE_EXP = db_status_exp = result_of_check.
RS_CONV_EX_2_IN call function 'RS_CONV_EX_2_IN' exporting input_external = selfield-value table_field = tabfield importing output_internal = l_pobjid exceptions input_not_numerical = 1 too_many_decimals = 2 more_than_one_sign = 3 ill_thousand_separator_dist = 4 too_many_digits = 5 sign_for_unsigned = 6 too_large = 7 too_small = 8 invalid_date_format = 9 invalid_date = 10 invalid_time_format = 11 invalid_time = 12 invalid_hex_digit = 13 unexpected_error = 14 invalid_fieldname = 15 field_and_descr_incompatible = 16 input_too_long = 17 no_decimals = 18 invalid_float = 19 others = 20.
VHUPODB_PACKOBJ_FIND call function 'VHUPODB_PACKOBJ_FIND' exporting * PACKTYP_IMP = PACKTYP_PACKING_INST range_paitemtype_imp = lt_ra_paitemtype matnr_imp = r_matnr * LEVEL_IMP = 0 * RANGE_CONTENT_IMP = range_pobjid_imp = pobjid_range * MAXRECORDS_IMP = 500 changing packobj_tab = packobj_tab exceptions pos_without_head = 1 others = 2.
VHUPODB_PACKOBJ_FIND call function 'VHUPODB_PACKOBJ_FIND' exporting * PACKTYP_IMP = PACKTYP_PACKING_INST range_paitemtype_imp = lt_ra_paitemtype matnr_imp = lf_rmatp * LEVEL_IMP = 0 * RANGE_CONTENT_IMP = range_pobjid_imp = pobjid_range * MAXRECORDS_IMP = 500 changing packobj_tab = packobj_tab exceptions pos_without_head = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.