‎2007 Dec 18 3:32 PM
what is difference between data base structure and stucure declared in program level . can explain cleary if knows
‎2007 Dec 18 3:43 PM
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.
‎2007 Dec 18 3:48 PM
‎2007 Dec 18 5:48 PM
‎2007 Dec 18 5:52 PM
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