Modifier and Type | Field and Description |
---|---|
static ComplexProperty.Collection<FixedAssetUsageObject,SAP__Message> |
FixedAssetUsageObject._MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
|
static SimpleProperty<FixedAssetUsageObject> |
FixedAssetUsageObject.ALL_FIELDS
Selector for all available fields of FixedAssetUsageObject.
|
static SimpleProperty.String<FixedAssetUsageObject> |
FixedAssetUsageObject.BASE_UNIT |
static SimpleProperty.String<FixedAssetUsageObject> |
FixedAssetUsageObject.COMPANY_CODE |
static SimpleProperty.String<FixedAssetUsageObject> |
FixedAssetUsageObject.FIXED_ASSET_USAGE_OBJ_LFCYC_NAME |
static SimpleProperty.String<FixedAssetUsageObject> |
FixedAssetUsageObject.FIXED_ASSET_USAGE_OBJ_LFCYC_STS |
static SimpleProperty.String<FixedAssetUsageObject> |
FixedAssetUsageObject.FIXED_ASSET_USAGE_OBJECT |
static SimpleProperty.String<FixedAssetUsageObject> |
FixedAssetUsageObject.FIXED_ASSET_USAGE_OBJECT_DESC |
static SimpleProperty.Boolean<FixedAssetUsageObject> |
FixedAssetUsageObject.IS_ACTIVE |
static SimpleProperty.DateTime<FixedAssetUsageObject> |
FixedAssetUsageObject.LAST_CHANGE_DATE_TIME |
static NavigationProperty.Single<FixedAssetUsageObjectPeriod,FixedAssetUsageObject> |
FixedAssetUsageObjectPeriod.TO__USAGE_OBJECT
Use with available request builders to apply the _UsageObject navigation property to query operations.
|
static NavigationProperty.Single<FixedAssetUsageObjectTotal,FixedAssetUsageObject> |
FixedAssetUsageObjectTotal.TO__USAGE_OBJECT
Use with available request builders to apply the _UsageObject navigation property to query operations.
|
static NavigationProperty.Collection<FixedAssetUsageObject,FixedAssetUsageObjectPeriod> |
FixedAssetUsageObject.TO__USAGE_OBJECT_PERIOD
Use with available request builders to apply the _UsageObjectPeriod navigation property to query
operations.
|
static NavigationProperty.Collection<FixedAssetUsageObject,FixedAssetUsageObjectTotal> |
FixedAssetUsageObject.TO__USAGE_OBJECT_TOTAL
Use with available request builders to apply the _UsageObjectTotal navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
FixedAssetUsageObject |
FixedAssetUsageObject.FixedAssetUsageObjectBuilder.build() |
Modifier and Type | Method and Description |
---|---|
Class<FixedAssetUsageObject> |
FixedAssetUsageObject.getType() |
io.vavr.control.Option<FixedAssetUsageObject> |
FixedAssetUsageObjectPeriod.getUsageObjectIfPresent()
Retrieval of associated FixedAssetUsageObject entity (one to one).
|
io.vavr.control.Option<FixedAssetUsageObject> |
FixedAssetUsageObjectTotal.getUsageObjectIfPresent()
Retrieval of associated FixedAssetUsageObject entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
void |
FixedAssetUsageObjectPeriod.setUsageObject(FixedAssetUsageObject value)
Overwrites the associated FixedAssetUsageObject entity for the loaded navigation property
_UsageObject.
|
void |
FixedAssetUsageObjectTotal.setUsageObject(FixedAssetUsageObject value)
Overwrites the associated FixedAssetUsageObject entity for the loaded navigation property
_UsageObject.
|
FixedAssetUsageObjectPeriod.FixedAssetUsageObjectPeriodBuilder |
FixedAssetUsageObjectPeriod.FixedAssetUsageObjectPeriodBuilder.usageObject(FixedAssetUsageObject value)
Navigation property _UsageObject for FixedAssetUsageObjectPeriod to single
FixedAssetUsageObject.
|
FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder |
FixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder.usageObject(FixedAssetUsageObject value)
Navigation property _UsageObject for FixedAssetUsageObjectTotal to single
FixedAssetUsageObject.
|
Constructor and Description |
---|
FixedAssetUsageObjectPeriod(String companyCode,
String fixedAssetUsageObject,
LocalDate validityEndDate,
LocalDate validityStartDate,
BigDecimal periodPlannedQtyInProdnUnit,
String baseUnit,
FixedAssetUsageObject to_UsageObject) |
FixedAssetUsageObjectTotal(String companyCode,
String fixedAssetUsageObject,
String fixedAssetUsageObjectDeprArea,
LocalDate validityEndDate,
LocalDate validityStartDate,
BigDecimal capacityInProductionUnit,
String baseUnit,
Collection<SAP__Message> _Messages,
FixedAssetUsageObject to_UsageObject) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<FixedAssetUsageObject> |
FixedAssetUsageObjectForUoPDepreciationService.countFixedAssetUsageObject()
Fetch the number of entries from the
FixedAssetUsageObject entity collection matching the filter and search expressions. |
CountRequestBuilder<FixedAssetUsageObject> |
DefaultFixedAssetUsageObjectForUoPDepreciationService.countFixedAssetUsageObject() |
CreateRequestBuilder<FixedAssetUsageObject> |
FixedAssetUsageObjectForUoPDepreciationService.createFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject)
Create a new
FixedAssetUsageObject entity and save it to the S/4HANA system. |
CreateRequestBuilder<FixedAssetUsageObject> |
DefaultFixedAssetUsageObjectForUoPDepreciationService.createFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject) |
DeleteRequestBuilder<FixedAssetUsageObject> |
FixedAssetUsageObjectForUoPDepreciationService.deleteFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject)
Deletes an existing
FixedAssetUsageObject entity in the S/4HANA system. |
DeleteRequestBuilder<FixedAssetUsageObject> |
DefaultFixedAssetUsageObjectForUoPDepreciationService.deleteFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject) |
GetAllRequestBuilder<FixedAssetUsageObject> |
FixedAssetUsageObjectForUoPDepreciationService.getAllFixedAssetUsageObject()
Fetch multiple
FixedAssetUsageObject entities. |
GetAllRequestBuilder<FixedAssetUsageObject> |
DefaultFixedAssetUsageObjectForUoPDepreciationService.getAllFixedAssetUsageObject() |
GetByKeyRequestBuilder<FixedAssetUsageObject> |
FixedAssetUsageObjectForUoPDepreciationService.getFixedAssetUsageObjectByKey(String companyCode,
String fixedAssetUsageObject)
Fetch a single
FixedAssetUsageObject entity using key fields. |
GetByKeyRequestBuilder<FixedAssetUsageObject> |
DefaultFixedAssetUsageObjectForUoPDepreciationService.getFixedAssetUsageObjectByKey(String companyCode,
String fixedAssetUsageObject) |
UpdateRequestBuilder<FixedAssetUsageObject> |
FixedAssetUsageObjectForUoPDepreciationService.updateFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject)
Update an existing
FixedAssetUsageObject entity and save it to the S/4HANA system. |
UpdateRequestBuilder<FixedAssetUsageObject> |
DefaultFixedAssetUsageObjectForUoPDepreciationService.updateFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject) |
Modifier and Type | Method and Description |
---|---|
CreateRequestBuilder<FixedAssetUsageObject> |
FixedAssetUsageObjectForUoPDepreciationService.createFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject)
Create a new
FixedAssetUsageObject entity and save it to the S/4HANA system. |
CreateRequestBuilder<FixedAssetUsageObject> |
DefaultFixedAssetUsageObjectForUoPDepreciationService.createFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject) |
DeleteRequestBuilder<FixedAssetUsageObject> |
FixedAssetUsageObjectForUoPDepreciationService.deleteFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject)
Deletes an existing
FixedAssetUsageObject entity in the S/4HANA system. |
DeleteRequestBuilder<FixedAssetUsageObject> |
DefaultFixedAssetUsageObjectForUoPDepreciationService.deleteFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject) |
UpdateRequestBuilder<FixedAssetUsageObject> |
FixedAssetUsageObjectForUoPDepreciationService.updateFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject)
Update an existing
FixedAssetUsageObject entity and save it to the S/4HANA system. |
UpdateRequestBuilder<FixedAssetUsageObject> |
DefaultFixedAssetUsageObjectForUoPDepreciationService.updateFixedAssetUsageObject(FixedAssetUsageObject fixedAssetUsageObject) |
Copyright © 2021 SAP SE. All rights reserved.