‎2008 Jun 30 7:33 AM
hi,
can any one tell me how can we view the contents of any structure?
Srinu
‎2008 Jun 30 7:38 AM
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
‎2008 Jun 30 7:38 AM
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
‎2008 Jun 30 7:38 AM
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
‎2008 Jun 30 7:38 AM
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
‎2008 Jun 30 7:42 AM
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.