Get Example source ABAP code based on a different SAP table
VERSION 5 IN
transparent table Table category> of a DDIC database table> in the ABAP Dictionary> that has exactly one identically named instance with the same columns as the definition in the ABAP Dictionary. Besides using AB_SQL >, the data of transparent tables can also be processed using BEGIN_SECTION VERSION 5 OUT Native SQL> and END_SECTION VERSION 5 OUT AMDP> BEGIN_SECTION VERSION 5 OUT and outside AS ABAP> by using the programming interface of the database END_SECTION VERSION 5 OUT . BEGIN_SECTION VERSION 5 OUT The latter is not recommended> END_SECTION VERSION 5 OUT .