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 |
Explain the call transaction method? : abap bdc
What are the advantages and disadvantages of using views in abap programming ?
What is the role of an abapper in developement process? What is the process of technical specification and how it is carried out?
What are the components of selection table?
How to attach a search help? how can you validate the entries in TMG?
What data is contained in data dictionary? : abap data dictionary
What is the MM Flow with Transaction Codes
Check table value table
What kind of deliverables you have on a day to day basis?
If suppose There are 10 records in flat file then how many times BDC_open_group, BDC_INSERT, BDC_CLOSE_group executed?
What is buffering allowed but switched off?
difference between at new and on change of pl its urgent