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

Error While giving Table in Report Program

0 Likes
1,578

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
Read only

former_member197132
Participant
0 Likes
1,529

This message was moderated.

Read only

Former Member
0 Likes
1,529

Hii Bhargav

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

Regards

Gaurav

Read only

0 Likes
1,529

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.

Read only

0 Likes
1,529

hii bhargav

yes using rawstring is not permitted as data type

Regards

Gaurav

Read only

0 Likes
1,529

Hi Gaurav,

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


Regards,

Bhargav D.

Read only

former_member197132
Participant
0 Likes
1,529

Hi Bhargav Darapareddy,

Create Domain with chars ,dats etc not with Strings.

Regards

Shailendra Karada.

Read only

0 Likes
1,529

Hi Shailendra,

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

Regards,

Bhargav D.


Read only

former_member197132
Participant
0 Likes
1,529


Use a very long field  Instead of string.

or u can use char  255.

Read only

matt
Active Contributor
0 Likes
1,529

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