cancel
Showing results for 
Search instead for 
Did you mean: 

TABLE_INVALID_INDEX when double clicking the country in Inter..version Box

Former Member
0 Kudos

Hi All,

I have a international version option in XD01 .

After filling the details in first screen of XD01 ,then i click the international version button.

The problem is wen i try to choose any of the country by double clicking in International Version Box..Its goin to Dump.

But when i try to choose a country by just a single click its workin fine.

The Dump:

TABLE_INVALID_INDEX

Error in ABAP statement when processing an internal table.

-


What happened?

-


The current ABAP program "SAPLSZA1" had to be terminated because one of the

statements could not be executed.

-


Error analysis

-


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

"\FUNCTION-POOL=SZA1\DATA=GT_NATION_DISPLAY[]" or when inserting in the table

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

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=SZA1\DATA=GT_NATION_DISPLAY[]".

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

area from or inserting a line area into the table

"\FUNCTION-POOL=SZA1\DATA=GT_NATION_DISPLAY[]".

When the program terminated, the table had 11 lines.

"TABLE_INVALID_INDEX" C

"SAPLSZA1" or "LSZA1F02"

"NATION_USER_COMMAND"

The termination occurred in the ABAP program "SAPLSZA1" in

"NATION_USER_COMMAND".

The main program was "SAPMF02D ".

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

program "LSZA1F02"

of the source code of program "LSZA1F02" (when calling the editor 3120).

Please Help...

Thanks in Advance...

Regards,

Malti

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

--

Markus