We are hiring and constantly growing! Have a look through our vacancies to find the right role for you!
... SPOOL PARAMETERS pri_params
$[ARCHIVE PARAMETERS arc_params$]
WITHOUT SPOOL DYNPRO...
These additions are used to supply the spool request with spool and archive parameters. The latter are necessary if the spool list is to be archived using ArchiveLink.
The addition SPOOL PARAMETERS passes the spool parameters in a structure pri_params of data type PRI_PARAMS from the ABAP Dictionary. If archiving is specified in pri_params, the archiving parameters must be passed using the addition ARCHIVE PARAMETERS in a structure arc_params of data type ARC_PARAMS from the ABAP Dictionary.
Structures of data types PRI_PARAMS and ARC_PARAMS must be supplied by the function module GET_PRINT_PARAMETERS. When the function module is called, either individual spool parameters or all spool parameters can be set in the program and/or a spool dialog box displayed. The function module creates a set of valid spool and archiving parameters in its output parameters for use as pri_params and arc_params.
If the structures pri_params or arc_params are initial, the spool parameters or archive parameters created by a call of the function modules GET_PRINT_PARAMETERS with initial input values are used.
The addition WITHOUT SPOOL DYNPRO suppresses the spool dialog box that is displayed as standard when the addition TO SAP-SPOOL is used.
Creation of a set of spool parameters with function module GET_PRINT_PARAMETERS and passing to a called program.
DATA: params TYPE pri_params,
valid TYPE c.
CALL FUNCTION 'GET_PRINT_PARAMETERS'
IMPORTING out_parameters = params
valid = valid.
IF valid <> space.
SUBMIT myreport TO SAP-SPOOL WITHOUT SPOOL DYNPRO
SPOOL PARAMETERS params.
ENDIF.
Leave us your contact details and we will call you back. Fields marked with * are mandatory.
We offer holistic SAP solutions from a single source to shape digital change and develop new business areas.
Switzerland
Schaffhausen
Germany
Mannheim, Düsseldorf, Munich
USA
Haverhill
Greece
Thessaloniki