‎2015 Jan 03 9:44 AM
Hi Friends,
I tried to use table in Report program.
REPORT Z****UT033.
TABLES: Z****UT007.
I am getting error message like
Program Z****UT033
"Z****UT007" must be a flat structure. You cannot use internal tables,
strings, references, or structures as components.
What to do..?
Please give me some suggestions.
Thanks & Regards,
Bhargav D.
‎2015 Jan 03 9:49 AM
‎2015 Jan 03 9:51 AM
Hii Bhargav
you are getting this error message only after writing this two line?
Regards
Gaurav
‎2015 Jan 03 10:02 AM
Hi Gaurav,
No,
I write many lines.
At that time I am not getting any Error.
While adding
TABLES: Z****UT007.
I am getting this issue .
Hi Shailendra,
In that table there is one field with RAWSTRING data type . I thing that is the issue..
Regards,
Bhargav D.
‎2015 Jan 03 10:04 AM
hii bhargav
yes using rawstring is not permitted as data type
Regards
Gaurav
‎2015 Jan 03 10:08 AM
Hi Gaurav,
Than what the data type have to use instead of RAWSTRING..?
Regards,
Bhargav D.
‎2015 Jan 03 10:07 AM
Hi Bhargav Darapareddy,
Create Domain with chars ,dats etc not with Strings.
Regards
Shailendra Karada.
‎2015 Jan 03 10:13 AM
Hi Shailendra,
With out changing table we can't do any thing.
Regards,
Bhargav D.
‎2015 Jan 03 10:18 AM
Use a very long field Instead of string.
or u can use char 255.
‎2015 Jan 03 1:01 PM