diff between structure and internal table
Hi all
what is the diffrence between structure and internal table
Pls help me
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
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
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
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
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.