How to insert record in to SAP ABAP Internal table in five different ways

Lets consider the following table as an example Contact_Id Contact_Name Contact_Address 101 Mike Strasse 11 102 Thiru Strasse 12 103 Mani Street 22 104 Miru Street 23 105 Manoj Street 25 Insert records from a database table in to an Internal table in SAP ABAP Example: SELECT contact_id contact_name contact_address FROM ztt_table1 INTO TABLE lt_internal_table …

How to insert record in to SAP ABAP Internal table in five different ways Read More »