2011 Sep 13 5:49 AM
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
2011 Sep 13 6:12 AM
Hi ,
IT is related with the availablity of Field value Thorugout the program .
regards
Deepak.
2011 Sep 13 6:15 AM
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
2011 Sep 13 6:22 AM
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.
2011 Sep 13 6:26 AM
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.
2011 Sep 13 6:31 AM
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.
2011 Sep 13 8:09 AM