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
How many lists can a program can produce?
What are the techniques involved in using sap supplied programs?
What are the various events associated with screen programming?
What is an “on request field” statement?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What are dml commands in abap?
What is generic area buffering in abap?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
What is locking? : abap data dictionary
Do we have to migrate all sapscript forms to smart forms?
What are the function module in bdc?
How to pass data from list to report?
What is roles and responsibilities of sap hr consultants? : sap abap hr
How do you find number of records present in internal table?
What are the attributes of a field that can be activated or deactivated during runtime?