‎2006 Sep 14 9:47 AM
Hello,
I've got a problem.
I made developpement on my system.
I have to transfer this development to another R/3 system.
the import of the order has benne made But I have a problem.
I got a return code = 8.
I modified a module function, when I want to see it I have a dump that says that he can"t interprete my data "toto".
when I want to see the include that contains all the data declaration, i have another dump :
Erreur d'exécution ABAPCONNE_ILLEGAL_TRANSPORT_VERS
s'est produite 14.09.2006 Ã 09:49:34
-
-
>> Mémorisation vidage partiel ABAP incomplète (dépassement)
-
-
The IMPORt dataset has been destroyed.
-
-
Causes
-
-
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.
-
-
Solutions
-
-
Note the actions and input that caused the error.
Inform your SAP system administrator.
You can print out this message by choosing "Print". Transaction ST22
allows you to display and manage termination messages, including keeping
them beyond their normal deletion date.
-
-
Analyse erreur
-
-
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, ...).
In this case, the dataset header is already invalid.
In other words: The version ID of the dataset is invalid.
‎2006 Sep 14 3:33 PM
‎2006 Sep 14 3:53 PM
‎2006 Sep 14 3:56 PM
In fact it is not on my system so if i want to create a new transport I need many autorization.
Do you think it will ve ok if i ask for a reimport of the order.
Thanks
‎2006 Sep 14 4:03 PM
I think it's saying that the file that is being imported is corrupt. That's why I suggested a completely new transport.
But - are both systems at the same version? If not, that may be your problem.
Rob