‎2008 May 22 2:08 AM
Hello ABAP Gurus,
Kindly explain the difference between the Structured table and transparent table.
and how to add field in a structured table?
Any help is appreciated.
Thank you very much!
‎2008 May 22 6:23 AM
hi,
Structure does'nt hold any data.it is just a collection of fields.
Table Holds data.it contains fields and data.
Fields are contained in table.
In structure-only runtime values can be stored
In table-can store data permanently
In fields-group of entry/data which r placed in ordered manner within table
check the links
http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm
http://www.geekinterview.com/Interview-Questions/SAP-R-3/Internal-Tables
http://www.scribd.com/doc/454570/Total-SAP-Tables
http://wiki.ittoolbox.com/index.php/Find_data_in_your_SAP_system_and_know_which_tables_do_what
Thanks and regards,
prasanth
‎2008 May 22 2:21 AM
Hi,
There is nothing like structured table. You might be searching for diff. between structures and transperent table.
In simple terms,
Former is just a table defination and later actually have the corresponding data stored in DB.
Just search forum there are lots of threads on the same.
Regards,
Atish
‎2008 May 22 4:55 AM
‎2008 May 22 6:23 AM
hi,
Structure does'nt hold any data.it is just a collection of fields.
Table Holds data.it contains fields and data.
Fields are contained in table.
In structure-only runtime values can be stored
In table-can store data permanently
In fields-group of entry/data which r placed in ordered manner within table
check the links
http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm
http://www.geekinterview.com/Interview-Questions/SAP-R-3/Internal-Tables
http://www.scribd.com/doc/454570/Total-SAP-Tables
http://wiki.ittoolbox.com/index.php/Find_data_in_your_SAP_system_and_know_which_tables_do_what
Thanks and regards,
prasanth