Modifier and Type | Field and Description |
---|---|
static OutbDeliveryHeaderLink<OutbDeliveryItem> |
OutbDeliveryHeader.TO_DELIVERY_DOCUMENT_ITEM
Use with available fluent helpers to apply the to_DeliveryDocumentItem navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
OutbDeliveryItem |
OutbDeliveryItem.OutbDeliveryItemBuilder.build() |
protected OutbDeliveryItem |
OutbDeliveryItemUpdateFluentHelper.getEntity() |
protected OutbDeliveryItem |
OutbDeliveryItemDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<OutbDeliveryItem> |
OutbDeliveryHeader.fetchDeliveryDocumentItem()
Fetches the OutbDeliveryItem entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<OutbDeliveryItem>> |
OutbDeliveryHeader.getDeliveryDocumentItemIfPresent()
Retrieval of associated OutbDeliveryItem entities (one to many).
|
List<OutbDeliveryItem> |
OutbDeliveryHeader.getDeliveryDocumentItemOrFetch()
Retrieval of associated OutbDeliveryItem entities (one to many).
|
protected Class<OutbDeliveryItem> |
OutbDeliveryItemByKeyFluentHelper.getEntityClass() |
protected Class<OutbDeliveryItem> |
OutbDeliveryItemFluentHelper.getEntityClass() |
Class<OutbDeliveryItem> |
OutbDeliveryItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
OutbDeliveryHeader.addDeliveryDocumentItem(OutbDeliveryItem... entity)
Adds elements to the list of associated OutbDeliveryItem entities.
|
OutbDeliveryHeader.OutbDeliveryHeaderBuilder |
OutbDeliveryHeader.OutbDeliveryHeaderBuilder.deliveryDocumentItem(OutbDeliveryItem... value)
Navigation property to_DeliveryDocumentItem for OutbDeliveryHeader to multiple
OutbDeliveryItem.
|
Modifier and Type | Method and Description |
---|---|
void |
OutbDeliveryHeader.setDeliveryDocumentItem(List<OutbDeliveryItem> value)
Overwrites the list of associated OutbDeliveryItem entities for the loaded navigation property
to_DeliveryDocumentItem.
|
Constructor and Description |
---|
OutbDeliveryItemDeleteFluentHelper(String servicePath,
OutbDeliveryItem entity)
Creates a fluent helper object that will delete a
OutbDeliveryItem
entity on the OData endpoint. |
OutbDeliveryItemUpdateFluentHelper(String servicePath,
OutbDeliveryItem entity)
Creates a fluent helper object that will update a
OutbDeliveryItem
entity on the OData endpoint. |
Constructor and Description |
---|
OutbDeliveryHeader(String shippinglocationtimezone,
String actualDeliveryRoute,
String receivinglocationtimezone,
LocalDateTime actualGoodsMovementDate,
LocalTime actualGoodsMovementTime,
LocalDateTime billingDocumentDate,
String billOfLading,
Boolean completeDeliveryIsDefined,
LocalTime confirmationTime,
String createdByUser,
LocalDateTime creationDate,
LocalTime creationTime,
String customerGroup,
String deliveryBlockReason,
LocalDateTime deliveryDate,
String deliveryDocument,
String deliveryDocumentBySupplier,
String deliveryDocumentType,
Boolean deliveryIsInPlant,
String deliveryPriority,
LocalTime deliveryTime,
String deliveryVersion,
BigDecimal depreciationPercentage,
String distrStatusByDecentralizedWrhs,
LocalDateTime documentDate,
String externalIdentificationType,
String externalTransportSystem,
String factoryCalendarByCustomer,
String goodsIssueOrReceiptSlipNumber,
LocalTime goodsIssueTime,
String handlingUnitInStock,
String hdrGeneralIncompletionStatus,
String hdrGoodsMvtIncompletionStatus,
String headerBillgIncompletionStatus,
String headerBillingBlockReason,
String headerDelivIncompletionStatus,
BigDecimal headerGrossWeight,
BigDecimal headerNetWeight,
String headerPackingIncompletionSts,
String headerPickgIncompletionStatus,
BigDecimal headerVolume,
String headerVolumeUnit,
String headerWeightUnit,
String incotermsClassification,
String incotermsTransferLocation,
LocalDateTime intercompanyBillingDate,
String internalFinancialDocument,
String isDeliveryForSingleWarehouse,
String isExportDelivery,
LocalDateTime lastChangeDate,
String lastChangedByUser,
LocalDateTime loadingDate,
String loadingPoint,
LocalTime loadingTime,
String meansOfTransport,
String meansOfTransportRefMaterial,
String meansOfTransportType,
Boolean orderCombinationIsAllowed,
String orderID,
String overallDelivConfStatus,
String overallDelivReltdBillgStatus,
String overallGoodsMovementStatus,
String overallIntcoBillingStatus,
String overallPackingStatus,
String overallPickingConfStatus,
String overallPickingStatus,
String overallProofOfDeliveryStatus,
String overallSDProcessStatus,
String overallWarehouseActivityStatus,
String ovrlItmDelivIncompletionSts,
String ovrlItmGdsMvtIncompletionSts,
String ovrlItmGeneralIncompletionSts,
String ovrlItmPackingIncompletionSts,
String ovrlItmPickingIncompletionSts,
String paymentGuaranteeProcedure,
String pickedItemsLocation,
LocalDateTime pickingDate,
LocalTime pickingTime,
LocalDateTime plannedGoodsIssueDate,
LocalDateTime proofOfDeliveryDate,
String proposedDeliveryRoute,
String receivingPlant,
String routeSchedule,
String salesDistrict,
String salesOffice,
String salesOrganization,
String sDDocumentCategory,
String shipmentBlockReason,
String shippingCondition,
String shippingPoint,
String shippingType,
String shipToParty,
String soldToParty,
String specialProcessingCode,
String statisticsCurrency,
String supplier,
String totalBlockStatus,
String totalCreditCheckStatus,
String totalNumberOfPackage,
String transactionCurrency,
String transportationGroup,
LocalDateTime transportationPlanningDate,
String transportationPlanningStatus,
LocalTime transportationPlanningTime,
String unloadingPointName,
String warehouse,
String warehouseGate,
String warehouseStagingArea,
List<OutbDeliveryPartner> toDeliveryDocumentPartner,
List<OutbDeliveryItem> toDeliveryDocumentItem) |
Modifier and Type | Method and Description |
---|---|
OutboundDeliveryServiceBatchChangeSet |
OutboundDeliveryServiceBatchChangeSet.deleteOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem)
Deletes an existing
OutbDeliveryItem entity in the S/4HANA system. |
OutboundDeliveryServiceBatchChangeSet |
DefaultOutboundDeliveryServiceBatchChangeSet.deleteOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem)
Deletes an existing
OutbDeliveryItem entity in the S/4HANA system. |
OutboundDeliveryServiceBatchChangeSet |
OutboundDeliveryServiceBatchChangeSet.updateOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem)
Update an existing
OutbDeliveryItem entity and save it to the S/4HANA system. |
OutboundDeliveryServiceBatchChangeSet |
DefaultOutboundDeliveryServiceBatchChangeSet.updateOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem)
Update an existing
OutbDeliveryItem entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OutbDeliveryItem> |
OutbDeliveryItemOneToOneLink.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 OutbDeliveryItemLink<ObjectT> |
OutbDeliveryItemLink.translateLinkType(EntityLink<OutbDeliveryItemLink<ObjectT>,OutbDeliveryItem,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
OutbDeliveryItemDeleteFluentHelper |
OutboundDeliveryService.deleteOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem)
Deprecated.
Deletes an existing
OutbDeliveryItem entity in the S/4HANA system. |
OutbDeliveryItemDeleteFluentHelper |
DefaultOutboundDeliveryService.deleteOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem)
Deprecated.
|
OutbDeliveryItemUpdateFluentHelper |
OutboundDeliveryService.updateOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem)
Deprecated.
Update an existing
OutbDeliveryItem entity and save it to the S/4HANA system. |
OutbDeliveryItemUpdateFluentHelper |
DefaultOutboundDeliveryService.updateOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem)
Deprecated.
|
Copyright © 2020 SAP SE. All rights reserved.