Get Example source ABAP code based on a different SAP table
VERSION 5 IN
ABAP database schema Database schema> of the standard database> assigned to the database user name> used for database accesses to an AS ABAP> via the standard connection>. BEGIN_SECTION VERSION 5 OUT If the standard connection is used, a work process> acting as a database user> accesses the objects of this database schema implicitly. The objects of a database that are managed by the ABAP Dictionary> and implementations of AMDP methods> are located in the ABAP database schema. The name of the ABAP database schema of an AS ABAP can be determined using the function module DB_DBSCHEMA_CURRENT>>. END_SECTION VERSION 5 OUT