‎2006 Aug 18 9:59 PM
Can anybody help me?, I want to query a struct, called "ceban", but i don`t know how to. I can query tables with SQL, but i cannot view the struct.
Or best, if somebody have documentation abut how SAP use, store, and read struct, i will thank you.
Thanks.
‎2006 Aug 18 10:02 PM
You cannot query a structure as data is not strored in structures, you can do a query from tables.
Some info about the structues:
<a href="http://help.sap.com/saphelp_40b/helpdata/en/cf/21edb9446011d189700000e8322d00/content.htm">http://help.sap.com/saphelp_40b/helpdata/en/cf/21edb9446011d189700000e8322d00/content.htm</a>
Added link
Message was edited by: Sid
‎2006 Aug 22 12:29 PM
Thanks, I understood the meaning that I can use the struct and it can not to store data.
If I see in a program that consult a struct that means that in same place the program fill the struct with data from tables, which is query that the programs uses, how i can find the query.
‎2006 Aug 22 2:20 PM
U can use transaction SE11 to check the structure details and there is an option Where-use list, which would provide you with the list of programs, tables...etc which uses the particular structure.
Regards
Anurag
‎2006 Aug 19 5:39 AM
HI
GOOD
go through thse
http://www.sapdb.org/htmhelp/e1/09ff3a8bee2f7ce10000000a11402f/content.htm
CREATE A QUERY->
http://www.sappoint.com/abap/ab4query.pdf
THANKS
MRUTYUN
‎2006 Aug 22 2:23 PM
Hi Olivero,
u cannot write the sql query for the structure table.in the simple words struct is like Workarea.
Thanks
Vikranth Khimavath