RSAPListCubes: SAP RFC function calls

Description Usage Arguments Details Value Note Author(s) See Also Examples

View source: R/RSAP.R

Description

List the available BI Cubes from a connected SAP system

Usage

1

Arguments

con

an Open SAP RFC Connection handle

Details

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)
  

Value

Returns a data.frame of the cube list query

Note

For each cube you can then run RSAPGetCube(con, '<cube name>') to get the details of the cube layout.

Author(s)

Piers Harding

See Also

RSAPConnect, RSAPGetInfo, RSAPInvoke, RSAPReadTable, RSAPClose

Examples

1
2
3
4
5
## Not run: 
# read the NW demo data info cube
  res <- RSAPListCubes(con)

## End(Not run)

RSAP documentation built on May 29, 2017, 1:47 p.m.