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 are the events we use in dialog programming and explain them?
What are the attributes of the data in data dictionary? : abap data dictionary
What are the abap/4 commands that link to a layout set?
What is get cursor field?
What two statements would be used to exchange data between programs using abap memory?
What is a data element?
What work you have done in HR module
How can cluster table be created?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What are the types of views? : sap abap data dictionary
What takes most time in SAP script programming?
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 th control break events in abap?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary