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
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What is a variable in the sap abap?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
List the events in abap/4 language?
What is SAP Data conversion ?
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?
What is the definition of modification in an sap system and how do they impact an upgrade?
What is a currency factoring technique?
Does the table can have multiple foreign keys?
What is a view in sap? : abap data dictionary
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
What is the difference between semi-monthly and Bi-weekly payroll area
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
what is abstract classes
What function does data dictionary perform?