Hi guys,
I have a question of how to access HANA native table stored in HANA secondary DB from local SAP BW (7.40 SP18 SP) system with ABAP (ADBC_QUERY or SELECT ... FROM... CONNECTION) if the HANA table is stored in a different/other schema than the default schema (schema with the name as DBCO - User name). The other schema is defined in DBCO - Conn.info according to SAP Note: 1983389 - DBCON entry for SAP HANA.
The HANA is configured in DBCO:
- User name: SAPHD1 - Conn.info: xxx:30015;SCHEMA=MKONECNY
The HANA native tables in schema SAPHD1 we can access from local SAP BW without problems.
All HANA native tables contain data, have Key field and have fields of table field types nvarchar or varchar, integer or decimal. Also, a local DDIC table in local SAP BW system is created with the same name and structure as HANA native table.
Does anybody have any experience with this situation?
Thank a lot.
Cheers,
Matus