‎2008 Apr 08 4:16 PM
Hi all,
I have moved one of my program from 4.7 to Ecc 6.0 and when I tried to run it gives me this syntax error " " in include "RFKORI90
"Field "SAVE_OUTPUTDONE" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement .
but when I went in to the include RFKOR190, I have defined this as :
data: save_outputdone type FPOUTDONE.
and this data: FPOUTDONE. is there in ECC 6.0 as domain, so can any one of you please tell me what exactly the problem is.
Thanks,
Rajeev
‎2008 Apr 08 4:20 PM
With your program open, Press cntrl_shift+F5. Choose ur program from object browser in left hand pane. (Top most in heirarchy)...right click to display context menu ..chooose activate..
‎2008 Apr 08 4:20 PM
With your program open, Press cntrl_shift+F5. Choose ur program from object browser in left hand pane. (Top most in heirarchy)...right click to display context menu ..chooose activate..
‎2008 Apr 08 4:34 PM
Hi amiya,
Thanks for the reply, I treid doing what you asked me to do but I am still getting the same error.
So can you please tell me what is going wrong.
Thanks,
Rajeev
‎2008 Apr 11 2:20 PM