Modifier and Type | Field and Description |
---|---|
static ProductLink<ProductPurchaseText> |
Product.TO_PRODUCT_PURCHASE_TEXT
Use with available fluent helpers to apply the to_ProductPurchaseText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductPurchaseText |
ProductPurchaseText.ProductPurchaseTextBuilder.build() |
protected ProductPurchaseText |
ProductPurchaseTextUpdateFluentHelper.getEntity() |
protected ProductPurchaseText |
ProductPurchaseTextCreateFluentHelper.getEntity() |
protected ProductPurchaseText |
ProductPurchaseTextDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductPurchaseText> |
Product.fetchProductPurchaseText()
Fetches the ProductPurchaseText entities (one to many) associated with this entity.
|
protected Class<ProductPurchaseText> |
ProductPurchaseTextFluentHelper.getEntityClass() |
protected Class<ProductPurchaseText> |
ProductPurchaseTextByKeyFluentHelper.getEntityClass() |
Optional<List<ProductPurchaseText>> |
Product.getProductPurchaseTextIfPresent()
Retrieval of associated ProductPurchaseText entities (one to many).
|
List<ProductPurchaseText> |
Product.getProductPurchaseTextOrFetch()
Retrieval of associated ProductPurchaseText entities (one to many).
|
Class<ProductPurchaseText> |
ProductPurchaseText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Product.addProductPurchaseText(ProductPurchaseText... entity)
Adds elements to the list of associated ProductPurchaseText entities.
|
Product.ProductBuilder |
Product.ProductBuilder.productPurchaseText(ProductPurchaseText... value) |
Modifier and Type | Method and Description |
---|---|
void |
Product.setProductPurchaseText(List<ProductPurchaseText> value)
Overwrites the list of associated ProductPurchaseText entities for the loaded navigation property
to_ProductPurchaseText.
|
Constructor and Description |
---|
ProductPurchaseTextCreateFluentHelper(String servicePath,
ProductPurchaseText entity)
Creates a fluent helper object that will create a
ProductPurchaseText
entity on the OData endpoint. |
ProductPurchaseTextDeleteFluentHelper(String servicePath,
ProductPurchaseText entity)
Creates a fluent helper object that will delete a
ProductPurchaseText
entity on the OData endpoint. |
ProductPurchaseTextUpdateFluentHelper(String servicePath,
ProductPurchaseText entity)
Creates a fluent helper object that will update a
ProductPurchaseText
entity on the OData endpoint. |
Constructor and Description |
---|
Product(String product,
String productType,
String crossPlantStatus,
LocalDateTime crossPlantStatusValidityDate,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
ZonedDateTime lastChangeDateTime,
Boolean isMarkedForDeletion,
String productOldID,
BigDecimal grossWeight,
String purchaseOrderQuantityUnit,
String sourceOfSupply,
String weightUnit,
BigDecimal netWeight,
String countryOfOrigin,
String competitorID,
String productGroup,
String baseUnit,
String itemCategoryGroup,
String productHierarchy,
String division,
String varblPurOrdUnitIsActive,
String volumeUnit,
BigDecimal materialVolume,
String aNPCode,
String brand,
String procurementRule,
LocalDateTime validityStartDate,
String lowLevelCode,
String prodNoInGenProdInPrepackProd,
String serialIdentifierAssgmtProfile,
String sizeOrDimensionText,
String industryStandardName,
String productStandardID,
String internationalArticleNumberCat,
Boolean productIsConfigurable,
Boolean isBatchManagementRequired,
String externalProductGroup,
String crossPlantConfigurableProduct,
String serialNoExplicitnessLevel,
String productManufacturerNumber,
String manufacturerNumber,
String manufacturerPartProfile,
Boolean qltyMgmtInProcmtIsActive,
String changeNumber,
String materialRevisionLevel,
String handlingIndicator,
String warehouseProductGroup,
String warehouseStorageCondition,
String standardHandlingUnitType,
String serialNumberProfile,
String adjustmentProfile,
String preferredUnitOfMeasure,
Boolean isPilferable,
Boolean isRelevantForHzdsSubstances,
BigDecimal quarantinePeriod,
String timeUnitForQuarantinePeriod,
String qualityInspectionGroup,
String authorizationGroup,
String handlingUnitType,
Boolean hasVariableTareWeight,
BigDecimal maximumPackagingLength,
BigDecimal maximumPackagingWidth,
BigDecimal maximumPackagingHeight,
String unitForMaxPackagingDimensions,
List<ProductDescription> toDescription,
List<ProductPlant> toPlant,
List<ProductBasicText> toProductBasicText,
List<ProductInspectionText> toProductInspectionText,
ProductProcurement toProductProcurement,
List<ProductPurchaseText> toProductPurchaseText,
ProductQualityMgmt toProductQualityMgmt,
ProductSales toProductSales,
List<ProductSalesTax> toProductSalesTax,
ProductStorage toProductStorage,
List<ProductUnitsOfMeasure> toProductUnitsOfMeasure,
List<ProductSalesDelivery> toSalesDelivery,
List<ProductValuation> toValuation) |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductPurchaseText(ProductPurchaseText productPurchaseText)
Create a new
ProductPurchaseText entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductPurchaseText(ProductPurchaseText productPurchaseText)
Create a new
ProductPurchaseText entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.deleteProductPurchaseText(ProductPurchaseText productPurchaseText)
Deletes an existing
ProductPurchaseText entity in the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.deleteProductPurchaseText(ProductPurchaseText productPurchaseText)
Deletes an existing
ProductPurchaseText entity in the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductPurchaseText(ProductPurchaseText productPurchaseText)
Update an existing
ProductPurchaseText entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductPurchaseText(ProductPurchaseText productPurchaseText)
Update an existing
ProductPurchaseText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductPurchaseText> |
ProductPurchaseTextOneToOneLink.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 ProductPurchaseTextLink<ObjectT> |
ProductPurchaseTextLink.translateLinkType(EntityLink<ProductPurchaseTextLink<ObjectT>,ProductPurchaseText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.