Description Usage Arguments Details Value Note Author(s) See Also Examples
Execute a call to an Info Query, and return a data.frame of the results
1 | RSAPExecInfoQuery(con, infoprovider, infoquery)
|
con |
an Open SAP RFC Conneciton handle |
infoprovider |
The technical name of an infoprovider to read |
infoquery |
The technical name of an infoquery 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 <- RSAPExecInfoQuery(con, "0D_NW_M01", "0D_FC_NW_M01_Q0002")
print(res)
RSAPClose(con)
|
Returns a data.frame of the info query results
Use transaction RSRT in SAP to find info providers, and queries.
Piers Harding
RSAPConnect
, RSAPGetInfo
, RSAPInvoke
, RSAPReadTable
, RSAPClose
1 2 3 4 5 | ## Not run:
# read the NW demo data info cube
res <- RSAPExecInfoQuery(con, "0D_NW_T01", "20120716",chars=list("0D_NW_SORG", "0D_NW_PROD"), kfigures=list("0D_NW_NETV"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.