Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Miro runtime Error

Former Member
0 Likes
914

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
796

Dear Konduru_Raju,

Please refer the following link.

Regards,

Dhina..

4 REPLIES 4
Read only

Former Member
0 Likes
796

Hello Experts,

Any Inputs please.........

Thanks

Read only

0 Likes
796

Hi,

Check parameters maintained in T169P. If parameters are maintained check this error with the help of abaper.

Regards

Milind Sonalkar

Read only

Former Member
0 Likes
796

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.

Read only

Former Member
0 Likes
797

Dear Konduru_Raju,

Please refer the following link.

Regards,

Dhina..