Skip navigation links
A B C D E F G H I J M N O P R S T V W 

A

AbstractRemoteFunctionQuery<QueryT extends AbstractRemoteFunctionQuery<QueryT,QueryResultT>,QueryResultT extends AbstractRemoteFunctionQueryResult<QueryT,QueryResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Class representing a query calling a Business API (BAPI) in an ERP system.
AbstractRemoteFunctionQuery(String, CommitStrategy, String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
AbstractRemoteFunctionQueryResult<QueryT extends Query<QueryT,QueryResultT>,QueryResultT extends AbstractRemoteFunctionQueryResult<QueryT,QueryResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
 
ACCESS_DENIED - Static variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.AccessDeniedResponse
 
AccessDeniedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Thrown when a parameter is invalid.
AccessDeniedException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedException
 
AccessDeniedExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
AccessDeniedExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedExceptionFactory
 
AccessDeniedResponse - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response
 
AccessDeniedResponse(String, String, Iterable<RemoteFunctionMessage>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.AccessDeniedResponse
 
after() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
 
after() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
 
after() - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
This method gets called *in any case* after the transactional calls are done.

B

BapiQuery - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Class representing a query calling a Business API (BAPI) in an ERP system.
BapiQuery(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Constructs a synchronous BAPI query for which the result will be committed.
BapiQuery(String, boolean) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Constructs a BAPI query.
BapiQuery(String, CommitStrategy) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Constructs a BAPI query.
BapiQueryCommand - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
ErpCommand for executing a BapiQuery without caching the result.
BapiQueryCommand(ErpConfigContext, BapiQuery) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQueryCommand
BapiQueryCommand(BapiQuery, ErpConfigContext) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQueryCommand
Creates an BapiQueryCommand instance.
BapiQueryResult - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Class representing the result of a BAPI call returned by BapiQuery.
BapiQueryResult() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQueryResult
 
BapiTransactionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
BAPI specific implementation of the AbstractTransactionFactory.
BapiTransactionFactory() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiTransactionFactory
 
before(ErpConfigContext, QueryT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
 
before(ErpConfigContext, QueryT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
 
before(ErpConfigContext, QueryT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
This method gets called before anything else gets called in the RemoteFunctionQueryExecutor.

C

canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
 
collect(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
Collects the resulting elements with the given name from the parameters of this result.
com.sap.cloud.sdk.s4hana.connectivity.rfc - package com.sap.cloud.sdk.s4hana.connectivity.rfc
 
com.sap.cloud.sdk.s4hana.connectivity.rfc.exception - package com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response - package com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response
 
commit(ErpConfigContext, QueryT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
 
commit(ErpConfigContext, QueryT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
 
commit(ErpConfigContext, QueryT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
If Transaction.execute(ErpConfigContext, AbstractRemoteFunctionQuery) succeeded, this method is called to actually commit the changes.
commitStrategy - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
The strategy of commit handling in the remote system.
CommitStrategy - Enum in com.sap.cloud.sdk.s4hana.connectivity.rfc
The strategy how the commitment of created, updated or deleted records is conducted after the execution of an AbstractRemoteFunctionQuery in the remote system.
constructedByMethod - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedExceptionFactory
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterExceptionFactory
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigurationExceptionFactory
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterFactory
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedExceptionFactory
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundFactory
create(RemoteFunctionMessage) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionExceptionFactory
 
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingExceptionFactory
createJCoTransaction(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiTransactionFactory
 
createJCoTransaction(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcTransactionFactory
 
createSoapTransaction() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiTransactionFactory
 
createSoapTransaction() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcTransactionFactory
 

D

deserializeQueryResult(SerializedQueryResult<QueryT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionQuerySerializer
doCommit() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Deprecated.
This method will be removed in one of the next versions. Use AbstractRemoteFunctionQuery.isPerformingTransactionalCommit() instead.

E

end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Returns the initial query, finalizing the access to this Table.
end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Returns the initial query, basically finalizing this TableRow as well as the Table this row is linked to.
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
 
execute(ErpConfigContext) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
execute(ErpConfigContext, QueryT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
 
execute(ErpConfigContext, QueryT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionQueryExecutor
 
execute(ErpConfigContext) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
execute(ErpConfigContext, QueryT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
 
execute(ErpConfigContext, QueryT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
The actual logic to be executed.

F

field(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
field(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
field(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Value object based on the given parameter and the incremented field Id.
field(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Value object based on the given parameter and the incremented field Id.
field(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Boolean Value object based on the given parameter and the incremented field Id.
field(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Byte Value object based on the given parameter and the incremented field Id.
field(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Character Value object based on the given parameter and the incremented field Id.
field(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new String Value object based on the given parameter and the incremented field Id.
field(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Short Value object based on the given parameter and the incremented field Id.
field(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Integer Value object based on the given parameter and the incremented field Id.
field(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Long Value object based on the given parameter and the incremented field Id.
field(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Float Value object based on the given parameter and the incremented field Id.
field(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Double Value object based on the given parameter and the incremented field Id.
field(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new BigInteger Value object based on the given parameter and the incremented field Id.
field(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new BigDecimal Value object based on the given parameter and the incremented field Id.
field(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Year Value object based on the given parameter and the incremented field Id.
field(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new LocalDate Value object based on the given parameter and the incremented field Id.
field(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new LocalTime Value object based on the given parameter and the incremented field Id.
field(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new Locale Value object based on the given parameter and the incremented field Id.
Fields - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
 
Fields() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
fields() - Static method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
fields(Fields, Fields...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
fields(Fields, Fields...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Copies the given Fields to the Table linked to this TableRow, using a new/applicable field Id.
functionName - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
The name of the remote function to invoke.

G

GenericRemoteFunctionErrorResponse - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response
 
GenericRemoteFunctionErrorResponse(String, Iterable<RemoteFunctionMessage>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.GenericRemoteFunctionErrorResponse
 
get(int) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
Returns the element with the given name from this result.
get(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
Returns the element with the given name from this result.
getClientPassportManager() - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoClientPassportManagerProvider
This will be called by JCo in order to retrieve a SAP passport provider.
getCommitStrategy() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
getConstructedByMethod() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
getErrorMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
getErrorResponse() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedException
 
getErrorResponse() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterException
getErrorResponse() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigException
getErrorResponse() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterException
getErrorResponse() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedException
getErrorResponse() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundException
getErrorResponse() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingException
getExceptionNames() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
 
getFunctionName() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
getIfPresent(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
Returns the element with the given name from this result.
getInformationMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
getMessageClass() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.RemoteFunctionResponseWithErrorCode
 
getMessageNumber() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.RemoteFunctionResponseWithErrorCode
 
getMessages() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
 
getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedException
 
getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterException
 
getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigException
 
getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterException
 
getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedException
 
getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundException
 
getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingException
 
getParameter() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.AccessDeniedResponse
 
getParameter() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.InvalidParameterResponse
 
getParameter() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.MissingErpConfigResponse
 
getParameter() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.MissingParameterResponse
 
getParameter() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.NotImplementedResponse
 
getParameter() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.ParameterNotFoundResponse
 
getParameter() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.WrongCustomizingErrorResponse
 
getQuery() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
getResultElements() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
getReturnParameterResults(QueryResultT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
 
getReturnParameterResults(QueryResultT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionQuerySerializer
 
getSuccessMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
getTransactionFactory() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
 
getTypeConverters() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
getWarningMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 

H

handleQueryResult(QueryResultT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionQueryErrorHandler
Allows to inspect the query result after the query execution and react accordingly.
has(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
Indicates whether the element with the given name exists in the result.
hasErrorMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
hasFailed() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
 
hasInformationMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
Indicates whether information messages occurred during BAPI execution.
hasSuccessMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
Indicates whether success messages occurred during BAPI execution.
hasWarningMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
Indicates whether warning messages occurred during BAPI execution.

I

ignoringErrors() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Specifies to invoke a RemoteFunctionQueryErrorHandler after the query execution which does not inspect the query result and, therefore, does not throw a RemoteFunctionException.
ignoringErrors() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Specifies to invoke a RemoteFunctionQueryErrorHandler after the query execution which does not inspect the BapiQueryResult and, therefore, does not throw a RemoteFunctionException.
ignoringErrors() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Specifies to invoke a RemoteFunctionQueryErrorHandler after the query execution which does not inspect the RfcQueryResult and, therefore, does not throw a RemoteFunctionException.
instance() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Convenience method that returns the current instance.
instance() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Convenience method that returns the current instance.
instance() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Convenience method that returns the current instance.
INVALID_PARAMETER - Static variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.InvalidParameterResponse
 
InvalidParameterException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Thrown when a parameter is invalid.
InvalidParameterException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterException
 
InvalidParameterExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
InvalidParameterExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterExceptionFactory
 
InvalidParameterResponse - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response
 
InvalidParameterResponse(String, String, Iterable<RemoteFunctionMessage>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.InvalidParameterResponse
 
isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Checks whether this table is empty, or has at least one value stored.
isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Checks whether any Values where added in context of this TableRow.
isPerformingTransactionalCommit() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
iterator() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 

J

JCoClientPassportManagerProvider - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc
Implementations of this interface act as integration point for JCo to retrieve SAP passports.
JCoFieldToResultReader - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
 
JCoFieldToResultReader() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoFieldToResultReader
 
JCoTransaction<QueryT extends AbstractRemoteFunctionQuery<QueryT,QueryResultT>,QueryResultT extends AbstractRemoteFunctionQueryResult<QueryT,QueryResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Implementation of the Transaction interface to be used for JCo queries.
JCoTransaction(String, Supplier<QueryResultT>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
Constructs a JCoTransaction for the given destinationName and queryResultFactory.

M

MISSING_PARAMETER - Static variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.MissingParameterResponse
 
MissingErpConfigException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Thrown when an ERP configuration prevents an action (e.g.
MissingErpConfigException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigException
 
MissingErpConfigResponse - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response
 
MissingErpConfigResponse(String, String, Iterable<RemoteFunctionMessage>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.MissingErpConfigResponse
 
MissingErpConfigurationExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
MissingErpConfigurationExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigurationExceptionFactory
 
MissingParameterException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Thrown when a mandatory parameter is missing.
MissingParameterException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterException
 
MissingParameterFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
MissingParameterFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterFactory
 
MissingParameterResponse - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response
 
MissingParameterResponse(String, String, Iterable<RemoteFunctionMessage>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.MissingParameterResponse
 

N

newParameter(String, String, ParameterType, ValueType) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
newParameterWithValue(String, String, ParameterType, ValueType, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
newParameterWithValueList(String, String, ParameterType, ValueType, ArrayList<Value<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
newParameterWithValueList(String, String, ParameterType, ValueType) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
newPrimitive(JsonElement) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
 
newResult(JCoField, GsonResultElementFactory) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoFieldToResultReader
 
NOT_IMPLEMENTED - Static variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.NotImplementedResponse
 
NotImplementedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Thrown when a method is not implemented.
NotImplementedException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedException
 
NotImplementedExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
NotImplementedExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedExceptionFactory
 
NotImplementedResponse - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response
 
NotImplementedResponse(String, String, Iterable<RemoteFunctionMessage>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.NotImplementedResponse
 

O

onQuery(Class<?>, String, String) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionQueryListener
 

P

ParameterFields<QueryT extends AbstractRemoteFunctionQuery<QueryT,?>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
 
ParameterNotFoundException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
ParameterNotFoundException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundException
 
ParameterNotFoundFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
ParameterNotFoundFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundFactory
 
ParameterNotFoundResponse - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response
 
ParameterNotFoundResponse(String, String, Iterable<RemoteFunctionMessage>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.ParameterNotFoundResponse
 
propagatingErrorsAsExceptions() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Specifies to invoke a RemoteFunctionQueryErrorHandler after the query execution which inspects the query result and throws a RemoteFunctionException or one of its more-specific exceptions depending on the returned error messages of the query.
propagatingErrorsAsExceptions() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Specifies to invoke a RemoteFunctionQueryErrorHandler after the query execution which inspects the BapiQueryResult and throws a RemoteFunctionException or one of its more-specific exceptions depending on the returned error messages of the query.
propagatingErrorsAsExceptions() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Specifies to invoke a RemoteFunctionQueryErrorHandler after the query execution which inspects the RfcQueryResult and throws a RemoteFunctionException or one of its more-specific exceptions depending on the returned error messages of the query.

R

RemoteFunctionCommitFailedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Thrown when the commit during the invocation of a remote function fails.
RemoteFunctionCommitFailedException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
 
RemoteFunctionCommitFailedException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
 
RemoteFunctionCommitFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
 
RemoteFunctionCommitFailedException(RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
 
RemoteFunctionCommitFailedException(Iterable<RemoteFunctionMessage>) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
 
RemoteFunctionCommitFailedException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
 
RemoteFunctionException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Thrown when something goes wrong during the invocation of a remote function.
RemoteFunctionException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
 
RemoteFunctionException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
 
RemoteFunctionException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
 
RemoteFunctionException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
 
RemoteFunctionException(RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
 
RemoteFunctionException(Iterable<RemoteFunctionMessage>) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
 
RemoteFunctionExceptionFactory<T extends RemoteFunctionException> - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
remoteFunctionQueryErrorHandler - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
The result handler that is invoked after the query execution.
RemoteFunctionQueryErrorHandler - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc
Gets invoked after the execution of an AbstractRemoteFunctionQuery and allows to inspect and react on the AbstractRemoteFunctionQueryResult.
RemoteFunctionQueryExecutor<QueryT extends AbstractRemoteFunctionQuery<QueryT,QueryResultT>,QueryResultT extends AbstractRemoteFunctionQueryResult<QueryT,QueryResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
The meta logic used to transactional-like handle the execution of AbstractRemoteFunctionQuerys.
RemoteFunctionQueryExecutor(AbstractTransactionFactory<QueryT, QueryResultT>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionQueryExecutor
 
RemoteFunctionQueryListener - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc
 
RemoteFunctionResponseWithErrorCode - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response
 
RemoteFunctionResponseWithErrorCode(int, String, String, Iterable<RemoteFunctionMessage>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.RemoteFunctionResponseWithErrorCode
 
RemoteFunctionRollbackFailedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Thrown when the rollback during the invocation of a remote function fails.
RemoteFunctionRollbackFailedException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
 
RemoteFunctionRollbackFailedException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
 
RemoteFunctionRollbackFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
 
RemoteFunctionRollbackFailedException(RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
 
RemoteFunctionRollbackFailedException(Iterable<RemoteFunctionMessage>) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
 
RemoteFunctionRollbackFailedException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
 
RfcQuery - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Class representing a query calling a remote-enabled function module (RFC module or RFM) in an ERP system.
RfcQuery(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Constructs a synchronous remote function call query for which the result will be committed.
RfcQuery(String, boolean) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Constructs a remote function call query.
RfcQuery(String, CommitStrategy) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Constructs a remote function call query.
RfcQueryCommand - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
ErpCommand for executing a RfcQuery without caching the result.
RfcQueryCommand(ErpConfigContext, RfcQuery) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQueryCommand
RfcQueryCommand(RfcQuery, ErpConfigContext) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQueryCommand
Creates an RfcQueryCommand instance.
RfcQueryResult - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Class representing the result of a call to a remote-enabled function module (RFC module) returned by RfcQuery .
RfcQueryResult() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQueryResult
 
RfcTransactionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
RFC specific implementation of the AbstractTransactionFactory.
RfcTransactionFactory() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcTransactionFactory
 
rollback(ErpConfigContext, QueryT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
 
rollback(ErpConfigContext, QueryT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
 
rollback(ErpConfigContext, QueryT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
If there was a problem with Transaction.execute(ErpConfigContext, AbstractRemoteFunctionQuery) or Transaction.commit(ErpConfigContext, AbstractRemoteFunctionQuery) this method will get called to rollback any unwanted changes.
row() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Creates and returns a new TableRow that gathers values that are added to this Table.
row() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Creates a new TableRow, associated to the same table this TableRow is linked to.
run() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQueryCommand
run() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQueryCommand

S

serializeQuery(QueryT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionQuerySerializer
size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
The number of currently stored groups of values as well as the Id of the last group of added values.
size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Returns the number of Values added in context of this TableRow.
SoapGsonResultElementFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
 
SoapGsonResultElementFactory(GsonBuilder) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
 
SoapRemoteFunctionQuerySerializer<QueryT extends AbstractRemoteFunctionQuery<QueryT,QueryResultT>,QueryResultT extends AbstractRemoteFunctionQueryResult<QueryT,QueryResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Serializer for SOAP-based remote function queries.
SoapRemoteFunctionQuerySerializer(Class<QueryResultT>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionQuerySerializer
 
SoapTransaction<QueryT extends AbstractRemoteFunctionQuery<QueryT,QueryResultT>,QueryResultT extends AbstractRemoteFunctionQueryResult<QueryT,QueryResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Implementation of the Transaction interface to be used for SOAP queries.
SoapTransaction(QuerySerializer<QueryT, QueryResultT>, HttpRequestExecutor<QueryT, QueryResultT>, HttpRequestExecutor<BapiQuery, BapiQueryResult>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
 

T

Table<QueryT extends AbstractRemoteFunctionQuery<QueryT,?>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Gathers values that should be passed as a JCoTable to a JCoFunction .
TableRow<QueryT extends AbstractRemoteFunctionQuery<QueryT,?>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
This class is tightly connected to an instance of Table, adding all values directly to this Table instance.
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
 
Transaction<QueryT extends AbstractRemoteFunctionQuery<QueryT,QueryResultT>,QueryResultT extends AbstractRemoteFunctionQueryResult<QueryT,QueryResultT>> - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc
The logic to be executed transactional-like by a RemoteFunctionQueryExecutor.

V

valueOf(String) - Static method in enum com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasSuccessful() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQueryResult
 
withChanging(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing parameter.
withChanging(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing parameter.
withChanging(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing parameter.
withChanging(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing Boolean parameter.
withChanging(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing Byte parameter.
withChanging(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing Character parameter.
withChanging(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing String parameter.
withChanging(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing Short parameter.
withChanging(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing Integer parameter.
withChanging(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing Long parameter.
withChanging(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing Float parameter.
withChanging(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing Double parameter.
withChanging(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing BigInteger parameter.
withChanging(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing BigDecimal parameter.
withChanging(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing Locale parameter.
withChanging(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing Year parameter.
withChanging(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing LocalDate parameter.
withChanging(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing LocalTime parameter.
withChangingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing fields parameter for multiple values.
withChangingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing fields parameter for multiple values.
withChangingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a changing table parameter.
withErrorHandler(RemoteFunctionQueryErrorHandler) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Specifies to invoke the provided RemoteFunctionQueryErrorHandler after the query has been executed.
withErrorHandler(RemoteFunctionQueryErrorHandler) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Specifies to invoke the provided RemoteFunctionQueryErrorHandler after the query has been executed.
withErrorHandler(RemoteFunctionQueryErrorHandler) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Specifies to invoke the provided RemoteFunctionQueryErrorHandler after the query has been executed.
withException(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Declares an expected exception from calling a remote function module.
withExporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting parameter reflected by a data element.
withExporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting parameter reflected by a data element.
withExporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting parameter reflected by a data element.
withExporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting Boolean parameter reflected by a data element.
withExporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting Byte parameter reflected by a data element.
withExporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting Character parameter reflected by a data element.
withExporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting String parameter reflected by a data element.
withExporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting Short parameter reflected by a data element.
withExporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting Integer parameter reflected by a data element.
withExporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting Long parameter reflected by a data element.
withExporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting Float parameter reflected by a data element.
withExporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting Double parameter reflected by a data element.
withExporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting BigInteger parameter reflected by a data element.
withExporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting BigDecimal parameter reflected by a data element.
withExporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting Locale parameter reflected by a data element.
withExporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting Year parameter.
withExporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting LocalDate parameter reflected by a data element.
withExporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting LocalTime parameter reflected by a data element.
withExporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting parameter reflected by a data element.
withExporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting parameter reflected by a data element.
withExporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting parameter reflected by a data element.
withExporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting Boolean parameter reflected by a data element.
withExporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting Byte parameter reflected by a data element.
withExporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting Character parameter reflected by a data element.
withExporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting String parameter reflected by a data element.
withExporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting Short parameter reflected by a data element.
withExporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting Integer parameter reflected by a data element.
withExporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting Long parameter reflected by a data element.
withExporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting Float parameter reflected by a data element.
withExporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting Double parameter reflected by a data element.
withExporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting BigInteger parameter reflected by a data element.
withExporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting BigDecimal parameter reflected by a data element.
withExporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting Locale parameter reflected by a data element.
withExporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting Year parameter.
withExporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting LocalDate parameter reflected by a data element.
withExporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting LocalTime parameter reflected by a data element.
withExporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting parameter reflected by a data element.
withExporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting parameter reflected by a data element.
withExporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting parameter reflected by a data element.
withExporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting Boolean parameter reflected by a data element.
withExporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting Byte parameter reflected by a data element.
withExporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting Character parameter reflected by a data element.
withExporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting String parameter reflected by a data element.
withExporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting Short parameter reflected by a data element.
withExporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting Integer parameter reflected by a data element.
withExporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting Long parameter reflected by a data element.
withExporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting Float parameter reflected by a data element.
withExporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting Double parameter reflected by a data element.
withExporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting BigInteger parameter reflected by a data element.
withExporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting BigDecimal parameter reflected by a data element.
withExporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting Locale parameter reflected by a data element.
withExporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting Year parameter.
withExporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting LocalDate parameter reflected by a data element.
withExporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting LocalTime parameter reflected by a data element.
withExportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting parameter reflected by a structure.
withExportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting parameter reflected by a structure.
withExportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting parameter reflected by a structure.
withExportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting parameter reflected by a structure.
withExportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting parameter reflected by a structure.
withExportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting parameter reflected by a structure.
withExportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an exporting parameter reflected by a table type.
withExportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an exporting parameter reflected by a table type.
withExportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an exporting parameter reflected by a table type.
withImporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an importing parameter reflected by a data element.
withImporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an importing parameter reflected by a data element.
withImporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an importing parameter reflected by a data element.
withImporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing Boolean parameter reflected by a data element.
withImporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing Byte parameter reflected by a data element.
withImporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing Character parameter reflected by a data element.
withImporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing String parameter reflected by a data element.
withImporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing Short parameter reflected by a data element.
withImporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing Integer parameter reflected by a data element.
withImporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing Long parameter reflected by a data element.
withImporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing Float parameter reflected by a data element.
withImporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing Double parameter reflected by a data element.
withImporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing BigInteger parameter reflected by a data element.
withImporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing BigDecimal parameter reflected by a data element.
withImporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing Locale parameter reflected by a data element.
withImporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing Year parameter reflected by a data element.
withImporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing LocalDate parameter reflected by a data element.
withImporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a importing LocalTime parameter reflected by a data element.
withImporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an importing parameter reflected by a data element.
withImporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an importing parameter reflected by a data element.
withImporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an importing parameter reflected by a data element.
withImporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing Boolean parameter reflected by a data element.
withImporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing Byte parameter reflected by a data element.
withImporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing Character parameter reflected by a data element.
withImporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing String parameter reflected by a data element.
withImporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing Short parameter reflected by a data element.
withImporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing Integer parameter reflected by a data element.
withImporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing Long parameter reflected by a data element.
withImporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing Float parameter reflected by a data element.
withImporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing Double parameter reflected by a data element.
withImporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing BigInteger parameter reflected by a data element.
withImporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing BigDecimal parameter reflected by a data element.
withImporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing Locale parameter reflected by a data element.
withImporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing Year parameter reflected by a data element.
withImporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing LocalDate parameter reflected by a data element.
withImporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a importing LocalTime parameter reflected by a data element.
withImporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an importing parameter reflected by a data element.
withImporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an importing parameter reflected by a data element.
withImporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an importing parameter reflected by a data element.
withImporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing Boolean parameter reflected by a data element.
withImporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing Byte parameter reflected by a data element.
withImporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing Character parameter reflected by a data element.
withImporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing String parameter reflected by a data element.
withImporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing Short parameter reflected by a data element.
withImporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing Integer parameter reflected by a data element.
withImporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing Long parameter reflected by a data element.
withImporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing Float parameter reflected by a data element.
withImporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing Double parameter reflected by a data element.
withImporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing BigInteger parameter reflected by a data element.
withImporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing BigDecimal parameter reflected by a data element.
withImporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing Locale parameter reflected by a data element.
withImporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing Year parameter reflected by a data element.
withImporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing LocalDate parameter reflected by a data element.
withImporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a importing LocalTime parameter reflected by a data element.
withImportingAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an importing parameter as a return parameter with the name defined by AbstractRemoteFunctionQuery.RETURN_PARAMETER.
withImportingAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an importing parameter as a return parameter.
withImportingAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an importing parameter as a return parameter with the name defined by AbstractRemoteFunctionQuery.RETURN_PARAMETER.
withImportingAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an importing parameter as a return parameter.
withImportingAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an importing parameter as a return parameter with the name defined by AbstractRemoteFunctionQuery.RETURN_PARAMETER.
withImportingAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an importing parameter as a return parameter.
withImportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an importing parameter reflected by a structure.
withImportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an importing parameter reflected by a structure.
withImportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an importing parameter reflected by a structure.
withImportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an importing parameter reflected by a structure.
withImportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an importing parameter reflected by a structure.
withImportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an importing parameter reflected by a structure.
withImportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds an importing parameter reflected by a table type.
withImportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds an importing parameter reflected by a table type.
withImportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds an importing parameter reflected by a table type.
withTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a table parameter.
withTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a table parameter.
withTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a table parameter.
withTableAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a table parameter as a return parameter with the name defined by AbstractRemoteFunctionQuery.RETURN_PARAMETER.
withTableAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Adds a table parameter as a return parameter.
withTableAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a table parameter as a return parameter with the name defined by AbstractRemoteFunctionQuery.RETURN_PARAMETER.
withTableAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
Adds a table parameter as a return parameter.
withTableAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a table parameter as a return parameter with the name defined by AbstractRemoteFunctionQuery.RETURN_PARAMETER.
withTableAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
Adds a table parameter as a return parameter.
withTypeConverters(Iterable<ErpTypeConverter<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
Registers the given ErpTypeConverters.
withTypeConverters(ErpTypeConverter<?>...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionQuery
withTypeConverters(Iterable<ErpTypeConverter<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
 
withTypeConverters(ErpTypeConverter<?>...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiQuery
 
withTypeConverters(Iterable<ErpTypeConverter<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
 
withTypeConverters(ErpTypeConverter<?>...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfcQuery
 
WrongCustomizingErrorResponse - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response
 
WrongCustomizingErrorResponse(String, String, Iterable<RemoteFunctionMessage>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.servlet.response.WrongCustomizingErrorResponse
 
WrongCustomizingException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
WrongCustomizingException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingException
 
WrongCustomizingExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
 
WrongCustomizingExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingExceptionFactory
 
A B C D E F G H I J M N O P R S T V W 
Skip navigation links

Copyright © 2020 SAP SE. All rights reserved.