Modifier and Type | Field and Description |
---|---|
static OutbDeliveryHeaderLink<OutbDeliveryHeaderText> |
OutbDeliveryHeader.TO_DELIVERY_DOCUMENT_TEXT
Use with available fluent helpers to apply the to_DeliveryDocumentText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
OutbDeliveryHeaderText |
OutbDeliveryHeaderText.OutbDeliveryHeaderTextBuilder.build() |
protected OutbDeliveryHeaderText |
OutbDeliveryHeaderTextCreateFluentHelper.getEntity() |
protected OutbDeliveryHeaderText |
OutbDeliveryHeaderTextUpdateFluentHelper.getEntity() |
protected OutbDeliveryHeaderText |
OutbDeliveryHeaderTextDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<OutbDeliveryHeaderText> |
OutbDeliveryHeader.fetchDeliveryDocumentText()
Fetches the OutbDeliveryHeaderText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<OutbDeliveryHeaderText>> |
OutbDeliveryHeader.getDeliveryDocumentTextIfPresent()
Retrieval of associated OutbDeliveryHeaderText entities (one to many).
|
List<OutbDeliveryHeaderText> |
OutbDeliveryHeader.getDeliveryDocumentTextOrFetch()
Retrieval of associated OutbDeliveryHeaderText entities (one to many).
|
Class<OutbDeliveryHeaderText> |
OutbDeliveryHeaderText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
OutbDeliveryHeader.addDeliveryDocumentText(OutbDeliveryHeaderText... entity)
Adds elements to the list of associated OutbDeliveryHeaderText entities.
|
OutbDeliveryHeader.OutbDeliveryHeaderBuilder |
OutbDeliveryHeader.OutbDeliveryHeaderBuilder.deliveryDocumentText(OutbDeliveryHeaderText... value)
Navigation property to_DeliveryDocumentText for OutbDeliveryHeader to multiple
OutbDeliveryHeaderText.
|
Modifier and Type | Method and Description |
---|---|
void |
OutbDeliveryHeader.setDeliveryDocumentText(List<OutbDeliveryHeaderText> value)
Overwrites the list of associated OutbDeliveryHeaderText entities for the loaded navigation property
to_DeliveryDocumentText.
|
Constructor and Description |
---|
OutbDeliveryHeader(String actualDeliveryRoute,
String shippinglocationtimezone,
LocalDateTime actualGoodsMovementDate,
String receivinglocationtimezone,
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<OutbDeliveryItem> toDeliveryDocumentItem,
List<OutbDeliveryPartner> toDeliveryDocumentPartner,
List<HandlingUnitHeaderDelivery> toHandlingUnitHeaderDelivery,
List<OutbDeliveryHeaderText> toDeliveryDocumentText) |
Modifier and Type | Method and Description |
---|---|
OutboundDeliveryV2ServiceBatchChangeSet |
OutboundDeliveryV2ServiceBatchChangeSet.createOutbDeliveryHeaderText(OutbDeliveryHeaderText outbDeliveryHeaderText)
Create a new
OutbDeliveryHeaderText entity and save it to the S/4HANA system. |
OutboundDeliveryV2ServiceBatchChangeSet |
DefaultOutboundDeliveryV2ServiceBatchChangeSet.createOutbDeliveryHeaderText(OutbDeliveryHeaderText outbDeliveryHeaderText)
Create a new
OutbDeliveryHeaderText entity and save it to the S/4HANA system. |
OutboundDeliveryV2ServiceBatchChangeSet |
OutboundDeliveryV2ServiceBatchChangeSet.deleteOutbDeliveryHeaderText(OutbDeliveryHeaderText outbDeliveryHeaderText)
Deletes an existing
OutbDeliveryHeaderText entity in the S/4HANA system. |
OutboundDeliveryV2ServiceBatchChangeSet |
DefaultOutboundDeliveryV2ServiceBatchChangeSet.deleteOutbDeliveryHeaderText(OutbDeliveryHeaderText outbDeliveryHeaderText)
Deletes an existing
OutbDeliveryHeaderText entity in the S/4HANA system. |
OutboundDeliveryV2ServiceBatchChangeSet |
OutboundDeliveryV2ServiceBatchChangeSet.updateOutbDeliveryHeaderText(OutbDeliveryHeaderText outbDeliveryHeaderText)
Update an existing
OutbDeliveryHeaderText entity and save it to the S/4HANA system. |
OutboundDeliveryV2ServiceBatchChangeSet |
DefaultOutboundDeliveryV2ServiceBatchChangeSet.updateOutbDeliveryHeaderText(OutbDeliveryHeaderText outbDeliveryHeaderText)
Update an existing
OutbDeliveryHeaderText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OutbDeliveryHeaderText> |
OutbDeliveryHeaderTextOneToOneLink.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 OutbDeliveryHeaderTextLink<ObjectT> |
OutbDeliveryHeaderTextLink.translateLinkType(EntityLink<OutbDeliveryHeaderTextLink<ObjectT>,OutbDeliveryHeaderText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.