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


Please Help Members By Posting Answers For Below Questions

What are the check tables?

557


How will you read from internal table records in a given value range (without using loop)

970


What are the contents in technical specifications?

600


What are client dependent objects in abap/sap?

606


What are the control break events in abap? : abap data dictionary

616






What are the differences between table controls and step loops?

555


What will you code in start-of-selection & end-of-selecton & why?

576


What is IMG in SAP?

709


What is a subscreen? How can we use a subscreen?

566


function modules are also external subroutines. State true or false. : abap modularization

600


Final class

1019


In what ways we can get the context sensitive f1 help on a field?

598


5) How to rereive text elements in SF and script?

1644


What are the advantages and disadvantages of ABAP query tool?

575


Define alv programming in abap?

698