Answer Posted / indra
To insert data into internal table using the statement
Insert wa into table itab - It inserts the record directly at any position
Insert wa into itab index index-val - It inserts the record at the index position.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between abap memory and sap memory?
How many main windows are allowed in sapscript?
What is an on”*-input filed” statement?
What are the two levels in defining a match code ?
when are objects are passed from task to the change request?
What are the different types of views and their definition?
What are the basic objects of the data dictionary? : abap data dictionary
How is conversion of data types done between abap/4 & external level?
Is a logical database a requirement/must to write an abap/4 query?
What are number ranges?
What is the syntex used to call a screen as dialog box (pop up)?
What is the syntax for ‘call transaction’?
Explain the advantages and disadvantages of different types of bdc's?
How can we send data to external programs?
Explain what are interactive reports?