Get Example source ABAP code based on a different SAP table
VERSION 5 IN
AB_SQL AB_SQL is a subset of SQL > implemented by ABAP statements>, which includes the DML> part for CRUD> operations. AB_SQL statements use the AB-SQL interface > of the database interface> to access the standard database> of an AS ABAP> or a secondary database>. AB_SQL can be used to read ( SELECT>>) and modify (INSERT>>, UPDATE>>, MODIFY>>, or DELETE>>) data in DDIC database tables> defined in the ABAP Dictionary>. DDIC database tables> BEGIN_SECTION VERSION 5 OUT , DDIC views>, END_SECTION VERSION 5 OUT and all non-abstract CDS entities > can be used directly as operands in ABAP SQL. ABAP_MORE_INFO >