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 20 Current »

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. In case of an ERP user the tables should be included into authorization object S_TABU_NAM with activity 3 (display). Besides that the authorization object S_RFC is needed with RFC_TYPE = FUGR and FUNC, activity 16 (execute) and the following characteristics in RFC_NAME:

  • /BLTG/*

  • DDIF_FIELDINFO_GET

  • EM_GET_NUMBER_OF_ENTRIES

  • RFCPING

  • RFC_GET_FUNCTION_INTERFACE

  • RFC_READ_TABLE

  • RFC_SYSTEM_INFO

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 "<your S/4 schema name>"."DD26I":		    SELECT;
catalog sql object "<your S/4 schema name>"."DD02L":			SELECT;
catalog sql object "<your S/4 schema name>"."DD02T":			SELECT;
catalog sql object "<your S/4 schema name>"."TADIR":			SELECT;
catalog sql object "<your S/4 schema name>"."DD02T":			SELECT;
catalog sql object "<your S/4 schema name>"."DF14L":			SELECT;
catalog sql object "<your S/4 schema name>"."ROOSOURCE":		SELECT;
catalog sql object "<your S/4 schema name>"."ROOSOURCET":	    SELECT;
catalog sql object "<your S/4 schema name>"."DDLDEPENDENCY":	SELECT;
catalog sql object "<your S/4 schema name>"."TDEVC":	        SELECT;
catalog sql object "<your S/4 schema name>"."TSTC":	            SELECT;
catalog sql object "<your S/4 schema name>"."TSTP":	            SELECT;
catalog sql object "<your S/4 schema name>"."TSTCT":	        SELECT;

--Field Level
catalog sql object "<your S/4 schema name>"."DD27I":			SELECT;
catalog sql object "<your S/4 schema name>"."DD03T":			SELECT;
catalog sql object "<your S/4 schema name>"."DD03L":			SELECT;
catalog sql object "<your S/4 schema name>"."DD04T":			SELECT;

}

  • No labels