When we append a record to a sorted internel table how it
is appended?
Answer Posted / anvesh
append will insert a record at the last record in the internal table,when we need to do this insert is prefereble
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are ranges?
What are the main events of which are used for logical database?
What is tcode se16. For what is it used. Explain briefly?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What is the last entry in all bdc tables? : abap bdc
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are the dynapro keywords?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is new enhancement framework?
How is conversion of data types done between abap/4 & external level?
Why do we use types statement in abap programming?
Explain what are the events used in interactive reports?
What is ole?
Explain different types of attributes of function module?
What are datasets in abap?