diff between structure and internal table

Question:
Hi all
what is the diffrence between structure and internal table
Pls help me
Answer:
Hello ,
SAP help is there to help u....nobody will dare to give u ans for this difficult qtn ..
Got it ........
Better read help carefully.......then post such questions...!
Regards,
Abap Helper
Answer:
People have to start somewhere,
A Structure is a collection of related fields that have been grouped together and can be moved as a unit.
For example you can make a structure from a date field:
On the other hand, the structures are tables also defined
I disagree with you there guest. Structures are not tables.
Apart from that I agree with the rest of what you said!
_________________
Regards
R
Abap KC

SFMDR

Answer:
Noramlly we use word STRUCTURE when we refer to the DataDictionery
we can not store any values in STRUCTURE at DataDictionery level
at ABAP level you can use it as a data container when u declare it with TABLES key word
or u can create a WORKAREA type STRUCTURE using DATA key word
Internal Tables is a TABLE at ABAP LEVEL
STRUCTURE , WORKAREA, HEADER LINE OF A INTERNALTABLE are same at ABAP LEVEL
_________________
regards
venkat
Answer:
Structure is combination of related fields. Can handle only one row .
Int. tables. are like an array of structure. can hold multiple rows.
Thanx
Durgaa
Answer:
bearing in mind that the obvious initial response to this question, it is interesting to see the number of different perspectives on such a fundamental question from "the experts". then again, it took mathematicians until the early 20th century to actually prove that 1+1=2, so I suppose for a young industry we're doing OK.

More Articles:

How to find Enchancement name?
Cannot get tab character to work on 31I?
To increase the capacity of an Internal Table?
Colored Fields in table Desription?
Class CL_GUI_FRONTEND_SERVICES, method FILE_GET_SIZE ?
report writer?