ABAP Runtime Errors

INVALID_PRINT_OR_ARCHIVE_PARAM SAP ABAP Runtime Error invalid print or archive param







INVALID_PRINT_OR_ARCHIVE_PARAM is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: U - End User Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


INVALID_PRINT_OR_ARCHIVE_PARAM ABAP Runtime Error

The error occurs generally when the archive device is not found, or the user who started the report, does not have sufficient autorization to write into the archive. Check why the call of the function module GET_PRINT_PARAMETERS failed in the function module PRINT_REPORT. The print or archive parameters are invalid. Please see enduser error for more details about the possible cause of this runtime error and how it could be avoided.

When a report is to be printed, the function module PRINT_REPORT is called. This function module again calls the function module GET_PRINT_PARAMETERS to determine the current print archive parameter. When calling the function module GET_PRINT_PARAMETERS, an axception was raised. The exception has the value <runtime parameter>, which corresponds to the exception <runtime parameter>. Please see enduser error for more details about the possible cause of this runtime error and how it could be avoided.