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

structure -db table

Former Member
0 Likes
516

hi

difference and relation between structure and database(dispaly) table

regards

salman

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
494

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

4 REPLIES 4
Read only

Former Member
0 Likes
494

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

Read only

Former Member
0 Likes
494

<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.

Read only

Former Member
0 Likes
494

Hi,

STRUCTURE will populate values at runtime only..and no memory allocate..

TABLE which stores the recordsin DATABASE....

Kishi.

Read only

former_member404244
Active Contributor
0 Likes
495

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