Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

database schema

A database schema groups database objects in a database. Within a database schema, SQL can be used to access the objects in the same schema directly. Database users access the database schema assigned to their database user names implicitly. Objects in a different schema can be accessed only by specifying the schema name in question. The rights of a database user to access a database schema are organized using individual authorizations. The objects of a database and the implementations of AMDP methods managed by ABAP Dictionary are in the ABAP database schema assigned to the database user name in an read using the standard connection in AS ABAP.

Other versions: 7.31 | 7.40 | 7.54