Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity.rfc | |
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Method and Description |
---|---|
<T extends ErpType<T>> |
TableRow.field(String name,
String dataType,
T value)
Creates a new
Value object based on the given parameter and the incremented field Id. |
<T extends ErpType<T>> |
Fields.field(String name,
String dataType,
T value) |
<T extends ErpType<T>> |
ParameterFields.field(String name,
String dataType,
T value) |
<T extends ErpType<T>> |
RfmRequest.withChanging(String name,
String dataType,
T value)
Adds a changing parameter.
|
<T extends ErpType<T>> |
RfmRequest.withExporting(String name,
String dataType,
T value)
Adds an exporting parameter reflected by a data element.
|
<T extends ErpType<T>> |
AbstractRemoteFunctionRequest.withExporting(String name,
String dataType,
T value)
Adds an exporting parameter reflected by a data element.
|
<T extends ErpType<T>> |
BapiRequest.withExporting(String name,
String dataType,
T value)
Adds an exporting parameter reflected by a data element.
|
<T extends ErpType<T>> |
RfmRequest.withImporting(String name,
String dataType,
T value)
Adds an importing parameter reflected by a data element.
|
<T extends ErpType<T>> |
AbstractRemoteFunctionRequest.withImporting(String name,
String dataType,
T value)
Adds an importing parameter reflected by a data element.
|
<T extends ErpType<T>> |
BapiRequest.withImporting(String name,
String dataType,
T value)
Adds an importing parameter reflected by a data element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ErpType<T extends ErpType<T>>
ERP type.
|
Modifier and Type | Class and Description |
---|---|
class |
DecimalBasedErpType<T extends DecimalBasedErpType<T>>
The base class for decimal based ERP types.
|
class |
DistributionChannel
Representation of a distribution channel (VTWEG).
|
class |
ErpBoolean
Representation of a boolean in an ERP.
|
class |
ErpDecimal
Representation of a decimal in an ERP.
|
class |
ErpInteger
Representation of an integer in an ERP.
|
class |
IntegerBasedErpType<T extends IntegerBasedErpType<T>>
Base class for an integer like ERP type.
|
class |
InvertedLocalDate
Date that is represented using the nines' complement.
|
class |
LocalDateErpType<T extends LocalDateErpType<T>>
Base class for local date ERP types.
|
class |
LocalTimeErpType<T extends LocalTimeErpType<T>>
Base class for local time ERP types.
|
class |
MessageClass
The MessageClass ERP Type.
|
class |
MessageNumber
The MessageNumber ERP type.
|
class |
MessageType
The MessageType ERP type.
|
class |
SapClient
Representation of a SAP client (MANDT).
|
class |
StringBasedErpType<T extends StringBasedErpType<T>>
Base class for string-based ERP types.
|
Copyright © 2020 SAP SE. All rights reserved.