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

RLVSDR10 SAP ABAP Report - Initiate Printing of Transf.Order







RLVSDR10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is initiated during the creation of 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 RLVSDR10 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 RLVSDR10. "Basic submit
SUBMIT RLVSDR10 AND RETURN. "Return to original report after report execution complete
SUBMIT RLVSDR10 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: %_SKP009 = ?...(%_SKP009)
Selection Text: DRUCKEN = Print list
Selection Text: DRUCKKZ = Print code
Selection Text: EDRUCKER = Printer
Selection Text: LEINH = Print SU contents
Selection Text: LESCH = Print storage unit document
Selection Text: LETASCH = Print SU/TO document
Selection Text: SPOOLPAR = Spool contr.data
Selection Text: TASCH = Print transfer order document
Selection Text: T4_KZMEM = ?...(T4_KZMEM)
Selection Text: T4_LGNUM = ?...(T4_LGNUM)
Selection Text: T4_TANUM = ?...(T4_TANUM)
Title: Initiate Printing of Transf.Order
Text Symbol: 045 = R
Text Symbol: 046 = Picker
Text Symbol: 047 = ------------------------
Text Symbol: 048 = Controller
Text Symbol: 151 = TO number
Text Symbol: 152 = Rqmnt
Text Symbol: 153 = Date
Text Symbol: 154 = Material
Text Symbol: 155 = Batch
Text Symbol: 156 = Categ
Text Symbol: 157 = Special stock
Text Symbol: 158 = GR date
Text Symbol: 159 = GR number
Text Symbol: 160 = Consignee
Text Symbol: 161 = Unload.point
Text Symbol: 162 = Src
Text Symbol: 163 = Dest
Text Symbol: 164 = Ret
Text Symbol: 165 = SLED/BBD
Text Symbol: 044 = D
Text Symbol: 001 = Hazard notes:
Text Symbol: 002 = Repeat print
Text Symbol: 003 = Inv.dur.stck plcm ......................... ........................
Text Symbol: 004 = Zero stck ch.: ......................... ........................
Text Symbol: 005 = Post.chge,same bin





Text Symbol: 011 = TO number
Text Symbol: 012 = Rqmnt
Text Symbol: 013 = Date
Text Symbol: 014 = Material
Text Symbol: 015 = Batch
Text Symbol: 016 = Categ
Text Symbol: 017 = Special stock
Text Symbol: 018 = GR date
Text Symbol: 019 = GR number
Text Symbol: 020 = Consignee
Text Symbol: 021 = Unload.point
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: 038 = Return
Text Symbol: 040 = Transfer order
Text Symbol: 041 = Page
Text Symbol: 042 = Material.......... Batch..... C Item T Ty. Stor.bin Target quantity.. UoM
Text Symbol: 043 = S


INCLUDES used within this REPORT RLVSDR10

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:

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING FORM = T329F-FORMU DEVICE = 'PRINTER' OPTIONS = ITCPO DIALOG = ' '.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING FORM = T329F-FORMU DEVICE = 'SCREEN' OPTIONS = ITCPO.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING COMMAND = 'NEW-PAGE'.

L_PLATZ_POSITION_MISCHEN





CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' "Korr 20.1.94

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' "Korr 20.1.94

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' "Korr 20.1.94



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