Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter |
Modifier and Type | Field and Description |
---|---|
static CostCenterTextField<String> |
CostCenterText.CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations.
|
static CostCenterTextField<String> |
CostCenterText.COST_CENTER
Use with available fluent helpers to apply the CostCenter field to query operations.
|
static CostCenterTextField<String> |
CostCenterText.COST_CENTER_DESCRIPTION
Use with available fluent helpers to apply the CostCenterDescription field to query operations.
|
static CostCenterTextField<String> |
CostCenterText.COST_CENTER_NAME
Use with available fluent helpers to apply the CostCenterName field to query operations.
|
static CostCenterTextField<String> |
CostCenterText.LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static CostCenterTextField<LocalDateTime> |
CostCenterText.VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static CostCenterTextField<LocalDateTime> |
CostCenterText.VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> CostCenterTextField<T> |
CostCenterText.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
CostCenterText.field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
Copyright © 2018 SAP SE. All rights reserved.