4.2.2 Methods

<name of parameter>()

	import saprfc
	iface = conn.discover("RFC_READ_TABLE")
	iface.query_table.setValue("TRDIR")

Returns the object of the given parameter either an tab, or parm object.

addParm(<parm | tab>)

Add an RFC interface parameter to the iface definition - see parm, and tab

getParm(name="name of parameter")

Get a named parameter object - returns the object either a parm or tab instance.

reset()

Empty all the tables and reset paramters to their default values - useful when you are doing multiple calls.