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 / sushil mishra
Include Structure
-----------------
1- It is used to add some extra field only to custom
database tables.
2- It is used to add extra field anywhere in te table
structure.
3- It requires database utility.
Append Structure
----------------
1- It is used to add some extra fields both to custom and
built in or standard database tables.
2- It is used to add extra field only at the end of table
structure and the field name should begins with ZZ or YY.
3- It doesn't require database utility.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the t-code to display batch input sessions? : abap bdc
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What is the difference between get and get late?
What are the check tables?
Where do you find info on new developments in SAP?
what are Hana Basics
wht is the diff. b/n initialization and lotus of event
What is table buffer?
What are interactive reports?
How do you take care of performance issues in your ABAP programs?
What is sap script? Describe its components.
How can we create callable modules of program code within one abap/4 program?
What are the value tables?
What happens if we use leave to list-processing without using suppress-dialog?
Can a constructor be redefined?