Hi everyone.
my name is Kazuma working in Japan.
We have a problem with SE38.
We transport one of executives program, which made from other development system, to our system.
When we use SE38 and display botton, we encounter short dump like below and can't see source code.
We want to know how we change BASIS or program.
If somebody know similar situation, please let us know.
>>ERROR MESSAGE
The Import dataset has been destroyed
What happened?
The current ABAP/4 program "SAPLLOCAL_EDT1" had to be terminated because one of the statements could not be executed
This is probably due to an error in the ABAP/4 program
Error analysis
The dataset could not be imported because it was in an unexpected format
This is usually because the dataset has been destroyed as a result of directly manipulating the IMPORT/EXPORT data by other means (such as explicitly deleting parts of the dataset with SQL commands instead of using DELETE FROM DATABASE, u2026)
In this case, the dataset header is already invalid
In other words: The version ID of the dataset is invalid
System environment
SAP Release 4.6C
Application server sdax31
Operating system SunOS
Release 5.8
Hardware type sun4us
Database server sdax31
Database type ORACLE
Database owner SAPR3
SAP kernel 46D
Patch lebel 1646
Patch text ""
Information of where termination occurred
The termination occurred in the ABAP/4 program "SAPLLOCAL_EDT1" in "GET_MODIFICATION_INFORMATION"
The main program was "RSABAPPROGRAM"
The termination occurred in line 143 of the source code of program "LLOCAL_EDT1U36" (when calling the editor 1430)
Edited by: kazuma mukai on Mar 3, 2009 6:34 PM