ABAP - Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 7.5x →  Changes in Release 7.51 → 

AMDP in Release 7.51


1. Logical database schemas


2. Use of logical database schemas in AMDP methods



Modification 1

Logical Database Schemas

Logical database schemas were introduced as symbolic names for physical database schemas in the SAP HANA database. Instead of physical database schemas, logical database schemas can be used by frameworks (in particular AMDP methods) to access objects from different database schemas in Native SQL.



Modification 2

Use of Logical Database Schemas in AMDP Methods

When an AMDP method is implemented in an AMDP class with SQLScript, the following new syntax can be used to specify logical database schemas instead of physical database schemas:

"$ABAP.schema( [name =] schema_name )"

The ABAP runtime environment replaces these schemas on the database with the associated physical database schemas.