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 are matchcodes?
What is bdc? : abap bdc
Can you delete data element, which is being used by table fields?
What are the different types of luws?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
How to upload data using catt ? : abap hr
how do you transport lsmw data from one system to another?
Name a few data dictionary objects? : abap data dictionary
How to create a check box/option button in a list?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
Abstract class and interface, multiple inheritance, live example
What are the three hierarchical levels of data types and objects?
What is the major difference between pool tables and transparent tables?
Differentiate between table and template ?
Can you create a table with fields not referring to data elements? : abap data dictionary