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

RV56LFSL SAP ABAP Report - Select Deliveries for Shipment







RV56LFSL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report for selecting incoming or outgoing deliveries for transportation planning...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RV56LFSL 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 RV56LFSL. "Basic submit
SUBMIT RV56LFSL AND RETURN. "Return to original report after report execution complete
SUBMIT RV56LFSL 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_AULWE = D .
Selection Text: S_INCO1 = D .
Selection Text: S_INCO2 = D .
Selection Text: S_KODAT = D .
Selection Text: S_KUNNR = D .
Selection Text: S_LDDAT = D .
Selection Text: S_LFDAT = D .
Selection Text: S_LFUHR = D .
Selection Text: S_LGNUM = D .
Selection Text: S_LGORT = D .
Selection Text: S_LGTOR = D .
Selection Text: S_LIFNR = D .
Selection Text: S_LPRIO = D .
Selection Text: S_LSTEL = D .
Selection Text: S_LZONE = D .
Selection Text: S_ORT01 = D .
Selection Text: S_ORT02 = D .
Selection Text: S_PSTLZ = D .
Selection Text: S_ROUTE = D .
Selection Text: S_SDABW = D .
Selection Text: S_SPDNR = D .
Selection Text: S_TDDAT = D .
Selection Text: S_TRAGR = D .
Selection Text: S_TRAID = D .
Selection Text: S_TRATY = D .
Selection Text: S_TRMTYP = D .
Selection Text: S_TRSTA = D .
Selection Text: S_UTYPE = D .
Selection Text: S_VSART = D .
Selection Text: S_VSBED = D .
Selection Text: S_VSTEL = D .
Selection Text: S_WADAT = D .
Selection Text: S_WBSTK = D .
Selection Text: S_WERKS = D .
Selection Text: P_COMID = Only doc.frm comp.trans.pl.pnt
Selection Text: P_NLCHK = No, if in subsequent leg
Selection Text: P_VLCHK = No, if in preliminary leg
Selection Text: S_AUFNR = Order





Selection Text: S_EBELN = Purchase order
Selection Text: S_EXIDV = External ID
Selection Text: S_LAND1 = Country of destination
Selection Text: S_LANDS = Country of departure point
Selection Text: S_LIAVN = Inbound delivery
Selection Text: S_LIFEX = Ext. ID of delivery
Selection Text: S_SAMMG = Grouped deliveries
Selection Text: S_TKNUM = Shipment
Selection Text: S_VBELN = Outbound Delivery
Selection Text: P_DISPO = D .
Selection Text: P_MAXSEL = D .
Selection Text: P_TRLFRE = D .
Selection Text: P_TRNULF = D .
Selection Text: P_TRNURE = D .
Title: Select Deliveries for Shipment
Text Symbol: INF = Method
Text Symbol: S01 = Due Date
Text Symbol: S02 = Transportation planning
Text Symbol: S03 = Departure point
Text Symbol: S04 = Destination
Text Symbol: S05 = Type of delivery
Text Symbol: S06 = Delivery status
Text Symbol: S07 = W.ref.to
Text Symbol: S08 = Handling units
Text Symbol: S09 = Only documents from company in transp. planning point
Text Symbol: S10 = Ext. ID of delivery
Text Symbol: S11 = Do not select deliveries already in another preliminary leg
Text Symbol: S12 = Do not select deliveries already in another subsequent leg
Text Symbol: S13 = Include deliveries in processed shipment
Text Symbol: TTY = Means-of-Transport Details


INCLUDES used within this REPORT RV56LFSL

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:

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = 'RV56LFSL' TABLES selection_table = selopt.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'START' p_program = 'RV56TRSL' TABLES p_exclude = exclude EXCEPTIONS OTHERS = 0.

HELP_DOCU_SHOW_FOR_FIELD CALL FUNCTION 'HELP_DOCU_SHOW_FOR_FIELD' EXPORTING fieldname = 'RV56SL_HLP' tabname = 'RV56_VT04'.






SD_SHIPMENT_F4_HELP CALL FUNCTION 'SD_SHIPMENT_F4_HELP' EXPORTING i_opt_restricted = ' ' CHANGING c_tknum_range = s_tknum[] c_tknum = s_tknum-low.

SD_SHIPMENT_F4_HELP CALL FUNCTION 'SD_SHIPMENT_F4_HELP' EXPORTING i_opt_restricted = ' ' CHANGING c_tknum_range = s_tknum[] c_tknum = s_tknum-high.



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