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
What are system variable in abap?
What are the types of windows in sap script?
Work most on which module: name a few tables?
How do you execute the payroll
What is alv programming in abap? When is this grid used in abap? : abap hr
What are the parameters in bdc_open_group? : abap bdc
Explain the call transaction method? : abap bdc
What is a 'z' report?
In select-options, how to get the default values as current month first date and last date by default?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
Abstract class and interface, multiple inheritance, live example
What is the different type of projects? : sap abap hr
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What is a view in sap? : abap data dictionary
What are the differences between macro and subroutine?