RSAPReadTable(con, saptable, options=list(), fields=list())
con <- RSAPConnect(ashost="nplhost", sysnr="42", client="001", user="developer", passwd="developer", lang="EN", trace="1", lcheck="1")res <- RSAPReadTable(con, "SFLIGHT2") # or use alias # res <- readTable(con, "SFLIGHT2")
print(res)
RSAPClose(con)
RSAPConnect
, RSAPGetInfo
, RSAPInvoke
, RSAPClose