public interface Session
| Modifier and Type | Method and Description |
|---|---|
Transaction |
beginTransaction()
starts a transaction.
|
void |
close()
releases all resources.
|
void |
execute(Object bapi)
executes a funtion module in SAP.
|
Transaction |
getTransaction()
returns the transaction.
|
boolean |
isClosed()
is session already closed?
|
Transaction beginTransaction()
void close()
void execute(Object bapi)
bapi - The BAPI classTransaction getTransaction()
boolean isClosed()
Copyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.