SAP Reports / Programs | Logistics - General | Handling Unit Management | Master data(LO-HU-MD) SAP LO

MV13PF0P SAP ABAP INCLUDE - FORMs for Checking Data Entered







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


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 MV13PF0P. "Basic submit
SUBMIT MV13PF0P AND RETURN. "Return to original report after report execution complete
SUBMIT MV13PF0P VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: FORMs for Checking Data Entered


INCLUDES used within this REPORT MV13PF0P

FORM PACKING_INST_INCLUDE_MAT USING R_MATNR TYPE MATNR


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:

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.



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