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 the components in sap application server?
What is a view? : abap data dictionary
Can a transparent table exist in the data dictionary but not in the database physically?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What do you mean by transparent tables in sap abap? : abap data dictionary
What is gui status? How to create /edit gui status?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What is a function group? : abap modularization
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
If yes then why do we require logical database
Which transaction code can I used to analyze the performance of ABAP program.?
What is a fall back class?
How can we set the table spaces and extent sizes? : abap data dictionary
Which FM do you use to find out who is reporting to whom
How to determine the attributes of an internal table?