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 |
What is WEB Dynpro Comp. / intf?
how to added data in list box?
Workbench request are client dependent or client independent
How to upload data using CATT ?
what is the IDOC status code?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
in select _upto N ROWS IF N=0 THEN------------------are rows are selected?
What is a collect statement? How is it different from append?
What is payroll driver ? : abap hr
what is diff b/w user exits and cutomer exits
5 Answers Deloitte, iYogi Technical Services,
HOW CAN WE MODIFY STANDARD TABLES?
Can we use transfer dataset to transfer data in internal table ?