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
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
How to call a subroutine in sapscript?
Explain the table, which contain the details of all the name of the programs and forms?
What are the events in abap/4 language? : abap hr
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is the difference between sy-tabix and sy-index? Where it is used?
if while coding power goes off , how to retrieve the codes?
On which even we can validate the input fields in module progams?
What are the restrictions on subscreens?
What is evaluation path, where do we do it and why? : sap abap hr
What is a type group?
What are the attributes of the data in data dictionary? : abap data dictionary
Events that can be used in both the classical and interactive reports
What are Tickets in Realtime ?
How do you move on to the next screen in interactive reporting?