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

Reports from structures....is this possible?

Former Member
0 Likes
681

Hi,

is correct the following statement?

If I have to create a report, is better work on table fields instead of structure fields and only

if I don't find the tables I need I can create my report with values contained in a structure.

I'm asking this 'cause when I ask to an ABAPER a report giving him the related fields of a structure

he immediately tell me that is not possible working taking data from fields of a structure.

Yours truly

Hi,

is correct the following statement?

If I have to create a report, is better work on table fields instead of structure fields and only

if I don't find the tables I need I can create my report with values contained in a structure.

I'm asking this 'cause when I ask to an ABAPER a report giving him the related fields of a structure

he immediately tell me that is not possible working taking data from fields of a structure.

Yours truly

4 REPLIES 4
Read only

Former Member
0 Likes
660

hi,

in structures there is no facility for u to create entries.

structure when included in tables have option to create entries.

hope i answered ur question.

regards,

sreelakshmi.

Read only

Former Member
0 Likes
660

HI,

Structure does not contain any values. So you have to get the data from tables or views.

Read only

Former Member
0 Likes
660

HI

Structures are just a skeleton of the fields / data types.They are just like a framework. They themselves do not contain any entries. (values to the fields). The entries can be created/ stored in tables only.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 22, 2008 2:48 PM

Read only

Former Member
0 Likes
660

hi

good

you can use both table and structure to create a report, but the issue here is a strucutre doesn't contain any value and table contain table, yes if you r using a strucuter and you can take referance of a table and using that you can get your data display in the output of the report.

thanks

mrutyun^