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
How do you find out who has transported a transport request?
Explain difference between primary key and unique key?
What is the diff between database view and maintenance view?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
How to display or know if the value entered contains records or not?
What is the role of ‘refresh’ in internal table?
Explain what is an rdbms?
On which event we can validate the input fields in module programs?
How to handle error in session method? : abap bdc
what is the exact code that shoud be implimented in sap note
What are your ways to performance optimization?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
What is lock object ? : abap data dictionary
What is the difference between select statement and provide statement ? : abap hr