Uses of Class
com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Uses of BapiRequest in com.sap.cloud.sdk.s4hana.connectivity.rfc
Modifier and TypeMethodDescriptionprotected BapiRequest
BapiRequest.getThis()
Deprecated.BapiRequest.ignoringErrors()
Deprecated.Specifies to invoke aRemoteFunctionRequestErrorHandler
after the request execution which does not inspect theBapiRequestResult
and, therefore, does not throw aRemoteFunctionException
.BapiRequest.propagatingErrorsAsExceptions()
Deprecated.Specifies to invoke aRemoteFunctionRequestErrorHandler
after the request execution which inspects theBapiRequestResult
and throws aRemoteFunctionException
or one of its more-specific exceptions depending on the returned error messages of the request.BapiRequest.withErrorHandler
(RemoteFunctionRequestErrorHandler remoteFunctionRequestErrorHandler) Deprecated.Specifies to invoke the providedRemoteFunctionRequestErrorHandler
after the request has been executed.BapiRequest.withExporting
(String name, String dataType) Deprecated.BapiRequest.withExporting
(String name, String dataType, byte[] value) Deprecated.BapiRequest.withExporting
(String name, String dataType, Year value) Deprecated.BapiRequest.withExporting
(String name, String dataType, Boolean value) Deprecated.BapiRequest.withExporting
(String name, String dataType, Byte value) Deprecated.BapiRequest.withExporting
(String name, String dataType, Character value) Deprecated.BapiRequest.withExporting
(String name, String dataType, Double value) Deprecated.BapiRequest.withExporting
(String name, String dataType, Float value) Deprecated.BapiRequest.withExporting
(String name, String dataType, Integer value) Deprecated.BapiRequest.withExporting
(String name, String dataType, Long value) Deprecated.BapiRequest.withExporting
(String name, String dataType, Short value) Deprecated.BapiRequest.withExporting
(String name, String dataType, String value) Deprecated.BapiRequest.withExporting
(String name, String dataType, BigDecimal value) Deprecated.BapiRequest.withExporting
(String name, String dataType, BigInteger value) Deprecated.BapiRequest.withExporting
(String name, String dataType, LocalDate value) Deprecated.BapiRequest.withExporting
(String name, String dataType, LocalTime value) Deprecated.BapiRequest.withExporting
(String name, String dataType, Locale value) Deprecated.<T extends ErpType<T>>
BapiRequestBapiRequest.withExporting
(String name, String dataType, T value) Deprecated.<T> BapiRequest
BapiRequest.withExporting
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.BapiRequest.withExportingFields
(String name, String dataType, Fields fields) Deprecated.BapiRequest.withImporting
(String name, String dataType) Deprecated.BapiRequest.withImporting
(String name, String dataType, Year value) Deprecated.BapiRequest.withImporting
(String name, String dataType, Boolean value) Deprecated.BapiRequest.withImporting
(String name, String dataType, Byte value) Deprecated.BapiRequest.withImporting
(String name, String dataType, Character value) Deprecated.BapiRequest.withImporting
(String name, String dataType, Double value) Deprecated.BapiRequest.withImporting
(String name, String dataType, Float value) Deprecated.BapiRequest.withImporting
(String name, String dataType, Integer value) Deprecated.BapiRequest.withImporting
(String name, String dataType, Long value) Deprecated.BapiRequest.withImporting
(String name, String dataType, Short value) Deprecated.BapiRequest.withImporting
(String name, String dataType, String value) Deprecated.BapiRequest.withImporting
(String name, String dataType, BigDecimal value) Deprecated.BapiRequest.withImporting
(String name, String dataType, BigInteger value) Deprecated.BapiRequest.withImporting
(String name, String dataType, LocalDate value) Deprecated.BapiRequest.withImporting
(String name, String dataType, LocalTime value) Deprecated.BapiRequest.withImporting
(String name, String dataType, Locale value) Deprecated.<T extends ErpType<T>>
BapiRequestBapiRequest.withImporting
(String name, String dataType, T value) Deprecated.<T> BapiRequest
BapiRequest.withImporting
(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.BapiRequest.withImportingAsReturn
(String dataType) Deprecated.BapiRequest.withImportingAsReturn
(String name, String dataType) Deprecated.BapiRequest.withImportingFields
(String name, String dataType, Fields fields) Deprecated.BapiRequest.withTableAsReturn
(String dataType) Deprecated.BapiRequest.withTableAsReturn
(String name, String dataType) Deprecated.BapiRequest.withTypeConverters
(ErpTypeConverter<?>... typeConverters) Deprecated.BapiRequest.withTypeConverters
(Iterable<ErpTypeConverter<?>> typeConverters) Deprecated.Modifier and TypeMethodDescriptionprotected JCoTransaction<BapiRequest,
BapiRequestResult> BapiTransactionFactory.createJCoTransaction
(String destinationName) Deprecated.protected SoapTransaction<BapiRequest,
BapiRequestResult> BapiTransactionFactory.createSoapTransaction()
Deprecated.BapiRequest.withExportingFields
(String name, String dataType) Deprecated.BapiRequest.withExportingTable
(String name, String dataType) Deprecated.BapiRequest.withImportingFields
(String name, String dataType) Deprecated.BapiRequest.withImportingTable
(String name, String dataType) Deprecated.Deprecated.