‎2006 Dec 15 9:43 AM
hi
how to extract the value from structurs if no any other table field / data element is defined .
‎2006 Dec 15 9:46 AM
‎2006 Dec 15 9:47 AM
HI Gaurav
Structures hold data temporarily during the runtime and will not be stored in database. So extraction is not possible.
Maybe providing more inputs on the requirement can help you in receiving better advices.
Kind Regards
Eswar
‎2006 Dec 15 9:48 AM
I dont think structures contain any data.
Tables contains data
Regards
Pratyusha
‎2006 Dec 15 9:52 AM
Hi,
Structure do not contain any data. U can only use them to hold some temporary data while running your program. You'll find the data related to this structure in 1 or more tables. Just search for the tables & get it.