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

Pull data from a structure

Former Member
0 Likes
496

Hello,

I am doing for all entries for 5 tables but 3 of them are structures, so when i write my select statement i get an error. How can i pull the data. Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

Structures contain no data. Data is populated into the structure from database tables or programs. So you need to know which program/screen is doing this.

Rob

3 REPLIES 3
Read only

Former Member
0 Likes
459

Hi,

You cannot use the Structure in the For all Entries. You need to declare the internal table of type structure and append the record from the structure and use in the For all entries statment.

Read only

Former Member
0 Likes
460

Structures contain no data. Data is populated into the structure from database tables or programs. So you need to know which program/screen is doing this.

Rob

Read only

Former Member
0 Likes
459

David,

As said, is not possible to extract data from structures, you have to look for the tables where the data is stored in.

Try tracing the transaction with ST05, it will give you a hint on where the data is.

bye

Gabriel P._