Application Development 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: 

Error While giving Table in Report Program

0 Kudos

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.

9 REPLIES 9

former_member197132
Participant
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hii Bhargav

you are getting this error message only after writing this two line?

Regards

Gaurav

0 Kudos

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.

0 Kudos

hii bhargav

yes using rawstring is not permitted as data type

Regards

Gaurav

0 Kudos

Hi Gaurav,

Than what the data type have to use instead of RAWSTRING..? 


Regards,

Bhargav D.

former_member197132
Participant
0 Kudos

Hi Bhargav Darapareddy,

Create Domain with chars ,dats etc not with Strings.

Regards

Shailendra Karada.

0 Kudos

Hi Shailendra,

With out changing table we can't do any thing.

Regards,

Bhargav D.


former_member197132
Participant
0 Kudos


Use a very long field  Instead of string.

or u can use char  255.

matt
Active Contributor
0 Kudos

Why are you using the TABLES command? It's not needed.