RSAPReadCube(con, cube, ref_date, chars=list(), kfigures=list(), options=list())
con <- RSAPConnect(ashost="nplhost", sysnr="42", client="001", user="developer", passwd="developer", lang="EN", trace="1", lcheck="1")
res <- RSAPReadCube(con, "0D_NW_T01", "20120716", chars=list("0D_NW_SORG", "0D_NW_PROD"), kfigures=list("0D_NW_NETV"), options=list(CHANM=list('0D_NW_SORG'),SIGN=list('I'), COMPOP=list('EQ'), LOW=list('1514'))) # or alias # res <- readCube(con, ...
print(res)
RSAPClose(con)
RSAPConnect
, RSAPGetInfo
, RSAPInvoke
, RSAPReadTable
, RSAPClose