SAP DATABASE SCHEMA - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

database schema
A database schema groups database objects in a database.
BEGIN_SECTION VERSION 5 OUT Within a database schema, SQL can be used to access the objects of the same schema directly. Database users implicitly access the database schema assigned to their database user names. Objects in a different schema can be accessed only by specifying their schema name. Access to a database schema by a database user is regulated by individual authorizations. The objects managed by the ABAP Dictionary for a database and the implementations of AMDP methods are located in the ABAP database schema that is assigned the database user name when the standard connection in AS ABAP is accessed.
END_SECTION VERSION 5 OUT