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 field and Table field

Former Member
0 Likes
886

Hi All,

How is using a field from a global structure different from using a field in a table?

Moderator Message: Please search before posting.

Edited by: Suhas Saha on Sep 13, 2011 12:48 PM

Hi All,

How is using a field from a global structure different from using a field in a table?

Moderator Message: Please search before posting.

Edited by: Suhas Saha on Sep 13, 2011 12:48 PM

6 REPLIES 6
Read only

deepak_dhamat
Active Contributor
0 Likes
860

Hi ,

IT is related with the availablity of Field value Thorugout the program .

regards

Deepak.

Read only

0 Likes
860

Thanks for the reply...

How is selecting data from the same table into an internal table with fields from a structure different from fields from a database table.

Thanks

Read only

0 Likes
860

Hi ,

in structure Data is available only during Runtime where as in Database table it is stored permanently .

now it depends upon the requirment . which data you are expecting .

you cannot use SELECT statement for Structure where as for database tables you can .

regards

Deepak.

Read only

0 Likes
860

Thanks a lot Deepak for helping me out of this...

I have one last query..from where does the structure gets the data (or how does it get it) during runtime?

Thanks a lot for ur help.

Read only

0 Likes
860

Hi ,

Structure gets data from various source say . Data is entered manually or retrived from any database table and moved to structure or internal table for further processing .

for that you need to read data related to structure , tables and internal tables .

regards

Deepak.

Read only

0 Likes
860

Can functional Modules be used to get data for Structures?