Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processschedulingagreement | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static EntityField<SchAgrmtSchLine,String> |
SchAgrmtSchLine.DELIV_DATE_CATEGORY
Use with available fluent helpers to apply the DelivDateCategory field to query operations.
|
static EntityField<SchAgrmtSchLine,BigDecimal> |
SchAgrmtSchLine.NO_OF_REMINDERS_OF_SCHEDULE_LINE
Use with available fluent helpers to apply the NoOfRemindersOfScheduleLine field to query operations.
|
static EntityField<SchAgrmtSchLine,BigDecimal> |
SchAgrmtSchLine.PREV_DELIV_QTY_OF_SCHEDULE_LINE
Use with available fluent helpers to apply the PrevDelivQtyOfScheduleLine field to query operations.
|
static EntityField<SchAgrmtSchLine,String> |
SchAgrmtSchLine.PURCHASE_REQUISITION
Use with available fluent helpers to apply the PurchaseRequisition field to query operations.
|
static EntityField<SchAgrmtSchLine,String> |
SchAgrmtSchLine.PURCHASE_REQUISITION_ITEM
Use with available fluent helpers to apply the PurchaseRequisitionItem field to query operations.
|
static EntityField<SchAgrmtSchLine,BigDecimal> |
SchAgrmtSchLine.ROUGH_GOODS_RECEIPT_QTY
Use with available fluent helpers to apply the RoughGoodsReceiptQty field to query operations.
|
static EntityField<SchAgrmtSchLine,Calendar> |
SchAgrmtSchLine.SCHED_LINE_STSC_DELIVERY_DATE
Use with available fluent helpers to apply the SchedLineStscDeliveryDate field to query operations.
|
static EntityField<SchAgrmtSchLine,String> |
SchAgrmtSchLine.SCHEDULE_LINE
Use with available fluent helpers to apply the ScheduleLine field to query operations.
|
static EntityField<SchAgrmtSchLine,Calendar> |
SchAgrmtSchLine.SCHEDULE_LINE_DELIVERY_DATE
Use with available fluent helpers to apply the ScheduleLineDeliveryDate field to query operations.
|
static EntityField<SchAgrmtSchLine,Calendar> |
SchAgrmtSchLine.SCHEDULE_LINE_DELIVERY_TIME
Use with available fluent helpers to apply the ScheduleLineDeliveryTime field to query operations.
|
static EntityField<SchAgrmtSchLine,Boolean> |
SchAgrmtSchLine.SCHEDULE_LINE_IS_FIXED
Use with available fluent helpers to apply the ScheduleLineIsFixed field to query operations.
|
static EntityField<SchAgrmtSchLine,BigDecimal> |
SchAgrmtSchLine.SCHEDULE_LINE_ORDER_QUANTITY
Use with available fluent helpers to apply the ScheduleLineOrderQuantity field to query operations.
|
static EntityField<SchAgrmtSchLine,String> |
SchAgrmtSchLine.SCHEDULING_AGREEMENT
Use with available fluent helpers to apply the SchedulingAgreement field to query operations.
|
static EntityField<SchAgrmtSchLine,String> |
SchAgrmtSchLine.SCHEDULING_AGREEMENT_ITEM
Use with available fluent helpers to apply the SchedulingAgreementItem field to query operations.
|
static EntityField<SchAgrmtSchLine,String> |
SchAgrmtSchLine.SOURCE_OF_CREATION
Use with available fluent helpers to apply the SourceOfCreation field to query operations.
|
Modifier and Type | Method and Description |
---|---|
SchAgrmtSchLine |
SchAgrmtSchLine.SchAgrmtSchLineBuilder.build() |
SchAgrmtSchLine |
SchAgrmtSchLineByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SchAgrmtSchLine |
SchAgrmtSchLineCreateFluentHelper.execute()
Executes the underlying create request.
|
SchAgrmtSchLine |
SchAgrmtSchLineByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SchAgrmtSchLine |
SchAgrmtSchLineCreateFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying create request.
|
SchAgrmtSchLine |
SchAgrmtSchLineByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SchAgrmtSchLine |
SchAgrmtSchLineCreateFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying create request.
|
Modifier and Type | Method and Description |
---|---|
List<SchAgrmtSchLine> |
SchAgrmtSchLineFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<SchAgrmtSchLine> |
SchAgrmtSchLineFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<SchAgrmtSchLine> |
SchAgrmtSchLineFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<SchAgrmtSchLine> |
SchAgrmtItem.fetchSchAgrmtSchLine()
Fetches the SchAgrmtSchLine entities (one to many) associated with this entity.
|
static <T> EntityField<SchAgrmtSchLine,T> |
SchAgrmtSchLine.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SchAgrmtSchLineFluentHelper |
SchAgrmtSchLineFluentHelper.filter(ExpressionFluentHelper<SchAgrmtSchLine> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
SchAgrmtSchLineFluentHelper |
SchAgrmtSchLineFluentHelper.orderBy(EntityField<SchAgrmtSchLine,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
void |
SchAgrmtItem.setSchAgrmtSchLine(List<SchAgrmtSchLine> value)
Overwrites the list of associated SchAgrmtSchLine entities for the loaded navigation property to_SchAgrmtSchLine.
|
SchAgrmtItem.SchAgrmtItemBuilder |
SchAgrmtItem.SchAgrmtItemBuilder.toSchAgrmtSchLine(List<SchAgrmtSchLine> toSchAgrmtSchLine) |
Constructor and Description |
---|
SchAgrmtSchLineCreateFluentHelper(SchAgrmtSchLine schAgrmtSchLine)
Creates a fluent helper object that will create a new
SchAgrmtSchLine entity and save it to the S/4HANA system. |
SchAgrmtSchLineDeleteFluentHelper(SchAgrmtSchLine schAgrmtSchLine)
Creates a fluent helper object that will delete an existing
SchAgrmtSchLine entity in the S/4HANA system. |
SchAgrmtSchLineUpdateFluentHelper(SchAgrmtSchLine schAgrmtSchLine)
Creates a fluent helper object that will create a new
SchAgrmtSchLine entity and save it to the S/4HANA system. |
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 |
ProcessSchedulingAgreementService.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Create a new
SchAgrmtSchLine entity and save it to the S/4HANA system. |
SchAgrmtSchLineCreateFluentHelper |
DefaultProcessSchedulingAgreementService.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) |
SchAgrmtSchLineDeleteFluentHelper |
ProcessSchedulingAgreementService.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Deletes an existing
SchAgrmtSchLine entity in the S/4HANA system. |
SchAgrmtSchLineDeleteFluentHelper |
DefaultProcessSchedulingAgreementService.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) |
SchAgrmtSchLineUpdateFluentHelper |
ProcessSchedulingAgreementService.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine)
Update an existing
SchAgrmtSchLine entity and save it to the S/4HANA system. |
SchAgrmtSchLineUpdateFluentHelper |
DefaultProcessSchedulingAgreementService.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) |
Copyright © 2017 SAP SE. All rights reserved.