cancel
Showing results for 
Search instead for 
Did you mean: 

Report J_1IEWT_CERT getting cancelled, generating ABAP dump!

Former Member
0 Kudos

A long running report J_1IEWT_CERT in background mode is getting cancelled after running for a while and generating the following dump :

Error analysis

When changing or deleting one or more lines of the internal table

"\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]" or when inserting in the table

"\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]", 0 was used as

the line index. An index less than or equal to zero is not

allowed.

The error can occur when using the following options:

1. "INDEX idx" for specifying the line number in the table

"\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]"

where you want to change, insert or delete.

2. "FROM idx" for specifying the start index when deleting a line

area from or inserting a line area into the table

"\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]".

3. "TO idx" for specifying the end index when deleting a line

area from or inserting a line area into the table

"\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]".

At the time of the termination, the table contained 17008 lines.

How to correct the error

If the error occurred in your own ABAP program or in an SAP

program you modified, try to remove the error.

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"TABLE_INVALID_INDEX" " "

"J_1IEWT_CERT" or "J_1IEWT_CERT_F01"

"FILTER_DATA"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

Tried searching for some SAP Notes to fix the issue, no success as of now, Please help me out...

Accepted Solutions (1)

Accepted Solutions (1)

former_member185031
Active Contributor
0 Kudos

Have you checked these notes ?

363107 Short dump occurs during TDS certificate printing.

803806 Error while genrating TDS certificate 03.01.2005

1066049 J1INCERT - Error while generating TDS certificate

Regards,

Subhash

Answers (1)

Answers (1)

0 Kudos

Hi,

Did you run DB statistics update.

what is your release level.

Regards,

jai