You can Install the Role /BLTG/MAPI_EMBEDDED_ANALYTICS via Transport Request (download
View file |
---|
name | Metadata API - S4 Role - Embedded Analytics.zip |
---|
|
).
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:
...
Code Block |
---|
|
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>"."DD02TDF14L": SELECT;
catalog sql object "<your S/4 schema name>"."DF14LROOSOURCE": SELECT;
catalog sql object "<your S/4 schema name>"."ROOSOURCET": SELECT;
catalog sql object "<your S/4 schema name>"."ROOSOURCEDDLDEPENDENCY": SELECT;
catalog sql object "<your S/4 schema name>"."ROOSOURCETTDEVC": SELECT;
catalog sql object "<your S/4 schema name>"."DDLDEPENDENCYTSTC": SELECT;
catalog sql object "<your S/4 schema name>"."TDEVCTSTCP": SELECT;
catalog sql object "<your S/4 schema name>"."TSTCTSTCT": SELECT;
catalog sql object "<your S/4 schema name>"."SEOCLASSDF": SELECT;
catalog sql object "<your S/4 schema name>"."TSTPTCESYST": SELECT;
catalog sql object "<your S/4 schema name>"."TFDIR": SELECT;
catalog sql object "<your S/4 schema name>"."TSTCTDDDDLSRCT": 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;
--ABAP Scan
catalog sql object "<your S/4 schema name>"."REPOSRC": SELECT;
} |