Get Example source ABAP code based on a different SAP table
VERSION 5 IN
database connection Connection of an AS ABAP> to a database system>. A database connection defines the address of the database system, the database user>, and therefore the database schema> assigned to it. By default, the database interface> accesses the standard AS ABAP database> using the standard connection> of the current work process >. BEGIN_SECTION VERSION 5 OUT Optionally, database accesses can also be performed using secondary connections> to secondary databases> or using service connections> to the standard database. Up to 16 database connections can be opened for a single work process. END_SECTION VERSION 5 OUT ABAP_MORE_INFO >