‎2009 Mar 03 5:33 PM
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
‎2009 Mar 03 5:47 PM
Welcome to SCN
Try to
create the same program in your DEV client , by cut & paste the code from the other envionment , this will create a transport, activate the program and transport.
This will be roundway solution
Do you have any previous version to this program in the version management?
a®
‎2009 Mar 05 9:09 AM
Thank a®s
But it is difficult situation to make the other program, because of our contract with client company.
If you know the other solution to solve the problem, please let us know.
‎2009 Mar 05 9:12 AM
Check any exit or badi is implemented for the same.
They might have used this exit.
SEUED001