Skip to Content
0
Former Member
Nov 18, 2009 at 12:38 PM

TABLE_INVALID_INDEX in Transactio CJ30

39 Views

Hi Experts

While trying to upload a RTF File from desk top to budget item document text in Transaction CJ30, i have experienced the below dump. Request guidance:

TABLE_INVALID_INDEX

Error analysis

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

"\FUNCTION-POOL=STXK\DATA=ITF_PARA[]" or when inserting in the table

"\FUNCTION-POOL=STXK\DATA=ITF_PARA[]", 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

"\FUNCTION-POOL=STXK\DATA=ITF_PARA[]"

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

"\FUNCTION-POOL=STXK\DATA=ITF_PARA[]".

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

area from or inserting a line area into the table

"\FUNCTION-POOL=STXK\DATA=ITF_PARA[]".

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