Learn R Programming

RSAP (version 0.9)

RSAPListCubes: SAP RFC function calls

Description

List the available BI Cubes from a connected SAP system

Usage

RSAPListCubes(con)

Arguments

con
an Open SAP RFC Connection handle

Value

Returns a data.frame of the cube list query

Details

  con <- RSAPConnect(ashost="nplhost", sysnr="42",
                      client="001", user="developer", 
                      passwd="developer", lang="EN", 
                      trace="1", lcheck="1")

res <- RSAPListCubes(con)

RSAPClose(con)

See Also

RSAPConnect, RSAPGetInfo, RSAPInvoke, RSAPReadTable, RSAPClose