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: 

Table Data

Former Member
0 Kudos

hi,

can any one tell me how can we view the contents of any structure?

Srinu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Srini,

Contents are saved in tables and not in structures...

Check the field name and goto SE80 and in Repository Information system go to tables -> fields.

Enter the field name and Execute.

You will get the list of all tables which have the field.

Then you have to check each table and check the data..

Hope this helps..

Fawaz

4 REPLIES 4

former_member756887
Participant
0 Kudos

go to se11 tcode select the data type radio button give tha name of structure for ex 'qaqee' and click on display

regards

Aniruddh Singh

Former Member
0 Kudos

Hi Srini,

Contents are saved in tables and not in structures...

Check the field name and goto SE80 and in Repository Information system go to tables -> fields.

Enter the field name and Execute.

You will get the list of all tables which have the field.

Then you have to check each table and check the data..

Hope this helps..

Fawaz

Former Member
0 Kudos

Hi,

Do you mean at runtime. If so then you need to be in debug mode to view this.

Otherwise, you should understand that structure is a defination and does not store data. It is table that stores data.

Regards,

Saurabh

Former Member
0 Kudos

You only can view the contents of a table/views in SE16.

To view the contents of a structure, you will need to debug

the screen which uses it.