When we append a record to a sorted internel table how it
is appended?
Answer Posted / hari
If an internal table is defined Sorted, then dont even
think about Appending. Always use INSERT. Append will only
append data after last record in internal table. INSERT
will find the index and insert the record. e.g. itab
contains data like A, D, F, J, K etc..now i want to add B
to it.. INSERT will update internal table like A, B, D,
etc...If used APPEND, program will abend.
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What are different data types in abap/4?
Specify the types of data dictionary objects.
What is a maintenance view? : abap data dictionary
How to create a check box/option button in a list?
What are the differences between domain and data element?
Differentiate between static and dynamic step loops?
What application areas are you comfortable in?
dynamic programming in sap abap
What is the Process to transfer IDOC from Outbound System to Inbound system.
Explain the difference between cluster tables and pool table?
What is meant by hide area?
What are the organizational related Infotypes
What is view? Different types of view.
Module Pool Programming: Events and Table Control handling.
What is example class