‎2009 Apr 13 9:48 PM
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
‎2009 Apr 13 9:53 PM
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
‎2009 Apr 13 9:52 PM
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.
‎2009 Apr 13 9:53 PM
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
‎2009 Apr 13 11:35 PM
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._