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

Syntax error in ECC 6.0

Former Member
0 Likes
535

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
501

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..

3 REPLIES 3
Read only

Former Member
0 Likes
502

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..

Read only

0 Likes
501

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

Read only

0 Likes
501

were you able to solve the problem??