How to use Table Expressions in SAP ABAP

Table expressions is similar to Read table query. The syntax for table expressions looks compact. It can read only one data record from an internal table. The table expressions can be used in the following ways. Using Index Using Key Using Table Key Using Index: – DATA lt_contact TYPE TABLE OF ztt_db_table2. DATA ls_contact TYPE …

How to use Table Expressions in SAP ABAP Read More »