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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
RV56LFSL - Select Deliveries for Shipment RV56LFSL - Select Deliveries for Shipment RV56LFDLC - Evaluation of Deliveries for Transportation Planning Interface RV56LFDLC - Evaluation of Deliveries for Transportation Planning Interface RV56LFDL - Evaluation of Deliveries for Transportation Planning Interface RV56LFDL - Evaluation of Deliveries for Transportation Planning Interface