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

Please help me! DUMP!

Former Member
0 Likes
738

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.

4 REPLIES 4
Read only

Former Member
0 Likes
650

Up!

Read only

Former Member
0 Likes
650

Can you create a new transport and just transport this?

Rob

Read only

0 Likes
650

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

Read only

0 Likes
650

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