Description Usage Arguments Details Value Note Author(s) See Also Examples
Open connections to an SAP System for RFC calls
1 | RSAPGetCube(con, cube)
|
con |
an Open SAP RFC Conneciton handle |
cube |
The technical name of an infocube to read |
1 2 3 4 5 6 7 8 9 10 11 | con <- RSAPConnect(ashost="nplhost", sysnr="42",
client="001", user="developer",
passwd="developer", lang="EN",
trace="1", lcheck="1")
res <- RSAPGetCube(con, "0D_NW_T01")
print(res)
RSAPClose(con)
|
Returns a data.frame of the info cube structure information
You can run the RSAPListCubes(con) to get a list of cubes to query.
Piers Harding
RSAPConnect
, RSAPGetInfo
, RSAPInvoke
, RSAPReadTable
, RSAPClose
1 2 3 4 5 | ## Not run:
# read the NW demo data info cube
res <- RSAPGetCube(con, "0D_NW_T01")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.