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

RLVSDR00 SAP ABAP Report - Initiate Printing of Transf.Order







RLVSDR00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report (RLVSDR00) is started when creating the 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 RLVSDR00 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 RLVSDR00. "Basic submit
SUBMIT RLVSDR00 AND RETURN. "Return to original report after report execution complete
SUBMIT RLVSDR00 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 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: P_PROTO = Log for printer determination
Selection Text: SPOOLPAR = Spool contr.data
Selection Text: TASCH = Print transfer order document
Selection Text: %_SKP009 = ?...(%_SKP009)
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: 010 = Program parameters
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 RLVSDR00

INCLUDE MLLVSKON.
INCLUDE RLVSDR30.


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'.






PK_GET_DATA_FOR_TRANSFER_ORDER CALL FUNCTION 'PK_GET_DATA_FOR_TRANSFER_ORDER' EXPORTING ILGNUM = LTAK-LGNUM ITBNUM = LTAK-TBNUM IMPORTING ECPKME = CPKME EXCEPTIONS INSUFFICIENT_INPUT = 1 HEADER_NOT_FOUND = 2 PVB_NOT_FOUND = 3 OTHERS = 4.

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' EXPORTING LGPLA = LTAP-VLPLA PLPOS = LTAP-VPPOS IMPORTING O_LGPLA = LTAP-VLPLA.

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' EXPORTING LGPLA = LTAP-NLPLA PLPOS = LTAP-NPPOS IMPORTING O_LGPLA = LTAP-NLPLA.

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' EXPORTING LGPLA = LTAP-RLPLA PLPOS = LTAP-RPPOS IMPORTING O_LGPLA = LTAP-RLPLA.

L_PRINT_PARAM_FIND CALL FUNCTION 'L_PRINT_PARAM_FIND' EXPORTING I_LGNUM = LTAP-LGNUM I_VLTYP = LTAP-VLTYP I_NLTYP = LTAP-NLTYP I_DRUKZ = LTAK-DRUKZ I_PROTO = P_PROTO IMPORTING X_T329F = T329F X_T329P = T329P X_T329A = T329A X_T329D = T329D TABLES T_PROTO = IPROTO CHANGING X_LDEST = HLP_LDEST X_SPOOL = HLP_SPOOL X_DRUKZ = HLP_DRUKZ EXCEPTIONS PRINTER_NOT_FOUND = 01 "374 DRUKZ_NOT_IN_T329F = 02 "118 PRINTER_NOT_ALLOWED_IN_TSP03 = 03 "119 SPOOL_NOT_IN_T329P = 04 "116 USER_PRINTER_NOT_DEFINED = 05. "149



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