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 use of abap data dictionary? : abap data dictionary
What are conversion & interface programs in sap?
What is logo in sap script?
Explain lsmw?
Did you create secondary index?
Type casting and error handling
Performance tuning techniques
What is table pool?
What are the properties of selection screen?
What is check table?
stock transfer from one plant to another plant ? i want the total description.
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What are the main events of which are used for logical database?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?