Modifier and Type | Field and Description |
---|---|
static OutbDeliveryItemLink<OutbDeliveryDocFlow> |
OutbDeliveryItem.TO_DOCUMENT_FLOW
Use with available fluent helpers to apply the to_DocumentFlow navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
OutbDeliveryDocFlow |
OutbDeliveryDocFlow.OutbDeliveryDocFlowBuilder.build() |
protected OutbDeliveryDocFlow |
OutbDeliveryDocFlowUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<OutbDeliveryDocFlow> |
OutbDeliveryItem.fetchDocumentFlow()
Fetches the OutbDeliveryDocFlow entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<OutbDeliveryDocFlow>> |
OutbDeliveryItem.getDocumentFlowIfPresent()
Retrieval of associated OutbDeliveryDocFlow entities (one to many).
|
List<OutbDeliveryDocFlow> |
OutbDeliveryItem.getDocumentFlowOrFetch()
Retrieval of associated OutbDeliveryDocFlow entities (one to many).
|
protected Class<OutbDeliveryDocFlow> |
OutbDeliveryDocFlowByKeyFluentHelper.getEntityClass() |
Class<OutbDeliveryDocFlow> |
OutbDeliveryDocFlow.getType() |
Modifier and Type | Method and Description |
---|---|
void |
OutbDeliveryItem.addDocumentFlow(OutbDeliveryDocFlow... entity)
Adds elements to the list of associated OutbDeliveryDocFlow entities.
|
OutbDeliveryItem.OutbDeliveryItemBuilder |
OutbDeliveryItem.OutbDeliveryItemBuilder.documentFlow(OutbDeliveryDocFlow... value)
Navigation property to_DocumentFlow for OutbDeliveryItem to multiple
OutbDeliveryDocFlow.
|
Modifier and Type | Method and Description |
---|---|
void |
OutbDeliveryItem.setDocumentFlow(List<OutbDeliveryDocFlow> value)
Overwrites the list of associated OutbDeliveryDocFlow entities for the loaded navigation property
to_DocumentFlow.
|
Constructor and Description |
---|
OutbDeliveryDocFlowUpdateFluentHelper(String servicePath,
OutbDeliveryDocFlow entity)
Creates a fluent helper object that will update a
OutbDeliveryDocFlow entity on the OData endpoint. |
Constructor and Description |
---|
OutbDeliveryItem(BigDecimal actualDeliveredQtyInBaseUnit,
String deliveryVersion,
BigDecimal actualDeliveryQuantity,
String additionalCustomerGroup1,
String additionalCustomerGroup2,
String additionalCustomerGroup3,
String additionalCustomerGroup4,
String additionalCustomerGroup5,
String additionalMaterialGroup1,
String additionalMaterialGroup2,
String additionalMaterialGroup3,
String additionalMaterialGroup4,
String additionalMaterialGroup5,
String alternateProductNumber,
String baseUnit,
String batch,
String batchBySupplier,
String batchClassification,
String bOMExplosion,
String businessArea,
String consumptionPosting,
String controllingArea,
String costCenter,
String createdByUser,
LocalDateTime creationDate,
LocalTime creationTime,
String custEngineeringChgStatus,
String deliveryDocument,
String deliveryDocumentItem,
String deliveryDocumentItemCategory,
String deliveryDocumentItemText,
String deliveryGroup,
String deliveryQuantityUnit,
String deliveryRelatedBillingStatus,
BigDecimal deliveryToBaseQuantityDnmntr,
BigDecimal deliveryToBaseQuantityNmrtr,
String departmentClassificationByCust,
String distributionChannel,
String division,
BigDecimal fixedShipgProcgDurationInDays,
String gLAccount,
String goodsMovementReasonCode,
String goodsMovementStatus,
String goodsMovementType,
String higherLevelItem,
String inspectionLot,
String inspectionPartialLot,
String intercompanyBillingStatus,
String internationalArticleNumber,
String inventorySpecialStockType,
String inventoryValuationType,
Boolean isCompletelyDelivered,
String isNotGoodsMovementsRelevant,
Boolean isSeparateValuation,
String issgOrRcvgBatch,
String issgOrRcvgMaterial,
String issgOrRcvgSpclStockInd,
String issgOrRcvgStockCategory,
String issgOrRcvgValuationType,
String issuingOrReceivingPlant,
String issuingOrReceivingStorageLoc,
String itemBillingBlockReason,
String itemBillingIncompletionStatus,
String itemDeliveryIncompletionStatus,
String itemGdsMvtIncompletionSts,
String itemGeneralIncompletionStatus,
BigDecimal itemGrossWeight,
String itemIsBillingRelevant,
BigDecimal itemNetWeight,
String itemPackingIncompletionStatus,
String itemPickingIncompletionStatus,
BigDecimal itemVolume,
String itemVolumeUnit,
String itemWeightUnit,
LocalDateTime lastChangeDate,
String loadingGroup,
LocalDateTime manufactureDate,
String material,
String materialByCustomer,
String materialFreightGroup,
String materialGroup,
Boolean materialIsBatchManaged,
Boolean materialIsIntBatchManaged,
Integer numberOfSerialNumbers,
String orderID,
String orderItem,
BigDecimal originalDeliveryQuantity,
String originallyRequestedMaterial,
BigDecimal overdelivTolrtdLmtRatioInPct,
String packingStatus,
String partialDeliveryIsAllowed,
String paymentGuaranteeForm,
String pickingConfirmationStatus,
String pickingControl,
String pickingStatus,
String plant,
String primaryPostingSwitch,
LocalDateTime productAvailabilityDate,
LocalTime productAvailabilityTime,
String productConfiguration,
String productHierarchyNode,
String profitabilitySegment,
String profitCenter,
String proofOfDeliveryRelevanceCode,
String proofOfDeliveryStatus,
Boolean quantityIsFixed,
String receivingPoint,
String referenceDocumentLogicalSystem,
String referenceSDDocument,
String referenceSDDocumentCategory,
String referenceSDDocumentItem,
String retailPromotion,
String salesDocumentItemType,
String salesGroup,
String salesOffice,
String sDDocumentCategory,
String sDProcessStatus,
LocalDateTime shelfLifeExpirationDate,
LocalDateTime statisticsDate,
String stockType,
String storageBin,
String storageLocation,
String storageType,
String subsequentMovementType,
String transportationGroup,
BigDecimal underdelivTolrtdLmtRatioInPct,
Boolean unlimitedOverdeliveryIsAllowed,
BigDecimal varblShipgProcgDurationInDays,
String warehouse,
String warehouseActivityStatus,
String warehouseStagingArea,
String warehouseStockCategory,
String warehouseStorageBin,
List<OutbDeliveryDocFlow> toDocumentFlow,
SerialNmbrDelivery toSerialDeliveryItem) |
Modifier and Type | Method and Description |
---|---|
OutboundDeliveryServiceBatchChangeSet |
OutboundDeliveryServiceBatchChangeSet.updateOutbDeliveryDocFlow(OutbDeliveryDocFlow outbDeliveryDocFlow)
Update an existing
OutbDeliveryDocFlow entity and save it to the S/4HANA system. |
OutboundDeliveryServiceBatchChangeSet |
DefaultOutboundDeliveryServiceBatchChangeSet.updateOutbDeliveryDocFlow(OutbDeliveryDocFlow outbDeliveryDocFlow)
Update an existing
OutbDeliveryDocFlow entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OutbDeliveryDocFlow> |
OutbDeliveryDocFlowOneToOneLink.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 OutbDeliveryDocFlowLink<ObjectT> |
OutbDeliveryDocFlowLink.translateLinkType(EntityLink<OutbDeliveryDocFlowLink<ObjectT>,OutbDeliveryDocFlow,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
OutbDeliveryDocFlowUpdateFluentHelper |
OutboundDeliveryService.updateOutbDeliveryDocFlow(OutbDeliveryDocFlow outbDeliveryDocFlow)
Deprecated.
Update an existing
OutbDeliveryDocFlow entity and save it to the S/4HANA system. |
OutbDeliveryDocFlowUpdateFluentHelper |
DefaultOutboundDeliveryService.updateOutbDeliveryDocFlow(OutbDeliveryDocFlow outbDeliveryDocFlow)
Deprecated.
|
Copyright © 2020 SAP SE. All rights reserved.