‎2010 Nov 08 11:06 AM
When I try to select data through structure , m getting error like this not a defined table or view in ABAP.
‎2010 Nov 08 11:11 AM
Hi,
ya its correct u can use structures only to refer to the fields it contain, structures does not contain data like table or view
if you want to get data from some source then u have to use vie or table not structure .
‎2010 Nov 08 11:16 AM
Hi,
can you please show the abap where we can see what you really whant
to select.
Regards, Dieter
‎2010 Nov 08 11:19 AM
HI,
You can not read data from the stucture. Because structure does not hold any data. but Table hold data.
hope this will help you.
Regards,
Kiran
‎2010 Nov 08 11:39 AM
I suggest you read the documentation for the data dictionary, and read for yourself the difference between a structure and a table.
Thread locked.