SAP Reports / Programs

RLVSDR20 SAP ABAP Report - Analysis of Customized Print Control Tables in WM







RLVSDR20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report you can verify the printer determination...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 RLVSDR20 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

LX31 - Analysis of print control tables


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 RLVSDR20. "Basic submit
SUBMIT RLVSDR20 AND RETURN. "Return to original report after report execution complete
SUBMIT RLVSDR20 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: SPOOLPAR = Spool Control Data (Manual)
Selection Text: P_VLTYP = Source Storage Type
Selection Text: P_TAPOS = Transfer Order item
Selection Text: P_TANUM = Transfer Order Number
Selection Text: P_NLTYP = Destination Storage Type
Selection Text: P_LGNUM = Warehouse Number
Selection Text: P_KOBER = Picking Area
Selection Text: EDRUCKER = Printer (Manual)
Selection Text: DRUCKKZ = Print Code (Manual)
Title: Analysis of Customized Print Control Tables in WM
Text Symbol: 017 = Error Text
Text Symbol: 016 = Key(s) Used
Text Symbol: 015 = Key
Text Symbol: 014 = Print Action
Text Symbol: 013 = Table
Text Symbol: 012 = Picking Area
Text Symbol: 011 = Destination Storage Type
Text Symbol: 010 = Source Storage Type
Text Symbol: 009 = Special Movement
Text Symbol: 008 = Spool Control Data
Text Symbol: 007 = Transfer Order item
Text Symbol: 006 = Printer
Text Symbol: 005 = Transfer Order No.
Text Symbol: 004 = Print Code
Text Symbol: 003 = Warehouse Number
Text Symbol: 002 = Print Control Data


INCLUDES used within this REPORT RLVSDR20

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_PARAM_FIND_40 CALL FUNCTION 'L_PRINT_PARAM_FIND_40' EXPORTING i_lgnum = p_lgnum i_vltyp = ltap-vltyp i_nltyp = ltap-nltyp i_kober = ltap-kober i_drukz = ltak-drukz i_proto = p_proto i_create_itab = con_x IMPORTING x_rldrc = irldrc TABLES t_proto = iproto t_t329p = it329p t_alv_data = lt_pralv CHANGING x_ldest = hlp_ldest x_spool = hlp_spool x_drukz = hlp_drukz EXCEPTIONS 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

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'LPRALV' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_top_of_page = 'TOP_OF_PAGE' i_grid_title = lv_grid_title is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort TABLES t_outtab = lt_pralv EXCEPTIONS program_error = 1 OTHERS = 2.



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