Modifier and Type | Field and Description |
---|---|
static MaterialBOMItemOneToOneLink<MaterialBOM> |
MaterialBOMItem.TO_BILL_OF_MATERIAL
Use with available fluent helpers to apply the to_BillOfMaterial navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
MaterialBOM |
MaterialBOM.MaterialBOMBuilder.build() |
MaterialBOM |
ReleaseVersionBOMFluentHelper.execute(ErpConfigContext configContext) |
MaterialBOM |
MaterialBOMItem.fetchBillOfMaterial()
Fetches the MaterialBOM entity (one to one) associated with this entity.
|
MaterialBOM |
MaterialBOMItem.getBillOfMaterialOrFetch()
Retrieval of associated MaterialBOM entity (one to one).
|
protected MaterialBOM |
MaterialBOMCreateFluentHelper.getEntity() |
protected MaterialBOM |
MaterialBOMUpdateFluentHelper.getEntity() |
protected MaterialBOM |
MaterialBOMDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
Optional<MaterialBOM> |
MaterialBOMItem.getBillOfMaterialIfPresent()
Retrieval of associated MaterialBOM entity (one to one).
|
protected Class<MaterialBOM> |
MaterialBOMByKeyFluentHelper.getEntityClass() |
protected Class<MaterialBOM> |
ReleaseVersionBOMFluentHelper.getEntityClass() |
protected Class<MaterialBOM> |
MaterialBOMFluentHelper.getEntityClass() |
Class<MaterialBOM> |
MaterialBOM.getType() |
Modifier and Type | Method and Description |
---|---|
MaterialBOMItem.MaterialBOMItemBuilder |
MaterialBOMItem.MaterialBOMItemBuilder.billOfMaterial(MaterialBOM value) |
void |
MaterialBOMItem.setBillOfMaterial(MaterialBOM value)
Overwrites the associated MaterialBOM entity for the loaded navigation property to_BillOfMaterial.
|
Constructor and Description |
---|
MaterialBOMCreateFluentHelper(String servicePath,
MaterialBOM entity)
Creates a fluent helper object that will create a
MaterialBOM entity on
the OData endpoint. |
MaterialBOMDeleteFluentHelper(String servicePath,
MaterialBOM entity)
Creates a fluent helper object that will delete a
MaterialBOM entity on
the OData endpoint. |
MaterialBOMItem(String billOfMaterial,
String billOfMaterialCategory,
String billOfMaterialVariant,
String billOfMaterialVersion,
String billOfMaterialItemNodeNumber,
String headerChangeDocument,
String material,
String plant,
UUID billOfMaterialItemUUID,
String bOMItemInternalChangeCount,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String engineeringChangeDocForEdit,
String engineeringChangeDocument,
String chgToEngineeringChgDocument,
String inheritedNodeNumberForBOMItem,
LocalDateTime bOMItemRecordCreationDate,
String bOMItemCreatedByUser,
LocalDateTime bOMItemLastChangeDate,
String bOMItemLastChangedByUser,
String billOfMaterialComponent,
String billOfMaterialItemCategory,
String billOfMaterialItemNumber,
String billOfMaterialItemUnit,
BigDecimal billOfMaterialItemQuantity,
String isAssembly,
Boolean isSubItem,
String bOMItemSorter,
Boolean fixedQuantity,
String purchasingGroup,
String currency,
BigDecimal materialComponentPrice,
String identifierBOMItem,
BigDecimal materialPriceUnitQty,
BigDecimal componentScrapInPercent,
BigDecimal operationScrapInPercent,
Boolean isNetScrap,
BigDecimal numberOfVariableSizeItem,
BigDecimal quantityVariableSizeItem,
String formulaKey,
String bOMItemDescription,
String bOMItemText2,
String materialGroup,
String documentType,
String docNumber,
String documentVersion,
String documentPart,
String classNumber,
String classType,
String resultingItemCategory,
String dependencyObjectNumber,
String objectType,
Boolean isClassificationRelevant,
Boolean isBulkMaterial,
String bOMItemIsSparePart,
String bOMItemIsSalesRelevant,
Boolean isProductionRelevant,
Boolean bOMItemIsPlantMaintRelevant,
String bOMItemIsCostingRelevant,
Boolean isEngineeringRelevant,
String specialProcurementType,
Boolean isBOMRecursiveAllowed,
BigDecimal operationLeadTimeOffset,
String opsLeadTimeOffsetUnit,
String isMaterialProvision,
Boolean bOMIsRecursive,
Boolean documentIsCreatedByCAD,
String distrKeyCompConsumption,
BigDecimal deliveryDurationInDays,
String creditor,
String costElement,
BigDecimal size1,
BigDecimal size2,
BigDecimal size3,
String unitOfMeasureForSize1To3,
BigDecimal goodsReceiptDuration,
String purchasingOrganization,
Boolean requiredComponent,
Boolean multipleSelectionAllowed,
String prodOrderIssueLocation,
Boolean materialIsCoProduct,
String explosionType,
String alternativeItemGroup,
String followUpGroup,
String discontinuationGroup,
String isConfigurableBOM,
String referencePoint,
BigDecimal leadTimeOffset,
String productionSupplyArea,
Boolean isDeleted,
Boolean isALE,
ZonedDateTime lastChangeDateTime,
MaterialBOM toBillOfMaterial,
BOMItemCategory toBOMItemCategory) |
MaterialBOMUpdateFluentHelper(String servicePath,
MaterialBOM entity)
Creates a fluent helper object that will update a
MaterialBOM entity on
the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<MaterialBOM> |
MaterialBOMOneToOneLink.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 MaterialBOMLink<ObjectT> |
MaterialBOMLink.translateLinkType(EntityLink<MaterialBOMLink<ObjectT>,MaterialBOM,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
MaterialBOMCreateFluentHelper |
DefaultBillOfMaterialsV2Service.createMaterialBOM(MaterialBOM materialBOM) |
MaterialBOMCreateFluentHelper |
BillOfMaterialsV2Service.createMaterialBOM(MaterialBOM materialBOM)
Create a new
MaterialBOM entity and save it to the S/4HANA system. |
MaterialBOMDeleteFluentHelper |
DefaultBillOfMaterialsV2Service.deleteMaterialBOM(MaterialBOM materialBOM) |
MaterialBOMDeleteFluentHelper |
BillOfMaterialsV2Service.deleteMaterialBOM(MaterialBOM materialBOM)
Deletes an existing
MaterialBOM entity in the S/4HANA system. |
MaterialBOMUpdateFluentHelper |
DefaultBillOfMaterialsV2Service.updateMaterialBOM(MaterialBOM materialBOM) |
MaterialBOMUpdateFluentHelper |
BillOfMaterialsV2Service.updateMaterialBOM(MaterialBOM materialBOM)
Update an existing
MaterialBOM entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.