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 / vandan
1. Append structure : it will add Fields to the table from
last . we can't use that structure in another table.
2. Include structure: we can add fields in middle. we can
use include structure in more than one table.
| Is This Answer Correct ? | 82 Yes | 9 No |
Post New Answer View All Answers
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What abap statement will trigger list generation?
How do you process errors in session method ? : abap bdc
What is pretty printer?
What is table buffer?
Define database layer? : abap data dictionary
What is a size category?
Reports: Event functionality.
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
Explain the difference between domain and data element?
How can we handle table control in bdc? : abap bdc
What is the use of table maintenance allowed?
Select up to 1 row and select single difference ?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?