‎2011 Apr 18 11:34 AM
Hello Experts,
In MIRO I am getting runtime error.
The error says like this
"
Runtime Errors TABLE_INVALID_INDEX
Date and Time 18.04.2011 15:48:26
Short text
Error in ABAP/4 statement when processing an internal table.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLGLT0" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
What can you do?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.
Error analysis
When changing or deleting one or more lines of the internal table
"\FUNCTION-POOL=MR1M\DATA=YDRSEG[1]-CO" or when inserting in the table
"\FUNCTION-POOL=MR1M\DATA=YDRSEG[1]-CO", 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=MR1M\DATA=YDRSEG[1]-CO"
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=MR1M\DATA=YDRSEG[1]-CO".
3. "TO idx" for specifying the end index when deleting a line
area from or inserting a line area into the table
"\FUNCTION-POOL=MR1M\DATA=YDRSEG[1]-CO".
At the time of the termination, the table contained 0 lines."
Thanks
‎2011 Apr 18 2:51 PM
‎2011 Apr 18 12:01 PM
‎2011 Apr 18 12:20 PM
Hi,
Check parameters maintained in T169P. If parameters are maintained check this error with the help of abaper.
Regards
Milind Sonalkar
‎2011 Apr 18 12:21 PM
Raju,
It is really difficult to pin-point the error with this much info.
Note down in which include you are getting the dump.If possible give a shot of the code that came with the dump.
In debug mode check what value it is expecting.
I think this is data releated problem may be you are not entering some data.
‎2011 Apr 18 2:51 PM