Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.link |
Modifier and Type | Field and Description |
---|---|
static BillOfMaterialOneToOneLink<BillOfMaterialUsage> |
BillOfMaterial.TO_BILL_OF_MATERIAL_USAGE
Use with available fluent helpers to apply the to_BillOfMaterialUsage navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
BillOfMaterialUsage |
BillOfMaterialUsage.BillOfMaterialUsageBuilder.build() |
BillOfMaterialUsage |
BillOfMaterial.fetchBillOfMaterialUsage()
Fetches the BillOfMaterialUsage entity (one to one) associated with this entity.
|
BillOfMaterialUsage |
BillOfMaterial.getBillOfMaterialUsageOrFetch()
Retrieval of associated BillOfMaterialUsage entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
Optional<BillOfMaterialUsage> |
BillOfMaterial.getBillOfMaterialUsageIfPresent()
Retrieval of associated BillOfMaterialUsage entity (one to one).
|
protected Class<BillOfMaterialUsage> |
BillOfMaterialUsageByKeyFluentHelper.getEntityClass() |
protected Class<BillOfMaterialUsage> |
BillOfMaterialUsageFluentHelper.getEntityClass() |
Class<BillOfMaterialUsage> |
BillOfMaterialUsage.getType() |
Modifier and Type | Method and Description |
---|---|
BillOfMaterial.BillOfMaterialBuilder |
BillOfMaterial.BillOfMaterialBuilder.billOfMaterialUsage(BillOfMaterialUsage value) |
void |
BillOfMaterial.setBillOfMaterialUsage(BillOfMaterialUsage value)
Overwrites the associated BillOfMaterialUsage entity for the loaded navigation property
to_BillOfMaterialUsage.
|
Constructor and Description |
---|
BillOfMaterial(UUID billOfMaterialHeaderUUID,
String billOfMaterialVariantUsage,
String billOfMaterialCategory,
String billOfMaterial,
String billOfMaterialVariant,
String material,
String plant,
Boolean isMultipleBOMAlt,
String bOMHeaderInternalChangeCount,
String bOMUsagePriority,
String billOfMaterialAuthsnGrp,
String billOfMaterialVersion,
String bOMVersionStatus,
Boolean isVersionBillOfMaterial,
Boolean isLatestBOMVersion,
Boolean isConfiguredMaterial,
String bOMTechnicalType,
String bOMGroup,
String bOMHeaderText,
String bOMAlternativeText,
String billOfMaterialStatus,
LocalDateTime headerValidityStartDate,
LocalDateTime headerValidityEndDate,
String engineeringChangeDocForEdit,
String engineeringChangeDocument,
String chgToEngineeringChgDocument,
Boolean isMarkedForDeletion,
Boolean isALE,
String bOMHeaderBaseUnit,
BigDecimal bOMHeaderQuantityInBaseUnit,
LocalDateTime recordCreationDate,
LocalDateTime lastChangeDate,
String createdByUser,
String lastChangedByUser,
String bOMIsToBeDeleted,
Boolean documentIsCreatedByCAD,
String laboratoryOrDesignOffice,
String selectedBillOfMaterialVersion,
List<BillOfMaterialItem> toBillOfMaterialItem,
BillOfMaterialUsage toBillOfMaterialUsage) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BillOfMaterialUsage> |
BillOfMaterialUsageOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected BillOfMaterialUsageLink<ObjectT> |
BillOfMaterialUsageLink.translateLinkType(EntityLink<BillOfMaterialUsageLink<ObjectT>,BillOfMaterialUsage,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.