SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP List Viewer(BC-SRV-ALV) SAP BC

BCALV_TEST_PRINT_PARAMETERS SAP ABAP Report - Test of Print Parameter Transfer







BCALV_TEST_PRINT_PARAMETERS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter BCALV_TEST_PRINT_PARAMETERS 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 BCALV_TEST_PRINT_PARAMETERS. "Basic submit
SUBMIT BCALV_TEST_PRINT_PARAMETERS AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_PRINT_PARAMETERS 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: P_PRN10 = No Change of Print Parameters
Selection Text: P_PRN09 = No New Page
Selection Text: P_PRN08 = No Cover Page
Selection Text: P_PRN07 = Print Information
Selection Text: P_PRN05 = Title
Selection Text: P_PRN04 = No Selection Information
Selection Text: P_PRN03 = No List Information
Selection Text: P_PAR27 = Footer Line On/Off
Selection Text: P_PAR26 = Default 'Spool Request Type'
Selection Text: P_PAR25 = Name of Archiving Application
Selection Text: P_PAR24 = Priority
Selection Text: P_PAR23 = Printing the Host Cover Page
Selection Text: P_PAR22 = Printing the SAP Cover Page
Selection Text: P_PAR21 = Default 'Spool Retention Time'
Selection Text: P_PAR20 = Default 'Recipient'
Selection Text: P_PAR19 = Default 'New Spool Request'
Selection Text: P_PAR18 = Default 'Spool Request Text'
Selection Text: P_PAR17 = Default 'Spool Request Name'
Selection Text: P_PAR16 = Default for 'Columns'
Selection Text: P_PAR15 = Default for 'Rows'
Selection Text: P_PAR14 = Default for 'Format'
Selection Text: P_PAR13 = Default 'Print Immediately'
Selection Text: P_PAR12 = Default 'Spool Retention Time'
Selection Text: P_PAR11 = Default for 'Output Device'
Selection Text: P_PAR10 = Default for 'Department'
Selection Text: P_PAR09 = Default Name of Spool Dataset
Selection Text: P_PAR08 = Default Selection Cover Page
Selection Text: P_PAR07 = Default 'Number of Copies'
Selection Text: P_PAR06 = Default for 'Authorization'
Selection Text: P_PAR05 = Archiving Object
Selection Text: P_PAR04 = InfoText for Archiving Request
Selection Text: P_PAR03 = Print and Archiving Control
Selection Text: P_PAR02 = Extra Info for Report Name
Selection Text: P_PAR01 = Default for Archiving ID
Title: Test of Print Parameter Transfer
Text Symbol: PRN = Print
Text Symbol: PRI = Print Settings


INCLUDES used within this REPORT BCALV_TEST_PRINT_PARAMETERS

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:

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'DEFVALS' no_dialog = 'X' in_parameters = gs_pri_params in_archive_parameters = gs_arc_params use_archivename_def = 'X' importing out_archive_parameters = gs_arc_params out_parameters = gs_pri_params valid = l_valid exceptions archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 others = 4.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting I_INTERFACE_CHECK = ' ' * I_STRUCTURE_NAME = * is_layout = ls_layo it_fieldcat = lt_fcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * is_sel_hide = * i_default = gs_test-vari_default * i_save = gs_test-vari_save * is_variant = ls_vari * it_events = lt_evts * it_event_exit = lt_evts_exit is_print = ls_prnt * is_reprep_id = I_SCREEN_START_COLUMN = 0 I_SCREEN_START_LINE = 0 I_SCREEN_END_COLUMN = 0 I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = gt_outtab exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = * i_internal_tabname = i_structure_name = 'SFLIGHT' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = changing ct_fieldcat = ct_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.



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