2009 Jul 10 10:27 AM
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.
2009 Jul 11 10:17 AM
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