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 is the syntax for call transaction? : abap bdc
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
What is an evaluation path? : sap abap hr
Difference between domain and data element? What are aggregate object?
What is a bsp application? : sap abap hr
On which even we can validate the input fields in module progams?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
How to combine multiple billing into one RV document ( Step by Step)?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What are the data types of the external layer?
How does the system handle roll areas for external program components?
What is bdc? : abap bdc
Explain what is step-loop?
What are the differences between primary and secondary indexes?