Index

A B C D E F G H I J M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractRemoteFunctionRequest<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>,RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT,RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
AbstractRemoteFunctionRequest(String, CommitStrategy, String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Constructor for remote function request.
AbstractRemoteFunctionRequestResult<RequestT extends Request<RequestT,RequestResultT>,RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT,RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
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
Deprecated.
This module will be discontinued, along with its classes and methods.
AccessDeniedExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
The Access Denied Exception Factory.
AccessDeniedExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedExceptionFactory
 
after() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
Deprecated.
 
after() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
Deprecated.
 
after() - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
Deprecated.
This method gets called *in any case* after the transactional calls are done.
asVector() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Deprecated.
Translate this reference to a TableAsVector that gathers values that are added to this vector.

B

BapiRequest - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
BapiRequest(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
Constructs a synchronous BAPI request for which the result will be committed.
BapiRequest(String, boolean) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
Constructs a BAPI request.
BapiRequest(String, CommitStrategy) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
Constructs a BAPI request.
BapiRequestResult - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
BapiRequestResult() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequestResult
Deprecated.
 
BapiTransactionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
BapiTransactionFactory() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiTransactionFactory
Deprecated.
 
before(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
Deprecated.
 
before(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
Deprecated.
 
before(Destination, RequestT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
Deprecated.
This method gets called before anything else gets called in the RemoteFunctionRequestExecutor.

C

canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
Deprecated.
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Deprecated.
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
 
canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
 
clearCache(Destination) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionCache
Deprecated.
Clears the remote function cache for a given Destination.
clearCache(Destination, String) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionCache
Deprecated.
Clears the remote function cache for a given Destination and a given function name.
collect(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
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
 
commit(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
Deprecated.
 
commit(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
Deprecated.
 
commit(Destination, RequestT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
Deprecated.
If Transaction.execute(Destination, AbstractRemoteFunctionRequest) succeeded, this method is called to actually commit the changes.
COMMIT_ASYNC - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
Deprecated.
The commitment in the remote system is triggered asynchronously.
COMMIT_SYNC - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
Deprecated.
The commitment in the remote system is triggered synchronously.
commitStrategy - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
The strategy of commit handling in the remote system.
CommitStrategy - Enum Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
constructedByMethod - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Method name which lead to the construction.
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedExceptionFactory
Deprecated.
This module will be discontinued, along with its classes and methods.
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterExceptionFactory
Deprecated.
This module will be discontinued, along with its classes and methods.
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigurationExceptionFactory
Deprecated.
This module will be discontinued, along with its classes and methods.
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterFactory
Deprecated.
This module will be discontinued, along with its classes and methods.
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedExceptionFactory
Deprecated.
This module will be discontinued, along with its classes and methods.
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundFactory
Deprecated.
This module will be discontinued, along with its classes and methods.
create(RemoteFunctionMessage) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionExceptionFactory
Deprecated.
This module will be discontinued, along with its classes and methods.
create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingExceptionFactory
Deprecated.
This module will be discontinued, along with its classes and methods.
createJCoTransaction(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiTransactionFactory
Deprecated.
 
createJCoTransaction(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmTransactionFactory
Deprecated.
 
createSoapTransaction() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiTransactionFactory
Deprecated.
 
createSoapTransaction() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmTransactionFactory
Deprecated.
 

D

deserializeRequestResult(SerializedRequestResult<RequestT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionRequestSerializer
Deprecated.
 

E

end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Deprecated.
Returns the initial request, finalizing the access to this Table.
end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Returns the initial request, finalizing the access to this Table.
end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Returns the initial request, 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.AbstractRemoteFunctionRequest
Deprecated.
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
Deprecated.
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Deprecated.
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
 
equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
 
execute(Destination) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
execute(Destination) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
execute(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
Deprecated.
 
execute(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionRequestExecutor
Deprecated.
 
execute(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
Deprecated.
 
execute(Destination, RequestT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
Deprecated.
The actual logic to be executed.

F

field(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
 
field(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new Year 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.Fields
Deprecated.
 
field(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
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.Fields
Deprecated.
 
field(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
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.Fields
Deprecated.
 
field(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new Character 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.Fields
Deprecated.
 
field(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new Double 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.Fields
Deprecated.
 
field(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new Float 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.Fields
Deprecated.
 
field(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
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.Fields
Deprecated.
 
field(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new Long 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.Fields
Deprecated.
 
field(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new Short 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.Fields
Deprecated.
 
field(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new String 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.Fields
Deprecated.
 
field(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new BigDecimal 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.Fields
Deprecated.
 
field(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new BigInteger 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.Fields
Deprecated.
 
field(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
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.ParameterFields
Deprecated.
 
field(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
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.Fields
Deprecated.
 
field(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new Locale Value object based on the given parameter and the incremented field Id.
field(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
 
field(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
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.Fields
Deprecated.
 
field(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
field(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Creates a new Value object based on the given parameter and the incremented field Id.
fields() - Static method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
 
fields(Fields, Fields...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
fields(Fields, Fields...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Copies the given Fields to the Table linked to this TableRow, using a new/applicable field Id.
fields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
Adds a parameter reflected by a structure.
fields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Adds a parameter reflected by a structure.
Fields - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
Fields() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
 
functionName - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
The name of the remote function to invoke.

G

get(int) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Returns the element with the given name from this result.
get(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Returns the element with the given name from this result.
getClientPassportManager() - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoClientPassportManagerProvider
Deprecated.
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.AbstractRemoteFunctionRequest
Deprecated.
Get the commit strategy.
getConstructedByMethod() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Method name which lead to the construction.
getErrorMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
 
getExceptionNames() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
getFunctionName() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Get the function name.
getIfPresent(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Returns the element with the given name from this result.
getInformationMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
 
getMessages() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
Deprecated.
This module will be discontinued, along with its classes and methods.
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
 
getRequest() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
 
getResultElements() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Get the list of all result elements.
getReturnParameterResults(RequestResultT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
Deprecated.
 
getReturnParameterResults(RequestResultT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionRequestSerializer
Deprecated.
 
getSuccessMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
 
getThis() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Convenience method that returns the current instance.
getThis() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
getThis() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
getTransactionFactory() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
getTypeConverters() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Get the ERP type converters.
getWarningMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
 

H

handleRequestResult(RequestResultT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionRequestErrorHandler
Deprecated.
Allows to inspect the request result after the request execution and react accordingly.
has(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Indicates whether the element with the given name exists in the result.
hasErrorMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Check whether there are error messages.
hasFailed() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Check whether the request failed.
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
Deprecated.
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Deprecated.
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
 
hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
 
hasInformationMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Indicates whether information messages occurred during BAPI execution.
hasSuccessMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Indicates whether success messages occurred during BAPI execution.
hasWarningMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Indicates whether warning messages occurred during BAPI execution.

I

ignoringErrors() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Specifies to invoke a RemoteFunctionRequestErrorHandler after the request execution which does not inspect the request result and, therefore, does not throw a RemoteFunctionException.
ignoringErrors() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
Specifies to invoke a RemoteFunctionRequestErrorHandler after the request execution which does not inspect the BapiRequestResult and, therefore, does not throw a RemoteFunctionException.
ignoringErrors() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Specifies to invoke a RemoteFunctionRequestErrorHandler after the request execution which does not inspect the RfmRequestResult and, therefore, does not throw a RemoteFunctionException.
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
Deprecated.
This module will be discontinued, along with its classes and methods.
InvalidParameterExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
The Invalid Parameter Exception Factory.
InvalidParameterExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterExceptionFactory
 
isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Check whether result list is empty.
isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
 
isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Deprecated.
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
Deprecated.
Checks whether any Values where added in context of this TableRow.
isPerformingTransactionalCommit() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Get boolean indicator whether transactional commit is being performed.
iterator() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
 

J

JCoClientPassportManagerProvider - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
JCoFieldToResultReader - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
JCoFieldToResultReader() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoFieldToResultReader
Deprecated.
 
JCoTransaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>,RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT,RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
JCoTransaction(String, Supplier<RequestResultT>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
Deprecated.
Constructs a JCoTransaction for the given destinationName and requestResultFactory.

M

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
Deprecated.
This module will be discontinued, along with its classes and methods.
MissingErpConfigurationExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
The Missing ERP Configuration Exception Factory.
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
Deprecated.
This module will be discontinued, along with its classes and methods.
MissingParameterFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
The Missing Parameter Exception Factory.
MissingParameterFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterFactory
 

N

newPrimitive(JsonElement) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
Deprecated.
 
newResult(JCoField, GsonResultElementFactory) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoFieldToResultReader
Deprecated.
 
NO_COMMIT - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
Deprecated.
No commitment is triggered in the remote system.
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
Deprecated.
This module will be discontinued, along with its classes and methods.
NotImplementedExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
The Not Implemented Exception Factory.
NotImplementedExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedExceptionFactory
 

P

ParameterFields<RequestT> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
ParameterNotFoundException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
The Parameter Not Found Exception.
ParameterNotFoundException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundException
Deprecated.
This module will be discontinued, along with its classes and methods.
ParameterNotFoundFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
The Parameter Not Found Exception Factory.
ParameterNotFoundFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundFactory
 
propagatingErrorsAsExceptions() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Specifies to invoke a RemoteFunctionRequestErrorHandler after the request execution which inspects the request result and throws a RemoteFunctionException or one of its more-specific exceptions depending on the returned error messages of the request.
propagatingErrorsAsExceptions() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
Specifies to invoke a RemoteFunctionRequestErrorHandler after the request execution which inspects the BapiRequestResult and throws a RemoteFunctionException or one of its more-specific exceptions depending on the returned error messages of the request.
propagatingErrorsAsExceptions() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Specifies to invoke a RemoteFunctionRequestErrorHandler after the request execution which inspects the RfmRequestResult and throws a RemoteFunctionException or one of its more-specific exceptions depending on the returned error messages of the request.

R

RemoteFunctionCache - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionCache() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionCache
Deprecated.
 
RemoteFunctionCommitFailedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Thrown when the commit during the invocation of a remote function fails.
RemoteFunctionCommitFailedException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionCommitFailedException(RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionCommitFailedException(Iterable<RemoteFunctionMessage>) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionCommitFailedException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionCommitFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionCommitFailedException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
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
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionException(RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionException(Iterable<RemoteFunctionMessage>) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionExceptionFactory<T extends RemoteFunctionException> - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
The Remote Function Exception Factory.
remoteFunctionRequestErrorHandler - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
The result handler that is invoked after the request execution.
RemoteFunctionRequestErrorHandler - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionRequestExecutor<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>,RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT,RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionRequestExecutor(AbstractTransactionFactory<RequestT, RequestResultT>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionRequestExecutor
Deprecated.
 
RemoteFunctionRollbackFailedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
Thrown when the rollback during the invocation of a remote function fails.
RemoteFunctionRollbackFailedException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
Deprecated.
RemoteFunctionRollbackFailedException(RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionRollbackFailedException(Iterable<RemoteFunctionMessage>) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionRollbackFailedException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionRollbackFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
RemoteFunctionRollbackFailedException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
Deprecated.
This module will be discontinued, along with its classes and methods.
RESPONSE_PREFIX_N0 - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapNamespace
Deprecated.
The item prefix.
RESPONSE_PREFIX_SOAP_ENV - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapNamespace
Deprecated.
The parent prefix.
RfmRequest - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
RfmRequest(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Constructs a synchronous remote function call request for which the result will be committed.
RfmRequest(String, boolean) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Constructs a remote function call request.
RfmRequest(String, CommitStrategy) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Constructs a remote function call request.
RfmRequestResult - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
RfmRequestResult() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequestResult
Deprecated.
 
RfmTransactionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
RfmTransactionFactory() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmTransactionFactory
Deprecated.
 
rollback(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
Deprecated.
 
rollback(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
Deprecated.
 
rollback(Destination, RequestT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
Deprecated.
If there was a problem with Transaction.execute(Destination, AbstractRemoteFunctionRequest) or Transaction.commit(Destination, AbstractRemoteFunctionRequest) this method will get called to rollback any unwanted changes.
row() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Deprecated.
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
Deprecated.
Creates a new TableRow, associated to the same table this TableRow is linked to.
row(Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.
row(T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
Creates a new Value based object as element for the given vector.

S

serializeRequest(RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionRequestSerializer
Deprecated.
 
setLabel(String) - Method in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapNamespace
Deprecated.
 
size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Get the size of the result list.
size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
 
size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Deprecated.
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
Deprecated.
Returns the number of Values added in context of this TableRow.
SoapGsonResultElementFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
SoapGsonResultElementFactory(GsonBuilder) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
Deprecated.
 
SoapNamespace - Enum Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
SoapRemoteFunctionRequestSerializer<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>,RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT,RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
SoapRemoteFunctionRequestSerializer(Class<RequestResultT>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionRequestSerializer
Deprecated.
 
SoapTransaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>,RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT,RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
SoapTransaction(RequestSerializer<RequestT, RequestResultT>, ErpHttpRequestExecutor<RequestT, RequestResultT>, ErpHttpRequestExecutor<BapiRequest, BapiRequestResult>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
Deprecated.
 

T

table(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
Adds a parameter reflected by a table type.
table(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
Adds a parameter reflected by a table type.
Table<RequestT> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
TableAsVector<RequestT> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
TableRow<RequestT> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
Deprecated.
 
toString() - Method in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapNamespace
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
Deprecated.
 
Transaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,RequestResultT>,RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT,RequestResultT>> - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc
Deprecated.
This module will be discontinued, along with its classes and methods.

V

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

W

wasSuccessful() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
Deprecated.
Check whether the request was successful.
withChanging(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing parameter.
withChanging(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing Year parameter.
withChanging(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing Boolean parameter.
withChanging(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing Byte parameter.
withChanging(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing Character parameter.
withChanging(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing Double parameter.
withChanging(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing Float parameter.
withChanging(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing Integer parameter.
withChanging(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing Long parameter.
withChanging(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing Short parameter.
withChanging(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing String parameter.
withChanging(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing BigDecimal parameter.
withChanging(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing BigInteger parameter.
withChanging(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing LocalDate parameter.
withChanging(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing LocalTime parameter.
withChanging(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing Locale parameter.
withChanging(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing parameter.
withChanging(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing parameter.
withChangingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing fields parameter for multiple values.
withChangingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing fields parameter for multiple values.
withChangingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Adds a changing table parameter.
withErrorHandler(RemoteFunctionRequestErrorHandler) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Specifies to invoke the provided RemoteFunctionRequestErrorHandler after the request has been executed.
withErrorHandler(RemoteFunctionRequestErrorHandler) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
Specifies to invoke the provided RemoteFunctionRequestErrorHandler after the request has been executed.
withErrorHandler(RemoteFunctionRequestErrorHandler) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Specifies to invoke the provided RemoteFunctionRequestErrorHandler after the request has been executed.
withException(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
Declares an expected exception from calling a remote function module.
withExporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting parameter reflected by a data element.
withExporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, byte[]) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting byte[] parameter reflected by a data element.
withExporting(String, String, byte[]) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, byte[]) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting Year parameter.
withExporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting Boolean parameter reflected by a data element.
withExporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting Byte parameter reflected by a data element.
withExporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting Character parameter reflected by a data element.
withExporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting Double parameter reflected by a data element.
withExporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting Float parameter reflected by a data element.
withExporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting Integer parameter reflected by a data element.
withExporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting Long parameter reflected by a data element.
withExporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting Short parameter reflected by a data element.
withExporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting String parameter reflected by a data element.
withExporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting BigDecimal parameter reflected by a data element.
withExporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting BigInteger parameter reflected by a data element.
withExporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting LocalDate parameter reflected by a data element.
withExporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting LocalTime parameter reflected by a data element.
withExporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting Locale parameter reflected by a data element.
withExporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting parameter reflected by a data element.
withExporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
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.BapiRequest
Deprecated.
 
withExporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting parameter reflected by a structure.
withExportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting parameter reflected by a structure.
withExportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withExportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an exporting parameter reflected by a table type.
withExportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withExportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an importing parameter reflected by a data element.
withImporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing Year parameter reflected by a data element.
withImporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing Boolean parameter reflected by a data element.
withImporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing Byte parameter reflected by a data element.
withImporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing Character parameter reflected by a data element.
withImporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing Double parameter reflected by a data element.
withImporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing Float parameter reflected by a data element.
withImporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing Integer parameter reflected by a data element.
withImporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing Long parameter reflected by a data element.
withImporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing Short parameter reflected by a data element.
withImporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing String parameter reflected by a data element.
withImporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing BigDecimal parameter reflected by a data element.
withImporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing BigInteger parameter reflected by a data element.
withImporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing LocalDate parameter reflected by a data element.
withImporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing LocalTime parameter reflected by a data element.
withImporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a importing Locale parameter reflected by a data element.
withImporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an importing parameter reflected by a data element.
withImporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
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.BapiRequest
Deprecated.
 
withImporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImportingAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an importing parameter as a return parameter with the name defined by AbstractRemoteFunctionRequest.RETURN_PARAMETER.
withImportingAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImportingAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImportingAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an importing parameter as a return parameter.
withImportingAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImportingAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an importing parameter reflected by a structure.
withImportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an importing parameter reflected by a structure.
withImportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withImportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds an importing parameter reflected by a table type.
withImportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withImportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a table parameter.
withTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withTableAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a table parameter as a return parameter with the name defined by AbstractRemoteFunctionRequest.RETURN_PARAMETER.
withTableAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withTableAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withTableAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Adds a table parameter as a return parameter.
withTableAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withTableAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withTypeConverters(ErpTypeConverter<?>...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
withTypeConverters(ErpTypeConverter<?>...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withTypeConverters(ErpTypeConverter<?>...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
withTypeConverters(Iterable<ErpTypeConverter<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
Deprecated.
Registers the given ErpTypeConverters.
withTypeConverters(Iterable<ErpTypeConverter<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
Deprecated.
 
withTypeConverters(Iterable<ErpTypeConverter<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Deprecated.
 
WrongCustomizingException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
The Wrong Customizing Exception.
WrongCustomizingException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingException
Deprecated.
This module will be discontinued, along with its classes and methods.
WrongCustomizingExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
The Wrong Customizing Exception Factory.
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 P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form