SALV_ECATT_TEST_PRINT_PARAM 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 SALV_ECATT_TEST_PRINT_PARAM into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_PRN03 = ALV Stat.(no_print_listinfo)
Selection Text: P_PRN02 = -RESERVE_LINES:No. Res. Lines
Selection Text: P_PAR27 = Footer Line On/Off
Selection Text: P_PAR26 = Default 'Spool Request Type'
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 = -PRREL 'Delete after Output'
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 = -LINSZ 'Columns'
Selection Text: P_PAR15 = -LINCT 'Rows'
Selection Text: P_PAR14 = -PAART 'Format'
Selection Text: P_PAR13 = -PRIMM 'Print Immediately'
Selection Text: P_PAR12 = Default 'Spool Retention Time'
Selection Text: P_PAR11 = -PDEST '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: R_PRN10 = kkblo_layout-no_change_print_p
Selection Text: R_PRN09 = kkblo_layout-no_new_page
Selection Text: R_PRN08 = kkblo_layout-no_coverpage
Selection Text: R_PRN07 = kkblo_layout-prnt_info
Selection Text: R_PRN05 = kkblo_layout-prnt_title
Selection Text: R_PRN04 = kkblo_layout-no_print_selinfos
Selection Text: R_PRN03 = kkblo_layout-no_print_listinfo
Selection Text: R_PRN02 = kkblo_layout-reserve_lines
Selection Text: R_PAR21 = pri_params-prrel
Selection Text: R_PAR16 = pri_params-linsz
Selection Text: R_PAR15 = pri_params-linct
Selection Text: R_PAR14 = pri_params-paart
Selection Text: R_PAR13 = pri_params-primm
Selection Text: R_PAR11 = pri_params-pdest
Selection Text: R_PAR06 = pri_params-prber
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = v_mode no_dialog = v_no_dialog in_parameters = gs_test_alv_p34_set-s_appl_pri_params in_archive_parameters = gs_test_alv_p34_set-s_appl_arc_params use_archivename_def = 'X' importing out_archive_parameters = gs_test_alv_p34_set-s_appl_arc_params out_parameters = gs_test_alv_p34_set-s_appl_pri_params valid = l_valid exceptions archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 others = 4.
POPUP_TO_INFORM * call function 'POPUP_TO_INFORM' * exporting * titel = g_repid * txt2 = sy-subrc * txt1 = 'The control could not be created'(010).
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 SALV_ECATT_TEST_PRINT_PARAM or its description.
SALV_ECATT_TEST_PRINT_PARAM - Report SALV_ECATT_TEST_PRINT_PARAM SALV_ECATT_TEST_PRINT_PARAM - Report SALV_ECATT_TEST_PRINT_PARAM SALV_ECATT_PRI_PARAM_DIALOG - Report SALV_ECATT_PRI_PARAM_DIALOG SALV_ECATT_PRI_PARAM_DIALOG - Report SALV_ECATT_PRI_PARAM_DIALOG SALV_DEMO_TREE_SIMPLE - Demonstration Program for ALV OM Tree SALV_DEMO_TREE_SIMPLE - Demonstration Program for ALV OM Tree