Module: NWRFC
- Defined in:
- lib/nwrfc.rb,
lib/nwrfc/server.rb,
lib/nwrfc/nwerror.rb,
lib/nwrfc/datacontainer.rb
Overview
This library provides a way to call the functions of the SAP Netweaver RFC SDK, i.e. opening a connection to an ABAP system, calling functions etc., as well as running an RFC service
Defined Under Namespace
Classes: Connection, DataContainer, Function, FunctionCall, NWABAPException, NWError, Parameter, Server, Structure, Table, Transaction, Type
Constant Summary collapse
- NW_TIME_FORMAT =
ABAP Time Format ("HHMMSS")
"%H%M%S"- NW_DATE_FORMAT =
ABAP Date Format ("YYYYMMDD")
"%Y%m%d"
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
27 28 29 |
# File 'lib/nwrfc.rb', line 27 def inspect self.to_s end |