Hello Everyone,
If you are wondering how to integrate a Standalone SAP HANA Cloud, Data Lake to your SAP PaPM Cloud then this blog is for you.
Let me start with a bit of introduction of what SAP HANA Cloud, Data Lake is.
There are two types of SAP HANA Cloud, Data Lake:
Base information from above comparison is also available here:
Spotlight: SAP HANA Cloud, data lake stands alone
In this blogpost, we will focus more on consuming data from Standalone SAP HANA Cloud, Data Lake through SAP PaPM Cloud's underlying database which is SAP HANA Cloud. And in order to do this, the following steps should be performed.
--Sample Code
CREATE REMOTE SOURCE MY_HDL ADAPTER "iqodbc"
CONFIGURATION 'Driver=libdbodbc17_r.so;host=<hdl_host>;
ENC=TLS(trusted_certificates=<certificate_string>;direct=yes)'
WITH CREDENTIAL TYPE 'PASSWORD' USING 'user=<user_name>;password=<password>';
--SAP_PAPM_ADMIN authorization so the Virtual Table can be created
GRANT ALL PRIVILEGES ON SCHEMA "<LocalSchema>" TO SAP_PAPM_ADMIN;
--Creation of Virtual Table to the LocalSchema using SAP_PAPM_ADMIN
CREATE VIRTUAL TABLE "<LocalSchema>"."<TableName>" AT "<RemoteSource>"."<NULL>"."<SchemaRemoteSource"."<DL Table>";
This virtual table then is possible to be used for reading/writing by establishing a HANA Table Source in Connections which will then be consumed afterwards in SAP PaPM Cloud modeling through Model Table HANA or Model View HANA. In the modeling screen, shall you get activation issue due to authorization, please ensure to provide read and write privileges to SAP_PAPM (SAP PaPM DB user responsible to create procedure after activation or run papm procedure during calculation) on the schema you used in step 4.
GRANT ALL PRIVILEGES ON SCHEMA "<SCHEMA>" TO SAP_PAPM WITH GRANT OPTION
Your SAP HANA Cloud, Data Lake table is now available for use in SAP PaPM Cloud. I hope this blogpost will help you on your next SAP PaPM Cloud integration journey related to Standalone SAP HANA Cloud, Data Lake.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |