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

diff b/n database table and structure

Former Member
0 Likes
957

hi

can u help me for this

8 REPLIES 8
Read only

former_member386202
Active Contributor
0 Likes
936

Hi

A table is a table that has been created in the database.

A structure is just a list of fields defined under a name. Structures are useful for painting screen fields, and for manipulating data that has a consistent format defined by a discrete number of fields.

There is no content to view in a structure. You can, however, view the definition of a structure in SE11.

Regards,

Prashant

Read only

Former Member
0 Likes
936

Hi,

Go through a similar forum:

*Reward with points for helpful answers

Regards,

Amit

Read only

paruchuri_nagesh
Active Contributor
0 Likes
936

database table have underlieng data but structure doent have underlieng data.

there are no techinical settings for structures but database table it have

structure can be used to modify database tables means u can add fields to existing pedefined database tables

reward if u find use ful

regards

Nagesh.Paruchuri

Read only

Former Member
0 Likes
936

Hi,

Table will store data in database but structure will not store data, it looks like a skleton.

Hope the Info will help you.

With Regards,

K K V

Read only

Former Member
0 Likes
936

Hi,

U have data in Database table.

Structure cant hold data. It is only list of fields and u can declare internal table lilke structure.

Hope it will helpful to u.....

Read only

Former Member
0 Likes
936

A table is a table that has been created in the database.

A structure is just a list of fields defined under a name. Structures are useful for painting screen fields, and for manipulating data that has a consistent format defined by a discrete number of fields.

There is no content to view in a structure. You can, however, view the definition of a structure in SE11.

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

Former Member
0 Likes
936

tables contain data

structure is just body

Read only

Former Member
0 Likes
936

Hi,

Database, it contains many fields with some mandatory fields. It also contains the data in the table. We can access the data only by using the key fields. only with the mandatory fields we can able to join one or more database table (to get the data).

Structure is just a body for the table which doesn’t have any data in it.

We can create our own database table with SE11. We have many standard database tables like MARA. Customize stable should start with Z or Y. To create a field inside the database we need to create the domain and the data fields which get assign with the particular table field.

With the help of the structure we can create the internal table and then we can feed the data inside the internal table.

Select statement is used to read the data from the database table, read command is used to read the data from the internal table

Reward points if its useful.

Regards,

Vijay