Hi Guys
please help I'm receiving this dump in the system. what step should I do next? thanks
What happened?
Error in the ABAP Application Program
The current ABAP program "GP4ST3WOGYV85ZHWKH00G33FYP4" had to
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
"{A:715*\TYPE=%_T00003S00000114O0000014532}" or when inserting in the table
"{A:715*\TYPE=%_T00003S00000114O0000014532}", 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
"{A:715*\TYPE=%_T00003S00000114O0000014532}"
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
"{A:715*\TYPE=%_T00003S00000114O0000014532}".
3. "TO idx" for specifying the end index when deleting a line
area from or inserting a line area into the table
"{A:715*\TYPE=%_T00003S00000114O0000014532}".
At the time of the termination, the table contained 5030 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" " "
"GP4ST3WOGYV85ZHWKH00G33FYP4" or "GP4ST3WOGYV85ZHWKH00G33FYP4"
"START_ROUTINE"
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".
4. Details about the conditions under which the error occurred or which
actions and input led to the error.