SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLVSDR40 SAP ABAP Report - Initiate Printing of Transf.Order







RLVSDR40 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report (RLVSDR40) is initiated by the system when you create transfer orders...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 RLVSDR40 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 RLVSDR40. "Basic submit
SUBMIT RLVSDR40 AND RETURN. "Return to original report after report execution complete
SUBMIT RLVSDR40 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: DRUCKEN = Print list
Selection Text: DRUCKKZ = Print ID for condition lines
Selection Text: EDRUCKER = Printer
Selection Text: ETIKETT = Labels
Selection Text: EXPLIZIT = Print documents as selected
Selection Text: HUMLA = Pick HU slips
Selection Text: LEINH = Print SU contents
Selection Text: LESCH = Print storage unit document
Selection Text: LETASCH = Print SU/TO document
Selection Text: SPOOLPAR = Spool control data
Selection Text: TASCH = Print transfer order document
Title: Initiate Printing of Transf.Order
Text Symbol: 014 = Material
Text Symbol: 013 = Date
Text Symbol: 012 = Reqmts
Text Symbol: 011 = TO number
Text Symbol: 010 = Print ctrl data
Text Symbol: 005 = Post.chge,same bin
Text Symbol: 004 = Zero stck ch.: ......................... ........................
Text Symbol: 003 = Inv.dur.stck plcm ......................... ........................
Text Symbol: 002 = Repeat print
Text Symbol: 001 = Hazard notes:
Text Symbol: 022 = Src
Text Symbol: 023 = Dest
Text Symbol: 024 = Ret.
Text Symbol: 030 = Post.chge
Text Symbol: 031 = Pst.chge no.
Text Symbol: 032 = Quantity
Text Symbol: 033 = PArea
Text Symbol: 034 = Plnt
Text Symbol: 035 = Stck.cat.
Text Symbol: 036 = Spec.stock
Text Symbol: 037 = Stor. bin
Text Symbol: 021 = Unload.point
Text Symbol: 043 = S
Text Symbol: 042 = Material.......... Batch..... C Item T Ty. Stor.bin Target quantity.. UoM
Text Symbol: 041 = Page
Text Symbol: 040 = Transfer order





Text Symbol: 038 = Return
Text Symbol: 015 = Batch
Text Symbol: 162 = Src
Text Symbol: 161 = Unload.point
Text Symbol: 160 = Consignee
Text Symbol: 159 = GR number
Text Symbol: 158 = GR date
Text Symbol: 157 = Special stock
Text Symbol: 156 = Categ
Text Symbol: 155 = Batch
Text Symbol: 154 = Material
Text Symbol: 153 = Date
Text Symbol: 152 = Reqmts
Text Symbol: 151 = TO number
Text Symbol: 048 = Controller
Text Symbol: 047 = ------------------------
Text Symbol: 046 = Picker
Text Symbol: 045 = R
Text Symbol: 163 = Dest
Text Symbol: 167 = Document selection
Text Symbol: 166 = Large qty
Text Symbol: 165 = SLED/BBD
Text Symbol: 164 = Ret.
Text Symbol: 044 = D
Text Symbol: 020 = Consignee
Text Symbol: 019 = GR number
Text Symbol: 018 = GR date
Text Symbol: 017 = Special stock
Text Symbol: 016 = Categ


INCLUDES used within this REPORT RLVSDR40

INCLUDE RLVSDTOP.
INCLUDE MLLVSKON.


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:

L_PRINT_TO_MULTIPLE CALL FUNCTION 'L_PRINT_TO_MULTIPLE' EXPORTING I_DRUCK = DRUCKEN IMPORTING E_RETURN = DRUCK_OK_REF TABLES XRLDRC = IRLDRC XVBLKK = IVBLKK XVBLKP = IVBLKP XSERNR = ISERNR XRLDRH = IRLDRH XRLDRI = IRLDRI XRLDRP = IRLDRP XRLDRU = IRLDRU XT329P = IT329P XRESB = IRESB XRLVEK = IRLVEK *** OR 141098 XLTHU = ILTHU.



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