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
Update types in Call transaction method. What is the difference?
Difference between stand alone CRM and back-end CRM
Explain how to create any functions?
Explain how to Handle the internal tables in ABAP?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
Explain the call transaction method? : abap bdc
In what ways we can get the context sensitive f1 help on a field?
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
What are the attributes of a field that can be activated or deactivated during runtime?
What are the functional modules used in sequence in bdc? : abap hr
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What is the use of 'for all entries'?
What is a function group? : abap modularization
How do you read files from the presentation server ? : abap bdc