What’s New In ABAP – Series 01, Episode 04 – Table Expressions

Whatever you can do with ‘Read’ you do it in a very short form of table expressions using ABAP 7.40. It is new way of accessing … DATA(ls_address) = lt_addresses[ KEY key comp_id = ‘SAP’ location = ‘Texas’ … ]. DATA(ls_address) = lt_addresses …

Read full article here..

  • http://www.inkyourcode.com/abap-table-expressions/

  • Leave a Reply

    Your email address will not be published. Required fields are marked *