SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

EMIGALL-FULL INSTALLATION

Former Member
0 Kudos
290

Hi Experts,

When i perform the full installtion through Emigall,i receive the below message.

The system issues the message that:

Automation data is incorrect

Message no. EN200

Diagnosis

The automation data transferred was changed incorrectly.

You may only change data attributes that can be changed in the online transaction.

You cannot maintain structure auto-inp and table auto-zw.

System Response

Processing is terminated.

Procedure

Determine which changes you made to the automation data that you received from the PROVIDE module.

Can any one suggest what could be the problem.

Thanks in advnace.

Regards,

Santhosh.

1 REPLY 1

Former Member
0 Kudos
174

Hello Santhosh,

It is very difficult to conclude the cause just by this very generic error message. Based on my experience, this error message has been caused most likely by a ...

- usage of the AUTO_ZW-GERAETE field instead of AUTO_ZW-EQUNRE field

- usage of the AUTO_GER-GERAETNEU field instead of AUTO_GER-EQUNRNEU field.

- AUTO_ZW-EQUNRE information that doesn't match to any information in the AUTO_GER-EQUNRNEU field

- wrong rate information on register/device level

- usage of any field that is marked as a non-migration field (symbol X)

- ...

You can figure out the problem by yourself easily in running the data import in debug mode and creating a watch point for the variable SY-MSGNO and the value 200. The debugger will stop once this error message is raised and you will find the reason for the error in the preceding ABAP code. See chapter 7.12.4 of the how to debug a load program.

KInd regards,

Fritz