RSAPClose: SAP RFC Close Connections

Description Usage Arguments Details Value Note Author(s) See Also Examples

View source: R/RSAP.R

Description

Close an open connection to an SAP System

Usage

1
RSAPClose(con)

Arguments

con

an Open SAP RFC Conneciton handle

Details

RSAPClose closes an RFC connection to a specified SAP system

Value

Returns true or false

Note

Not much to note here.

Author(s)

Piers Harding

See Also

RSAPConnect, RSAPGetInfo, RSAPInvoke

Examples

1
2
3
4
5
## Not run: 
# Close the connection
RSAPClose(con)

## End(Not run)

RSAP documentation built on May 29, 2017, 1:47 p.m.