2008 Mar 31 12:34 PM
Hi ,
I got problem with select statement in SAP upgradation in of standard include in report.
There is select statement
select * from BSET where ....................
The INTO addition is not used in this select statement.
it is giving the following error in ECC6.
" A target area must be declared either explictly with INTO clause or imlictly with TABLES statement "
I cant change this select statement becoz its contained in stndard include. In program I define BEST with TABLES stmt .
At this movement i got another error
" BEST must be a flat structure. You cant use internal table, srings, referances or structures as components "
Can anybody pls give solution for above error.
Thanks in advance.
Zakir.
2008 Mar 31 12:51 PM
if you dont want to put your selected data anywhere then why you r writing this select statement.
2008 Mar 31 12:46 PM
Hi Zakir,
at both instance the name is differing ... is it BSET or BEST?
2008 Mar 31 12:49 PM
hi
dont declare any field as a string in your structure.
use char256 instead of string.
Reward if help.
2008 Mar 31 12:51 PM
if you dont want to put your selected data anywhere then why you r writing this select statement.