Modifier and Type | Field and Description |
---|---|
static SchAgrmtItemLink<SchAgrmtSchLine> |
SchAgrmtItem.TO_SCH_AGRMT_SCH_LINE
Use with available fluent helpers to apply the to_SchAgrmtSchLine navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SchAgrmtSchLine |
SchAgrmtSchLine.SchAgrmtSchLineBuilder.build() |
protected SchAgrmtSchLine |
SchAgrmtSchLineCreateFluentHelper.getEntity() |
protected SchAgrmtSchLine |
SchAgrmtSchLineUpdateFluentHelper.getEntity() |
protected SchAgrmtSchLine |
SchAgrmtSchLineDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SchAgrmtSchLine> |
SchAgrmtItem.fetchSchAgrmtSchLine()
Fetches the SchAgrmtSchLine entities (one to many) associated with this entity.
|
protected Class<SchAgrmtSchLine> |
SchAgrmtSchLineByKeyFluentHelper.getEntityClass() |
protected Class<SchAgrmtSchLine> |
SchAgrmtSchLineFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SchAgrmtSchLine>> |
SchAgrmtItem.getSchAgrmtSchLineIfPresent()
Retrieval of associated SchAgrmtSchLine entities (one to many).
|
List<SchAgrmtSchLine> |
SchAgrmtItem.getSchAgrmtSchLineOrFetch()
Retrieval of associated SchAgrmtSchLine entities (one to many).
|
Class<SchAgrmtSchLine> |
SchAgrmtSchLine.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SchAgrmtItem.addSchAgrmtSchLine(SchAgrmtSchLine... entity)
Adds elements to the list of associated SchAgrmtSchLine entities.
|
SchAgrmtItem.SchAgrmtItemBuilder |
SchAgrmtItem.SchAgrmtItemBuilder.schAgrmtSchLine(SchAgrmtSchLine... value)
Navigation property to_SchAgrmtSchLine for SchAgrmtItem to multiple SchAgrmtSchLine.
|
Modifier and Type | Method and Description |
---|---|
void |
SchAgrmtItem.setSchAgrmtSchLine(List<SchAgrmtSchLine> value)
Overwrites the list of associated SchAgrmtSchLine entities for the loaded navigation property
to_SchAgrmtSchLine.
|
Constructor and Description |
---|
SchAgrmtSchLineCreateFluentHelper(String servicePath,
SchAgrmtSchLine entity)
Creates a fluent helper object that will create a
SchAgrmtSchLine
entity on the OData endpoint. |
SchAgrmtSchLineDeleteFluentHelper(String servicePath,
SchAgrmtSchLine entity)
Creates a fluent helper object that will delete a
SchAgrmtSchLine
entity on the OData endpoint. |
SchAgrmtSchLineUpdateFluentHelper(String servicePath,
SchAgrmtSchLine entity)
Creates a fluent helper object that will update a
SchAgrmtSchLine
entity on the OData endpoint. |
Constructor and Description |
---|
SchAgrmtItem(String schedulingAgreement,
String schedulingAgreementItem,
String companyCode,
String purchasingDocumentCategory,
String purchasingDocumentItemCategory,
String purchasingDocumentItemText,
String material,
String manufacturerMaterial,
String supplierMaterialNumber,
String materialGroup,
String plant,
String referenceDeliveryAddressID,
String incotermsClassification,
String incotermsTransferLocation,
String orderQuantityUnit,
BigDecimal targetQuantity,
String purchaseRequisition,
String purchaseRequisitionItem,
BigDecimal schedAgrmtAgreedCumQty,
LocalDateTime schedAgrmtCumQtyReconcileDate,
LocalDateTime itemLastTransmissionDate,
BigDecimal noDaysReminder1,
BigDecimal noDaysReminder2,
BigDecimal noDaysReminder3,
String purgDocOrderAcknNumber,
String requirementTracking,
Boolean isOrderAcknRqd,
Boolean purgDocEstimatedPrice,
Boolean priceIsToBePrinted,
String accountAssignmentCategory,
String multipleAcctAssgmtDistribution,
String partialInvoiceDistribution,
BigDecimal netPriceAmount,
BigDecimal netPriceQuantity,
String orderPriceUnit,
String productType,
String materialType,
String storageLocation,
String documentCurrency,
String isInfoRecordUpdated,
String purchasingInfoRecord,
BigDecimal ordPriceUnitToOrderUnitDnmntr,
BigDecimal orderPriceUnitToOrderUnitNmrtr,
String purchasingDocumentDeletionCode,
BigDecimal underdelivTolrtdLmtRatioInPct,
BigDecimal overdelivTolrtdLmtRatioInPct,
Boolean unlimitedOverdeliveryIsAllowed,
String stockType,
String taxCode,
String taxCountry,
LocalDateTime taxDeterminationDate,
String shippingInstruction,
String isInfoAtRegistration,
Boolean goodsReceiptIsExpected,
Boolean goodsReceiptIsNonValuated,
Boolean invoiceIsExpected,
Boolean invoiceIsGoodsReceiptBased,
Boolean evaldRcptSettlmtIsAllowed,
BigDecimal minRemainingShelfLife,
String qualityMgmtCtrlKey,
String qualityCertificateType,
String schedAgrmtCumulativeQtyControl,
Boolean cumulativeQuantityIsNotSent,
String schedgAgrmtRelCreationProfile,
String isRelevantForJITDelivSchedule,
LocalDateTime nextFcstDelivSchedSendingDate,
LocalDateTime nextJITDelivSchedSendingDate,
BigDecimal scheduleLineFirmOrderInDays,
BigDecimal schedLineSemiFirmOrderInDays,
String firmTradeOffZoneBindMRP,
List<SchAgrmtAcCnt> toSchAgrmtAcCnt,
List<SchAgrmtSchLine> toSchAgrmtSchLine,
SchedgAgrmtDeliveryAddress toSchedgAgrmtDeliveryAddress,
List<SchedgAgrmtItmNotes> toSchedgAgrmtItmNotes) |
Modifier and Type | Method and Description |
---|---|
SchedulingAgreementServiceBatchChangeSet |
SchedulingAgreementServiceBatchChangeSet.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Create a new
SchAgrmtSchLine entity and save it to the S/4HANA system. |
SchedulingAgreementServiceBatchChangeSet |
DefaultSchedulingAgreementServiceBatchChangeSet.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Create a new
SchAgrmtSchLine entity and save it to the S/4HANA system. |
SchedulingAgreementServiceBatchChangeSet |
SchedulingAgreementServiceBatchChangeSet.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Deletes an existing
SchAgrmtSchLine
entity in the S/4HANA system. |
SchedulingAgreementServiceBatchChangeSet |
DefaultSchedulingAgreementServiceBatchChangeSet.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Deletes an existing
SchAgrmtSchLine
entity in the S/4HANA system. |
SchedulingAgreementServiceBatchChangeSet |
SchedulingAgreementServiceBatchChangeSet.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Update an existing
SchAgrmtSchLine entity and save it to the S/4HANA system. |
SchedulingAgreementServiceBatchChangeSet |
DefaultSchedulingAgreementServiceBatchChangeSet.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Update an existing
SchAgrmtSchLine entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SchAgrmtSchLine> |
SchAgrmtSchLineOneToOneLink.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 SchAgrmtSchLineLink<ObjectT> |
SchAgrmtSchLineLink.translateLinkType(EntityLink<SchAgrmtSchLineLink<ObjectT>,SchAgrmtSchLine,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
SchAgrmtSchLineCreateFluentHelper |
DefaultSchedulingAgreementService.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) |
SchAgrmtSchLineCreateFluentHelper |
SchedulingAgreementService.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Create a new
SchAgrmtSchLine entity and save it to the S/4HANA system. |
SchAgrmtSchLineDeleteFluentHelper |
DefaultSchedulingAgreementService.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) |
SchAgrmtSchLineDeleteFluentHelper |
SchedulingAgreementService.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Deletes an existing
SchAgrmtSchLine
entity in the S/4HANA system. |
SchAgrmtSchLineUpdateFluentHelper |
DefaultSchedulingAgreementService.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) |
SchAgrmtSchLineUpdateFluentHelper |
SchedulingAgreementService.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Update an existing
SchAgrmtSchLine entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.