Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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() |
Modifier and Type | Method and Description |
---|---|
List<SchAgrmtSchLine> |
SchAgrmtItem.fetchSchAgrmtSchLine()
Fetches the SchAgrmtSchLine entities (one to many) associated with this entity.
|
List<SchAgrmtSchLine> |
SchAgrmtItem.getSchAgrmtSchLineOrFetch()
Retrieval of associated SchAgrmtSchLine entities (one to many).
|
com.google.common.base.Optional<List<SchAgrmtSchLine>> |
SchAgrmtItem.getSchAgrmtSchLineOrNull()
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) |
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(SchAgrmtSchLine entity) |
SchAgrmtSchLineDeleteFluentHelper(SchAgrmtSchLine entity) |
SchAgrmtSchLineUpdateFluentHelper(SchAgrmtSchLine entity) |
Constructor and Description |
---|
SchAgrmtItem(String schedulingAgreement,
String plant,
String manualDeliveryAddressID,
String referenceDeliveryAddressID,
String incotermsClassification,
String incotermsTransferLocation,
String orderQuantityUnit,
BigDecimal itemNetWeight,
String weightUnit,
BigDecimal targetQuantity,
String purchaseRequisition,
String schedulingAgreementItem,
String purchaseRequisitionItem,
BigDecimal schedAgrmtAgreedCumQty,
Calendar schedAgrmtCumQtyReconcileDate,
Calendar itemLastTransmissionDate,
BigDecimal noDaysReminder1,
BigDecimal noDaysReminder2,
BigDecimal noDaysReminder3,
String purgDocOrderAcknNumber,
String requirementTracking,
Boolean isOrderAcknRqd,
String companyCode,
Boolean purgDocEstimatedPrice,
Boolean priceIsToBePrinted,
String accountAssignmentCategory,
BigDecimal netPriceAmount,
BigDecimal netPriceQuantity,
String orderPriceUnit,
String productType,
String materialType,
String storageLocation,
String documentCurrency,
String purchasingDocumentCategory,
String isInfoRecordUpdated,
String purchasingInfoRecord,
BigDecimal ordPriceUnitToOrderUnitDnmntr,
BigDecimal orderPriceUnitToOrderUnitNmrtr,
String purchasingDocumentDeletionCode,
BigDecimal underdelivTolrtdLmtRatioInPct,
BigDecimal overdelivTolrtdLmtRatioInPct,
Boolean unlimitedOverdeliveryIsAllowed,
String stockType,
String taxCode,
String purchasingDocumentItemText,
String shippingInstruction,
String isInfoAtRegistration,
Boolean goodsReceiptIsExpected,
Boolean goodsReceiptIsNonValuated,
Boolean invoiceIsExpected,
Boolean invoiceIsGoodsReceiptBased,
Boolean evaldRcptSettlmtIsAllowed,
BigDecimal minRemainingShelfLife,
String qualityMgmtCtrlKey,
String qualityCertificateType,
String material,
String schedAgrmtCumulativeQtyControl,
Boolean cumulativeQuantityIsNotSent,
String schedgAgrmtRelCreationProfile,
String isRelevantForJITDelivSchedule,
Calendar nextFcstDelivSchedSendingDate,
Calendar nextJITDelivSchedSendingDate,
BigDecimal scheduleLineFirmOrderInDays,
BigDecimal schedLineSemiFirmOrderInDays,
String firmTradeOffZoneBindMRP,
String manufacturerMaterial,
String supplierMaterialNumber,
String materialGroup,
ErpConfigContext erpConfigContext,
List<SchAgrmtAcCnt> toSchAgrmtAcCnt,
List<SchAgrmtSchLine> toSchAgrmtSchLine) |
Modifier and Type | Method and Description |
---|---|
SchAgrmtSchLineCreateFluentHelper |
SchedulingAgreementService.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Create a new
SchAgrmtSchLine entity and save it to the S/4HANA system. |
SchAgrmtSchLineCreateFluentHelper |
DefaultSchedulingAgreementService.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) |
SchAgrmtSchLineDeleteFluentHelper |
SchedulingAgreementService.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Deletes an existing
SchAgrmtSchLine entity in the S/4HANA system. |
SchAgrmtSchLineDeleteFluentHelper |
DefaultSchedulingAgreementService.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) |
SchAgrmtSchLineUpdateFluentHelper |
SchedulingAgreementService.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Update an existing
SchAgrmtSchLine entity and save it to the S/4HANA system. |
SchAgrmtSchLineUpdateFluentHelper |
DefaultSchedulingAgreementService.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) |
Copyright © 2018 SAP SE. All rights reserved.