Unable to Activate Smartform After ERP 6.0 Upgrade
Since upgrading from R/3 4.7 to ECC 6.0 one of our smartforms has stopped functioning in the upgraded DEV environment.
When running the check on the smartform the following error is displayed:
Global Definitions
Field "STRING" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. .
This sounds like a syntax error to me, but I cannot understand why this form activates fine in our 4.7 DEV environment but not in ECC 6.0
I've tried running the check on the 'Initialisation' code of the 'Global Variables' node and that executes successfully. I'm at a loss as to where this error is occurring, does anyone have any suggestions?
Thanks,
Richard
Former Member replied
Hi
Try changing LIKE to TYPE in the delcarations (i e in the 'Import Tab' of the 'Form Interface' node ).
IV_COPY TYPE STRING.
This will solve you issue
Thanks
Kiran.
Edited by: kiran Pasala on Jun 23, 2009 5:13 PM