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

RV56TRKA SAP ABAP Report - Find Shipments: &







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


Text pool values


Selection Text: S_AUFNR = Order
Selection Text: S_EBELN = Purchase order
Selection Text: S_GEAUS = Weight in % (max.)
Selection Text: S_GEWEI = D Weight unit
Selection Text: S_LIAVN = Inbound delivery
Selection Text: S_PART = D Distributable
Selection Text: S_SAMMG = Grouped deliveries
Selection Text: S_TKNUM = Shipment number
Selection Text: S_VBELN = Delivery
Selection Text: S_VERGE = D Weight to pack
Selection Text: S_VERVO = D Volume to pack
Selection Text: S_VHART = D Shipping matl type
Selection Text: S_VOAUS = Volume in % (max.)
Selection Text: S_VOLEH = D Volume unit
Selection Text: K_DTABF = D ActShpmtCmpletDate
Selection Text: K_DTDIS = D Scheduling end
Selection Text: K_ERDAT = D Created on
Selection Text: K_ERNAM = D Created by
Selection Text: K_EXTI1 = D External ID 1
Selection Text: K_EXTI2 = D External identification 2
Selection Text: K_LAUFK = D Leg indicator
Selection Text: K_ROUTE = D Shipment route
Selection Text: K_SHTYP = D Shipment type
Selection Text: K_SIGNI = D Container ID
Selection Text: K_TDLNR = D Service agent
Selection Text: K_TKNUM = D Shipment number
Selection Text: K_TPBEZ = D Description of shipment
Selection Text: K_TPLST = D Transportation planning point
Selection Text: K_VSART = D Shipping type
Selection Text: A_ABLAD = D Destination: Additional info
Selection Text: A_BELAD = D Departure: Additional info
Selection Text: K_VSBED = D Shipping conditions
Selection Text: A_VSART = D Shp.type for stage
Selection Text: A_VSTEL = D Shipping point at departure
Selection Text: A_VSTEZ = D Shipping point at destination
Selection Text: K_ABFER = D Shipment completion type
Selection Text: K_ABWST = D Process ctrl
Selection Text: K_AEDAT = D Changed on





Selection Text: K_AENAM = D Changed by
Selection Text: K_BFART = D Service Level
Selection Text: K_DALBG = D Curr.loading start
Selection Text: K_DALEN = D Act. loading end
Selection Text: K_DATBG = D Actual shipment start
Selection Text: K_DATEN = D ActualShipmentEnd
Selection Text: K_DPLBG = D Planned load. start
Selection Text: K_DPLEN = D Planned load. end
Selection Text: K_DPTBG = D Planned shipment start
Selection Text: A_DATBG = D Stage:CShptStartTime
Selection Text: A_DATEN = D Stage:CuShipmEndTime
Selection Text: A_DPTBG = D PlannedShipmntStart
Selection Text: A_DPTEN = D PlannedShipmentEnd
Selection Text: A_INCO1 = D Incoterms for printout
Selection Text: A_KNOTA = D Departure point
Selection Text: A_KNOTZ = D Dest.point
Selection Text: A_KUNNA = D Cust.depart.pt
Selection Text: A_KUNNZ = D Cust.dest.point
Selection Text: A_LAUFK = D Leg indicator
Selection Text: A_LIFNA = D Vendor of departure point
Selection Text: A_LIFNZ = D Dest.point: Vendor
Selection Text: A_LSTEL = D Dep.: Loading point
Selection Text: A_LSTEZ = D Dest.: Loading point
Selection Text: K_DPTEN = D Planned shipment end
Selection Text: A_TDLNR = D Service agent f.stage
Title: Find Shipments: &
Text Symbol: WI2 = Content:
Text Symbol: WI1 = Field:
Text Symbol: V03 = Field selection
Text Symbol: V02 = Free capacity
Text Symbol: V01 = Utilization
Text Symbol: V00 = Delivery Selection View
Text Symbol: U08 = In descending order
Text Symbol: U07 = In ascending order
Text Symbol: U06 = Normal
Text Symbol: U05 = Status
Text Symbol: U04 = Sorted according to:
Text Symbol: U03 = View:
Text Symbol: T24 = Transportation end date





Text Symbol: T25 = PlDate
Text Symbol: T26 = Current date
Text Symbol: T27 = Shipping type
Text Symbol: T29 = Weight (%)
Text Symbol: T30 = Volume (%)
Text Symbol: T31 = Capacity
Text Symbol: T32 = Permitted weight &1
Text Symbol: T33 = Loading weight &1
Text Symbol: T34 = Remaining usable load &1
Text Symbol: T35 = Remaining volume &1
Text Symbol: T36 = Permitted volume &1
Text Symbol: T37 = Loading volume &1
Text Symbol: U01 = List level:
Text Symbol: U02 = Entries:
Text Symbol: T23 = Transportat.start date
Text Symbol: T03 = ShpTy
Text Symbol: T04 = FwdAgent
Text Symbol: T06 = A
Text Symbol: T07 = ML
Text Symbol: T08 = PL
Text Symbol: T09 = SL
Text Symbol: T10 = SC
Text Symbol: T11 = D
Text Symbol: T12 = Route
Text Symbol: T14 = Descrip.of shipment
Text Symbol: T17 = A
Text Symbol: T19 = EndTrPlan
Text Symbol: T20 = Loading start
Text Symbol: T21 = Loading end
Text Symbol: T22 = Shipment completion
Text Symbol: S01 = General data
Text Symbol: S02 = Processing
Text Symbol: S03 = Identification
Text Symbol: S04 = Dates
Text Symbol: S05 = Shipment stage: General
Text Symbol: S06 = Shipment stage: Point of departure
Text Symbol: S07 = Shipment stage: Destination point
Text Symbol: S08 = Shipment stage: Deadlines
Text Symbol: S09 = Administrative data



Text Symbol: S10 = W.ref.to
Text Symbol: S12 = Percentage utilization
Text Symbol: S18 = Weight to pack
Text Symbol: S19 = Volume to pack
Text Symbol: T01 = Shipment
Text Symbol: T02 = TPlPt


INCLUDES used within this REPORT RV56TRKA

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:

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING tabname = table_name TABLES fieldtab = fieldtab.

SD_PACKING_FOR_SHIPMENT CALL FUNCTION 'SD_PACKING_FOR_SHIPMENT' "#EC * TABLES shipment_tab = slvttk vbplk_tab = vbplk_tab vbplp_tab = vbplp_tab EXCEPTIONS shipment_tab_empty = 1 no_entries_found = 2 OTHERS = 3.

SD_SHIPMENT_FOR_PURCHORD CALL FUNCTION 'SD_SHIPMENT_FOR_PURCHORD' TABLES shipment_i = k_tknum purchord_i = s_ebeln shipment_o = k_tknum EXCEPTIONS purchord_i_empty = 1 no_entries_found = 2 OTHERS = 3.

SD_SHIPMENT_FOR_SHINOTIF CALL FUNCTION 'SD_SHIPMENT_FOR_SHINOTIF' TABLES shipment_i = k_tknum shinotif_i = s_liavn shipment_o = k_tknum EXCEPTIONS shinotif_i_empty = 1 no_entries_found = 2 OTHERS = 3.

SD_SHIPMENT_FOR_SALESORD CALL FUNCTION 'SD_SHIPMENT_FOR_SALESORD' TABLES shipment_i = k_tknum salesord_i = s_aufnr shipment_o = k_tknum EXCEPTIONS salesord_i_empty = 1 no_entries_found = 2 OTHERS = 3.

SD_SHIPMENT_FOR_DELGROUP CALL FUNCTION 'SD_SHIPMENT_FOR_DELGROUP' TABLES shipment_i = k_tknum delgroup_i = s_sammg shipment_o = k_tknum EXCEPTIONS delgroup_i_empty = 1 no_entries_found = 2 OTHERS = 3.

SD_SHIPMENT_FOR_DELIVERY CALL FUNCTION 'SD_SHIPMENT_FOR_DELIVERY' TABLES shipment_i = k_tknum delivery_i = s_vbeln shipment_o = k_tknum EXCEPTIONS delivery_i_empty = 1 no_entries_found = 2 OTHERS = 3.

SD_GTIS_SELECT_TRANSPORTS CALL FUNCTION 'SD_GTIS_SELECT_TRANSPORTS' EXPORTING input = 'T' TABLES deliveries = deliveries shipments = shipments xvttk = tmpvttk EXCEPTIONS OTHERS = 1.

CONVERSION_FACTOR_GET CALL FUNCTION 'CONVERSION_FACTOR_GET' "#EC * EXPORTING no_type_check = true unit_in = eh_in unit_out = eh_out IMPORTING * add_const = * decimals = denominator = nenner * dimension = numerator = zaehler EXCEPTIONS conversion_not_found = 1 overflow = 2 type_invalid = 3 units_missing = 4 unit_in_not_found = 5 unit_out_not_found = 6 OTHERS = 7.

DIMENSIONCHECK_MASS CALL FUNCTION 'DIMENSIONCHECK_MASS' EXPORTING gewei = s_gewei EXCEPTIONS dimension_not_mass = 01 t006d_entry_missing = 02 t006_entry_missing = 03.

DIMENSIONCHECK_VOLUME CALL FUNCTION 'DIMENSIONCHECK_VOLUME' EXPORTING voleh = s_voleh EXCEPTIONS dimension_not_volume = 01 t006d_entry_missing = 02 t006_entry_missing = 03.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING expressions = texpr kind = ss_kind field_groups_key = qcat IMPORTING selection_id = selid expressions = texpr field_ranges = trange TABLES tables_tab = tabs fields_tab = fields EXCEPTIONS fields_incomplete = 01 fields_no_join = 02 field_not_found = 03 no_tables = 04 table_not_found = 05 expression_not_supported = 06 incorrect_expression = 07 illegal_kind = 08 area_not_found = 09 inconsistent_area = 10 kind_f_no_fields_left = 11 kind_f_no_fields = 12 too_many_fields = 13.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = selid title = title status = 1 IMPORTING expressions = texpr field_ranges = trange TABLES fields_tab = fields EXCEPTIONS internal_error = 01 no_action = 02 selid_not_found = 03 OTHERS = 04.

SD_PACKING_FOR_SHIPMENT CALL FUNCTION 'SD_PACKING_FOR_SHIPMENT' "#EC * TABLES shipment_tab = slvttk vbplk_tab = vbplk_tab vbplp_tab = vbplp_tab EXCEPTIONS shipment_tab_empty = 1 no_entries_found = 2 OTHERS = 3.

LE_SHIPMENT_TRANSACTION_CALL CALL FUNCTION 'LE_SHIPMENT_TRANSACTION_CALL' EXPORTING i_mode = transaction TABLES i_tknum_range = tknum_range.

RV_DELIVERY_PRINT_VIEW CALL FUNCTION 'RV_DELIVERY_PRINT_VIEW' EXPORTING comwa = vbco3 IMPORTING kopf = l_vbdkl TABLES pos = l_vbdpl.

DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' "#EC * EXPORTING length = 0 mass = 1 time = 0 use_buffer = true IMPORTING dimid = dimid_mass EXCEPTIONS dimension_not_found = 01.

UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING cucol = 0 curow = 0 dimid = dimid_mass display = false language = sy-langu IMPORTING select_unit = s_gewei.

DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' "#EC * EXPORTING length = 3 mass = 0 time = 0 use_buffer = true IMPORTING dimid = dimid_vol EXCEPTIONS dimension_not_found = 01.

UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING cucol = 0 curow = 0 dimid = dimid_vol display = false language = sy-langu IMPORTING select_unit = s_voleh.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = pfstatus_start * p_program = sy-repid TABLES p_exclude = exclude EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_setpf i_callback_user_command = gc_ucomm i_callback_top_of_page = gc_top is_layout = gt_layout it_fieldcat = gt_fieldcat i_save = 'A' * IS_VARIANT = IS_VARIANT TABLES t_outtab = gt_output EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_setpf i_callback_user_command = gc_ucomm * i_callback_top_of_page = gc_top is_layout = gt_layout it_fieldcat = gt_fieldcat i_save = 'A' * IS_VARIANT = IS_VARIANT TABLES t_outtab = gt_output EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = gc_struct CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = gc_struct CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_header.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid it_fieldcat = ls_fieldcat i_screen_start_column = 10 i_screen_start_line = 10 i_screen_end_column = 30 i_screen_end_line = 20 TABLES t_outtab = lt_f1 EXCEPTIONS program_error = 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 RV56TRKA or its description.