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

On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?

819


What is a variable in the sap abap?

757


A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?

710


List the events in abap/4 language?

798


What is SAP Data conversion ?

796


in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?

1945


What is the definition of modification in an sap system and how do they impact an upgrade?

753


What is a currency factoring technique?

903


Does the table can have multiple foreign keys?

763


What is a view in sap? : abap data dictionary

804


Hi every one ! You people are doing a great job here , Im going to attend Tata Technologies interivew on this sunday,Can anyone who has already attended this company interivew or other companies interivews in abap pls share ur experience with me and help me to get into job my id ushareddyabap@gmail.com. Thankyou verymcuh

1694


What is the difference between semi-monthly and Bi-weekly payroll area

3225


hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?

1948


what is abstract classes

1055


What function does data dictionary perform?

781