1.What is the difference between append structure and
include structure.
2. what is the logging of technical setting while creating
db table.
Answer Posted / chitta ranjan mahato
Append structure and Include Structure both are used to
appened table/structure in DDIC.
1)Append Structure is to add fields to the SAP standrad
Table/structure.
1)Include structure is used to add field in
ztable/zstructure.
2)You can append structure only at the last of
table/structure.
2)you Can use include any where in your Table/structure.
3)If the structure or table contains the last field as long
data type then you can't use append structure becoz append
structure should be last entitity in this Scenario you can
use include structure.
3) you can append exactly one append structure to a
table/structure if u need it to add more than in a table
you can do it with different name and append it.
examaple: if your Table contain fields AAA ,BBB, CCC and
you want to include a structure to it with field DDD and EEE
after Activating table you will fine AAA,BBB,CCC,DDD,EEE.
In ABAP point of view there is almost no difference in
handling .Include and .Append.
| Is This Answer Correct ? | 32 Yes | 7 No |
Post New Answer View All Answers
what is defference between repository and non repository Object?
What is the relationship existing between the various data elements? : abap data dictionary
What are the contents in technical specifications?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is a view? : abap data dictionary
What is the difference between rfc and bapi function modules? : abap bdc
What is a view in sap? : abap data dictionary
How many types of size categories and data classes are there? : abap data dictionary
What are the two ways for restricting the value range for a domain? : abap data dictionary
Explain the difference between tables and structures?
How we can give authorization on the fields of table control in a dialog-programming?
State the system field for the current date?
Can you set up background processing using call transaction?
How you attach search help to data element? : sap abap data dictionary
How is conversion of data types done between abap/4 & external level? : abap data dictionary