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
How to call transaction in session method without recording?
What are the parameters in bdc_insert? : abap bdc
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
What are the Synchronous and asynchronous methods in bdc ?
What is update task
What is the difference between Check and Continue?
What are roles and authorization objects?
What is an abap dictionary? : abap data dictionary
Define the various contents of technical specifications ?
Where are you used type casting?
How to give programe name as input in BDC report of abap ?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What is the maximum number of structures that can be included in a table or structure
What are the value tables?
What is view? Different types of view. Explain?