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 / rams
append structure adds field's from last, we can't use this
structure in another table,
include structure we can add at any point of the table.
this can be used for N number of tables
Technical settings determines data class, SIZE category and
buffering details
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What are number ranges?
what is friend class
How to call transaction in session method without recording?
What are control tables? : abap data dictionary
What are the update types possible?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are the differences between primary and secondary indexes?
Can you delete data element, which is being used by table fields. : abap data dictionary
What is the use of the statement leave to list-processing?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
How to creat transactions? : abap data dictionary
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
What are secondary indexes. How can we know which index is being used in a select query?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.