Uses of Class
com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
Packages that use RfmRequest
-
Uses of RfmRequest in com.sap.cloud.sdk.s4hana.connectivity.rfc
Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc that return RfmRequestModifier and TypeMethodDescriptionprotected RfmRequestRfmRequest.getThis()Deprecated.RfmRequest.ignoringErrors()Deprecated.Specifies to invoke aRemoteFunctionRequestErrorHandlerafter the request execution which does not inspect theRfmRequestResultand, therefore, does not throw aRemoteFunctionException.RfmRequest.propagatingErrorsAsExceptions()Deprecated.Specifies to invoke aRemoteFunctionRequestErrorHandlerafter the request execution which inspects theRfmRequestResultand throws aRemoteFunctionExceptionor one of its more-specific exceptions depending on the returned error messages of the request.RfmRequest.withChanging(String name, String dataType) Deprecated.Adds a changing parameter.RfmRequest.withChanging(String name, String dataType, Year value) Deprecated.Adds a changingYearparameter.RfmRequest.withChanging(String name, String dataType, Boolean value) Deprecated.Adds a changingBooleanparameter.RfmRequest.withChanging(String name, String dataType, Byte value) Deprecated.Adds a changingByteparameter.RfmRequest.withChanging(String name, String dataType, Character value) Deprecated.Adds a changingCharacterparameter.RfmRequest.withChanging(String name, String dataType, Double value) Deprecated.Adds a changingDoubleparameter.RfmRequest.withChanging(String name, String dataType, Float value) Deprecated.Adds a changingFloatparameter.RfmRequest.withChanging(String name, String dataType, Integer value) Deprecated.Adds a changingIntegerparameter.RfmRequest.withChanging(String name, String dataType, Long value) Deprecated.Adds a changingLongparameter.RfmRequest.withChanging(String name, String dataType, Short value) Deprecated.Adds a changingShortparameter.RfmRequest.withChanging(String name, String dataType, String value) Deprecated.Adds a changingStringparameter.RfmRequest.withChanging(String name, String dataType, BigDecimal value) Deprecated.Adds a changingBigDecimalparameter.RfmRequest.withChanging(String name, String dataType, BigInteger value) Deprecated.Adds a changingBigIntegerparameter.RfmRequest.withChanging(String name, String dataType, LocalDate value) Deprecated.Adds a changingLocalDateparameter.RfmRequest.withChanging(String name, String dataType, LocalTime value) Deprecated.Adds a changingLocalTimeparameter.RfmRequest.withChanging(String name, String dataType, Locale value) Deprecated.Adds a changingLocaleparameter.<T extends ErpType<T>>
RfmRequestRfmRequest.withChanging(String name, String dataType, T value) Deprecated.Adds a changing parameter.<T> RfmRequestRfmRequest.withChanging(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.Adds a changing parameter.RfmRequest.withChangingFields(String name, String dataType, Fields fields) Deprecated.Adds a changing fields parameter for multiple values.RfmRequest.withErrorHandler(RemoteFunctionRequestErrorHandler remoteFunctionRequestErrorHandler) Deprecated.Specifies to invoke the providedRemoteFunctionRequestErrorHandlerafter the request has been executed.RfmRequest.withException(String name) Deprecated.Declares an expected exception from calling a remote function module.RfmRequest.withExporting(String name, String dataType) Deprecated.RfmRequest.withExporting(String name, String dataType, byte[] value) Deprecated.RfmRequest.withExporting(String name, String dataType, Year value) Deprecated.RfmRequest.withExporting(String name, String dataType, Boolean value) Deprecated.RfmRequest.withExporting(String name, String dataType, Byte value) Deprecated.RfmRequest.withExporting(String name, String dataType, Character value) Deprecated.RfmRequest.withExporting(String name, String dataType, Double value) Deprecated.RfmRequest.withExporting(String name, String dataType, Float value) Deprecated.RfmRequest.withExporting(String name, String dataType, Integer value) Deprecated.RfmRequest.withExporting(String name, String dataType, Long value) Deprecated.RfmRequest.withExporting(String name, String dataType, Short value) Deprecated.RfmRequest.withExporting(String name, String dataType, String value) Deprecated.RfmRequest.withExporting(String name, String dataType, BigDecimal value) Deprecated.RfmRequest.withExporting(String name, String dataType, BigInteger value) Deprecated.RfmRequest.withExporting(String name, String dataType, LocalDate value) Deprecated.RfmRequest.withExporting(String name, String dataType, LocalTime value) Deprecated.RfmRequest.withExporting(String name, String dataType, Locale value) Deprecated.<T extends ErpType<T>>
RfmRequestRfmRequest.withExporting(String name, String dataType, T value) Deprecated.<T> RfmRequestRfmRequest.withExporting(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.RfmRequest.withExportingFields(String name, String dataType, Fields fields) Deprecated.RfmRequest.withImporting(String name, String dataType) Deprecated.RfmRequest.withImporting(String name, String dataType, Year value) Deprecated.RfmRequest.withImporting(String name, String dataType, Boolean value) Deprecated.RfmRequest.withImporting(String name, String dataType, Byte value) Deprecated.RfmRequest.withImporting(String name, String dataType, Character value) Deprecated.RfmRequest.withImporting(String name, String dataType, Double value) Deprecated.RfmRequest.withImporting(String name, String dataType, Float value) Deprecated.RfmRequest.withImporting(String name, String dataType, Integer value) Deprecated.RfmRequest.withImporting(String name, String dataType, Long value) Deprecated.RfmRequest.withImporting(String name, String dataType, Short value) Deprecated.RfmRequest.withImporting(String name, String dataType, String value) Deprecated.RfmRequest.withImporting(String name, String dataType, BigDecimal value) Deprecated.RfmRequest.withImporting(String name, String dataType, BigInteger value) Deprecated.RfmRequest.withImporting(String name, String dataType, LocalDate value) Deprecated.RfmRequest.withImporting(String name, String dataType, LocalTime value) Deprecated.RfmRequest.withImporting(String name, String dataType, Locale value) Deprecated.<T extends ErpType<T>>
RfmRequestRfmRequest.withImporting(String name, String dataType, T value) Deprecated.<T> RfmRequestRfmRequest.withImporting(String name, String dataType, T value, ErpTypeConverter<T> typeConverter) Deprecated.RfmRequest.withImportingAsReturn(String dataType) Deprecated.RfmRequest.withImportingAsReturn(String name, String dataType) Deprecated.RfmRequest.withImportingFields(String name, String dataType, Fields fields) Deprecated.RfmRequest.withTableAsReturn(String dataType) Deprecated.RfmRequest.withTableAsReturn(String name, String dataType) Deprecated.RfmRequest.withTypeConverters(ErpTypeConverter<?>... typeConverters) Deprecated.RfmRequest.withTypeConverters(Iterable<ErpTypeConverter<?>> typeConverters) Deprecated.Methods in com.sap.cloud.sdk.s4hana.connectivity.rfc that return types with arguments of type RfmRequestModifier and TypeMethodDescriptionprotected JCoTransaction<RfmRequest,RfmRequestResult> RfmTransactionFactory.createJCoTransaction(String destinationName) Deprecated.protected SoapTransaction<RfmRequest,RfmRequestResult> RfmTransactionFactory.createSoapTransaction()Deprecated.RfmRequest.withChangingFields(String name, String dataType) Deprecated.Adds a changing fields parameter for multiple values.RfmRequest.withChangingTable(String name, String dataType) Deprecated.Adds a changing table parameter.RfmRequest.withExportingFields(String name, String dataType) Deprecated.RfmRequest.withExportingTable(String name, String dataType) Deprecated.RfmRequest.withImportingFields(String name, String dataType) Deprecated.RfmRequest.withImportingTable(String name, String dataType) Deprecated.Deprecated.