Tables in ABAP : Standard Sorted and Hashed

We always get confused about the type of internal tables. So ABAP knows the three table types STANDARD, SORTED, and HASHED table. Each of these table types differs in the way they are declared, accessed, and changed during runtime. Lets understand this with the help of an example For the following declaration we use the local type ty_sales_order_item which has … Continue reading Tables in ABAP : Standard Sorted and Hashed