Ansicht
Dokumentation

ABENOO_OBS_NEW_PAGE_1 - OO OBS NEW PAGE 1

ABENOO_OBS_NEW_PAGE_1 - OO OBS NEW PAGE 1

RFUMSV00 - Advance Return for Tax on Sales/Purchases   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

Missing Print Parameters in NEW-PAGE

You can only use the NEW-PAGE PRINT ON statement to declare print parameters in ABAP Objects , provided there is no user dialog needed.

In ABAP Objects, the following statement causes an error message:

NEW-PAGE PRINT ON NO DIALOG.

Correct syntax:

DATA pripar TYPE pri_params,
     arcpar TYPE arc_params.

CALL FUNCTION 'GET_PRINT_PARAMETERS'
     IMPORTING out_parameters = pripar
               out_archive_parameters = arcpar
               ...

NEW-PAGE PRINT ON NO DIALOG
                  PARAMETERS pripar
                  ARCHIVE PARAMETERS arcpar.

Cause:

Printing without a user dialog and without consistent print parameters leads to errors in the printout.






General Material Data   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1419 Date: 20240424 Time: 225748     sap01-206 ( 18 ms )