Learn R Programming

RSAP (version 0.9)

RSAPGetCube: SAP RFC function calls

Description

Open connections to an SAP System for RFC calls

Usage

RSAPGetCube(con, cube)

Arguments

con
an Open SAP RFC Conneciton handle
cube
The technical name of an infocube to read

Value

Returns a data.frame of the info cube structure information

Details

  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)

See Also

RSAPConnect, RSAPGetInfo, RSAPInvoke, RSAPReadTable, RSAPClose