cancel
Showing results for 
Search instead for 
Did you mean: 

Abap dump

Former Member
0 Kudos

Hi,

Please help me to analysis the below abap dump.

Runtime Errors <b>INVALID_PRINT_OR_ARCHIVE_PARAM</b>

The pressure or archives parameter is invalid

What happened?

End user error.

The data you entered is not allowed by the program or the system.

What can you do?

Restart the program and take note of the following:

Error analysis

If a report is to be printed, then the functional module is print_report called. This functional module calls even again the functional module GET_PRINT_PARAMETERS, in order to determine the current pressure and Archivparamter. With the call of the functional module GET_PRINT_PARAMETERS an exception was released. The exception had the value 99, which corresponds to the exception “others”.

How to correct the error

The error arises generally if the archives equipment is not found, or the user, under whom the report was started, not the necessary authorization has to write into archives. Ask an examining you, why the call of the function component GET_PRINT_PARAMETERS in the functional module PRINT_REPORT failed.

User, transaction...

Client.............. 400

User................ "RTCPROD"

Language key........ "E"

Transaction......... " "

Program............. "SAPLKKBL"

Screen.............. "SAPLKKBL 0500"

Screen line......... 3

Information on where terminated

The termination occurred in the ABAP program "SAPLKKBL" in "LIST_OUTPUT_NEW".

The main program was "RM08RELEASE ".

The termination occurred in line 301 of the source code of the (Include)

program "LKKBLF01"

of the source code of program "LKKBLF01" (when calling the editor 3010).

The program "SAPLKKBL" was started as a background job.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Vinod,

Please refer the following text posted by you.

=======================

"The error arises generally if the archives equipment is not found, or the user, under whom the report was started, not the necessary authorization has to write into archives. Ask an examining you, why the call of the function component GET_PRINT_PARAMETERS in the functional module PRINT_REPORT failed."

=======================

This error could happen in two cases.Equipment for archiving or printing was not provided or no proper authorization is assigned.check for this two and revert for any clarifications.

regards,

Anandha Krishnan.R

markus_doehr2
Active Contributor
0 Kudos

Has the user, that produced this error, the permission to archive and/or to print?

--

Markus