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

what is difference between data base structure and stucure in program

Former Member
0 Likes
504

what is difference between data base structure and stucure declared in program level . can explain cleary if knows

4 REPLIES 4
Read only

Former Member
0 Likes
480

Hi,

Data base structure is global decalaration you can reffer this structure in any of your developments, when ever you cahange this structure the changes automatically will get updated in all the programs.

coming to structures in program it is local to your program only, if you want to change the structure again you have to open the program and do the necessary changes.

Reward if useful.

Thanks,

Sreeram.

Read only

former_member191735
Active Contributor
0 Likes
480

Global and local.

Read only

former_member156446
Active Contributor
0 Likes
480

structures declared in program can be easily modifiable..

Read only

Former Member
0 Likes
480

Database structures are global and can be used to declare structure/tables in any program or FMs. It does not or can not hold data at any time.

Structures in Program are local to the program.. These structures or work areas can hold one record at run time and hence are used in processing internal tables.

Lokesh