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

Need to include Structures in SAP Query

Former Member
0 Likes
574

Hi,

I need to extract data of material master from a 3.1 System, where there is a Structure which contains my required information.

How can i include the fields of the Strucutre into my query?

thanks,

Chintan

2 REPLIES 2
Read only

Former Member
0 Likes
439

Structures do not contain any data therefore you cannot use them in a query.

The only items you can use in querys are tables and views.

Chris H.

Read only

Former Member
0 Likes
439

Hi,

As Christopher mentioned, structures do not contain saved information. You must read the tables for getting the information.

I assume that you´re working with SAP Query (SQ00). If this is so, you need to create or modify an InfoSet (Environment --> Infosets), where you´re gonna declare the necessary table or view.

When that part is done, go back to your query and assign the infoset, so that you can use the fields that you need.