Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

You can Install the Role /BLTG/MAPI_EMBEDDED_ANALYTICS via Transport Request (download ).

Depending on the approach you have chosen, you will need a HANA or an ERP user. The tables which have to be authorized can be copied from the list below.
If you use the HANA connection you can create a hdbrole in your HANA database with the following statements to have all the rights you need.
If you want to make it easier you can simply authorize the schema of your ERP system with select rights.

role <your package name>::<your role name>{

--Object Level
catalog sql object "SAPHANADB"."DD26S":			SELECT;
catalog sql object "SAPHANADB"."DD02L":			SELECT;
catalog sql object "SAPHANADB"."DDLDEPENDENCY":			SELECT;

--Field Level
catalog sql object "SAPHANADB"."DD27S":			SELECT;
catalog sql object "SAPHANADB"."DD03T":			SELECT;
catalog sql object "SAPHANADB"."DD03L":			SELECT;

}

  • No labels