SAP SAP HANA ACCESS XSC



Get Example source ABAP code based on a different SAP table
  



Access to SAP HANA XSC Objects (Obsolete)
SAP HANA XSC (SAP HANA extended application services, classic model) is the predecessor version of SAP HANA XSA. SAP HANA XSC is not supported by a SAP HANA Cloud database.
The development and administration perspective of the Eclipse-based tool SAP HANA Studio are used to develop and manage the HANA objects in XSC. The development objects are stored in the SAP HANA Repository. Objects from the SAP HANA Repository are transported (deployed) using special transport tools.
ABAP provides special access methods for the following XSC objects in the SAP HANA Repository:
DDIC external views for SAP HANA views in SAP HANA Repository (obsolete)
Database procedure proxies for SQLScript Procedures in the SAP HANA Repository (obsolete)
These access methods are not suitable for objects in SAP HANA XSA and they have been declared obsolete . Alternative methods such as AMDP or ADBC are used instead.



Latest notes:

Instead of calling SQLScript procedures using database procedure proxies, ABAP Managed Database Procedures (AMDP) are recommended. AMDP can be used to create and manage custom database procedures and also database functions . Existing database procedures can be called from AMDP. Database procedure proxies are required only if a secondary connection is used to access an SAP HANA database that is not the standard database of the current AS ABAP (side-by-side scenario). For AMDP, only service connections to the standard database of the current AS ABAP can be used.
DDIC external Views and Database procedure proxies are not possible when working with a SAP HANA Cloud database .
DDIC external views and Database procedure proxies are obsolete. See SAP Note 3116165.
ABAP_HINT_END