Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference table type and structure?

Answer Posted / srikanth@bigtec

Difference between structure and table type is

Table type

The table type specifies how you can access individual table
rows via ABAP.
Generally all internal tables are treated as table types.
There are different types of table types like
standard,sorted and hashed.

Internal tables are used only during program execution i.e
data flows into internal table only during program execution.
Data manipulations in internal table during debugging will
not effect database.No memory is allocated for table types
like internal table.

structure

Structure contains data only when it is inserted in database
table using append or include.
We change the data in structure which will effect Database.
Memory is allocated to structure only when it is included in
table using append or include.

Is This Answer Correct ?    20 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the Various Types of internal tables?

1235


What is the different between template and a table?

1205


Explain what is the significance of hide?

1169


Explain how to Handle the internal tables in ABAP?

1146


What is a persistent class?

1502


What kind of BDC programs are written ?

1117


How do you retrieve the data for repetitive structures ? : abap hr

1284


Explain about Recording Function?

1173


Difference between /N and /BEND?

1327


What are the internal tables and work area?

1038


What two statements are required in an abap program to output an icon using a write statement?

1041


What’s value table?

1108


Write syntax for message error (report)?

1150


What are the basic functions of database utility?

1280


How to find the return code of a statement in abap programs?

1149