‎2007 Mar 06 7:25 AM
hi
difference and relation between structure and database(dispaly) table
regards
salman
‎2007 Mar 06 7:30 AM
Hi ,
Structure contains data during runtime,its like header line of an internal table.where as we can find data for the tables.Database table also consists of lot of structure with different fields.we can include our own fields in a structure(include structure or append structure)in a table.
Regards,
nagaraj
‎2007 Mar 06 7:26 AM
Hi,
Structure (group of fields)stores a single record, where as Internal Table Stores Multiple records at run time. Database table also consists of lot of structure with different fields, and stores the records in Database.
Regards,
Anji
‎2007 Mar 06 7:28 AM
<b>Structure:</b>
U can not maintain any values, u can use this as referencce in the program.
<b>Tables:</b>
Here u can maintain values.
‎2007 Mar 06 7:30 AM
Hi,
STRUCTURE will populate values at runtime only..and no memory allocate..
TABLE which stores the recordsin DATABASE....
Kishi.
‎2007 Mar 06 7:30 AM
Hi ,
Structure contains data during runtime,its like header line of an internal table.where as we can find data for the tables.Database table also consists of lot of structure with different fields.we can include our own fields in a structure(include structure or append structure)in a table.
Regards,
nagaraj