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

consult a struct

Former Member
0 Likes
645

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.

5 REPLIES 5
Read only

Former Member
0 Likes
615

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

Read only

0 Likes
615

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.

Read only

0 Likes
615

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

Read only

Former Member
Read only

Former Member
0 Likes
615

Hi Olivero,

u cannot write the sql query for the structure table.in the simple words struct is like Workarea.

Thanks

Vikranth Khimavath