difference between structure and append structure
Answers were Sorted based on User's Feedback
Answer / vam
An append structure is a structure assigned to just one
table. When a table is activated, all append structures for
the table are found and appended to the table.
Append structures are used to add customer fields to SAP tables
An include Structure is a structure which we include under
another structure which is already defined
Is This Answer Correct ? | 1 Yes | 1 No |
structure :
Either a structured type in the ABAP Dictionary or a name
for a structured data object in an ABAP program. You can
access whole structures or merely by component. In ABAP,
structures that contain only character-type, flat
components can also be treated as elementary data objects
in ABAP
Append Structure :
Structure in the ABAP Dictionary that is appended to
another structure or a database table so as to add further
components. Standard structures and database tables
delivered by SAP can be enhanced by means of append
structures in customer systems.
Thank's and Regard's
Shreeshail Diggi
SAP Technical Consultant Infinite India
Is This Answer Correct ? | 1 Yes | 3 No |
please tell me. different ways of find out the user exist?what is the basic difference between ,user exist ,BAdi,Bapis?
Where u can use the Currency Field?
What is the difference between open_form and close_form?
What are the various events associated with screen programming?
What are the data types of the abap/4 layer? : abap data dictionary
What is a data class?
2)what will be the size of transparant table
can any one tell me the following question's answer 1. How can we create PUSH Botton in presentation layer. 2.How can we print the record. 3.If database has nor records & if we write 'for all entries' in select statement then what will be happen.
in an interactive report i want to trigger both 'at line selection' and 'user command'....if possible then how?
How to move the even records of one internal table to other
What actually happens in real-time recruitment? : sap abap hr
In a loop of an internal table, what is the use of at first & at last statements?