Description Usage Arguments Details Value Note Author(s) See Also Examples
List the available BI Cubes from a connected SAP system
1 | RSAPListCubes(con)
|
con |
an Open SAP RFC Connection handle |
1 2 3 4 5 6 7 8 9 | con <- RSAPConnect(ashost="nplhost", sysnr="42",
client="001", user="developer",
passwd="developer", lang="EN",
trace="1", lcheck="1")
res <- RSAPListCubes(con)
RSAPClose(con)
|
Returns a data.frame of the cube list query
For each cube you can then run RSAPGetCube(con, '<cube name>') to get the details of the cube layout.
Piers Harding
RSAPConnect
, RSAPGetInfo
, RSAPInvoke
, RSAPReadTable
, RSAPClose
1 2 3 4 5 | ## Not run:
# read the NW demo data info cube
res <- RSAPListCubes(con)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.