SAP READ ITAB SY TABIX

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet



Latest notes:

Note that the sy-tabix system field is always set in relation to the used table key. If the value of sy-tabix is used as an index specification following the execution of the READ statement in another processing statement for the internal table, the same table key should be used there, whereby it is important to note that the primary index is always addressed if there is no explicit key specification.