SAP Reports / Programs | Logistics Execution | Transportation(LE-TRA) SAP LE

MV56_CAR_PL_TN_EVIO_SEL SAP ABAP INCLUDE - MV56CARPLTNEVIOSEL







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


INCLUDES used within this REPORT MV56_CAR_PL_TN_EVIO_SEL

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:

RV_SHIPMENT_VIEW call function 'RV_SHIPMENT_VIEW' "#EC DOM_EQUAL exporting shipment_number = local_tknum option_tvtk = 'X' option_ttds = 'X' language = sy-langu option_items = 'X' option_minimized_item_data = ' ' * temporary full read B option_sales_orders = ' ' option_export_data = ' ' option_stawn_read = 'X' "read comm.codes

HU_PACKING_REFRESH CALL FUNCTION 'HU_PACKING_REFRESH'. "insertion HP_323027

HU_GET_HUS call function 'HU_GET_HUS' EXPORTING IF_LOCK_HUS = True "insertion HP_323027
if_no_db_select = space if_with_text = 'X' if_no_loop = 'X' if_more_hus = 'X' it_objects = lt_objects IMPORTING et_header = tmp_xvekp EXCEPTIONS others = 0.

RV_SHIPMENT_READ call function 'RV_SHIPMENT_READ' exporting shipment_number = local_tknum option_items = 'X' option_segments = 'X' option_sales_orders = ' ' option_export_data = ' ' * OPTION_DELIVERY_HEADERS_ONLY = ' ' importing shipment_header = tmp_xvttk tables shipment_items = tmp_xvttp * wa_ship_tab_global-xvttp shipment_segments = tmp_xvtts * wa_ship_tab_global-xvtts shipment_segment_item = tmp_xvtsp * wa_ship_tab_global-xvtsp delivery_headers = tmp_xtrlk * wa_ship_tab_global-vtrlk delivery_items = tmp_xtrlp * wa_ship_tab_global-vtrlp exceptions not_found = 1 delivery_lock = 2 delivery_missing = 3 inconsistent_parameters = 4 others = 5 .

SD_DELIVERY_FOR_TRANSPORT call function 'SD_DELIVERY_FOR_TRANSPORT' exporting selection_set = sel_deli_var_name option_selection_screen = ' ' option_search_strategy = 'I' option_dialog = ' ' trans_planning_point = mvttk-tplst * SHIPMENT_NUMBER = ' ' shipment_processing_type = deli_type * SHIPMENT_COMPLETION = ' ' * NO_DISPOSITION = ' ' * OPT_MINIMIZED_DELIVERY_DATA = ' ' * ENQUEUE_SCOPE_PARAMETER = '2' * leg_indicator = '4' run_with_select_options = ' ' * IMPORTING * NUMBER_OF_DELIVERIES = * ERROR_OCCURED = * E_DISPO = tables delivery_header = delivery_header delivery_item = delivery_item shipment_item = shipment_item select_options = sel_deli_var_value_tab exceptions empty_shipment = 1 wrong_call = 2 others = 3 .

SD_DELIVERY_PACKING_VIEW call function 'SD_DELIVERY_PACKING_VIEW' * EXPORTING * I_LANGU = SY-LANGU * OPT_READ_DELIVERY_DATA = ' ' * OPT_UNPACKED_ITEMS = 'X' * OPT_PACKING_SUM = 'X' * OPT_PACKING_GENERAL_DATA = ' ' tables * input i_deliv = delivtmp * output * I_VTRLK = "delivery_item * I_VTRLP = c_vbplk = tmp_xvbplk c_vbplp = tmp_xvbplp * C_VBPLS1 = * C_VBPLA = exceptions no_deliveries = 1 others = 2 .

SD_DELIVERY_FOR_TRANSPORT call function 'SD_DELIVERY_FOR_TRANSPORT' exporting option_selection_screen = ' ' option_search_strategy = 'I' option_dialog = ' ' trans_planning_point = mvttk-tplst * outbound take from shp. type

DDUT_INPUT_CHECK call function 'DDUT_INPUT_CHECK' exporting tabname = p_tabname fieldname = p_fieldname calling_program = repid * strucname = 'VTTK' value = p_value * VALUE_IS_EXTERNAL = ' ' importing msgid = msgid msgty = msgty msgno = msgno msgv1 = msgv1 msgv2 = msgv2 msgv3 = msgv3 msgv4 = msgv4 * VALUE_INTERNAL = * CHANGING * ADDITIONAL_FIELDS = exceptions no_ddic_field = 1 illegal_move = 2 others = 3 .



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