ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Releases 7.5x → Changes in Release 7.51
AMDP in Release 7.51
2. Use of logical database schemas in AMDP methods
Other versions:
7.31 | 7.40 | 7.54
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 or AMDP.
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 AMDP macro
"$ABAP.schema( [name =] schema_name )"
can be used to specify logical database schemas instead of physical database schemas. The ABAP runtime environment replaces these schemas on the database with the associated physical database schemas.