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 EntityFieldAll<SchAgrmtItem> |
SchAgrmtItem.ALL_FIELDS
Selector for all available fields of SchAgrmtItem.
|
static SchAgrmtHeaderLink<SchAgrmtItem> |
SchAgrmtHeader.TO_SCHEDG_AGRMT_ITM
Use with available fluent helpers to apply the to_SchedgAgrmtItm navigation property to query operations.
|
static SchAgrmtPartnerLink<SchAgrmtItem> |
SchAgrmtPartner.TO_SCHEDG_AGRMT_ITM
Use with available fluent helpers to apply the to_SchedgAgrmtItm navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SchAgrmtItem |
SchAgrmtItem.SchAgrmtItemBuilder.build() |
SchAgrmtItem |
SchAgrmtPartner.fetchSchedgAgrmtItm()
Fetches the SchAgrmtItem entity (one to one) associated with this entity.
|
SchAgrmtItem |
SchAgrmtPartner.getSchedgAgrmtItmOrFetch()
Retrieval of associated SchAgrmtItem entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<SchAgrmtItem> |
SchAgrmtHeader.fetchSchedgAgrmtItm()
Fetches the SchAgrmtItem entities (one to many) associated with this entity.
|
List<SchAgrmtItem> |
SchAgrmtHeader.getSchedgAgrmtItmOrFetch()
Retrieval of associated SchAgrmtItem entities (one to many).
|
com.google.common.base.Optional<List<SchAgrmtItem>> |
SchAgrmtHeader.getSchedgAgrmtItmOrNull()
Retrieval of associated SchAgrmtItem entities (one to many).
|
com.google.common.base.Optional<SchAgrmtItem> |
SchAgrmtPartner.getSchedgAgrmtItmOrNull()
Retrieval of associated SchAgrmtItem entity (one to one).
|
Class<SchAgrmtItem> |
SchAgrmtItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SchAgrmtHeader.addSchedgAgrmtItm(SchAgrmtItem... entity)
Adds elements to the list of associated SchAgrmtItem entities.
|
SchAgrmtHeader.SchAgrmtHeaderBuilder |
SchAgrmtHeader.SchAgrmtHeaderBuilder.schedgAgrmtItm(SchAgrmtItem... value) |
SchAgrmtPartner.SchAgrmtPartnerBuilder |
SchAgrmtPartner.SchAgrmtPartnerBuilder.schedgAgrmtItm(SchAgrmtItem value) |
void |
SchAgrmtPartner.setSchedgAgrmtItm(SchAgrmtItem value)
Overwrites the associated SchAgrmtItem entity for the loaded navigation property to_SchedgAgrmtItm.
|
Modifier and Type | Method and Description |
---|---|
void |
SchAgrmtHeader.setSchedgAgrmtItm(List<SchAgrmtItem> value)
Overwrites the list of associated SchAgrmtItem entities for the loaded navigation property to_SchedgAgrmtItm.
|
Constructor and Description |
---|
SchAgrmtItemCreateFluentHelper(SchAgrmtItem entity) |
SchAgrmtItemDeleteFluentHelper(SchAgrmtItem entity) |
SchAgrmtItemUpdateFluentHelper(SchAgrmtItem entity) |
SchAgrmtPartner(String schedulingAgreement,
String schedulingAgreementItem,
String purchasingOrganization,
String supplierSubrange,
String plant,
String partnerFunction,
String partnerCounter,
String supplier,
Boolean defaultPartner,
ErpConfigContext erpConfigContext,
SchAgrmtItem toSchedgAgrmtItm) |
Constructor and Description |
---|
SchAgrmtHeader(String schedulingAgreement,
String documentCurrency,
String incotermsClassification,
String incotermsTransferLocation,
String paymentTerms,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Days,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount2Percent,
BigDecimal netPaymentDays,
BigDecimal targetAmount,
String companyCode,
String exchangeRate,
Boolean exchangeRateIsFixed,
String incotermsLocation1,
String incotermsLocation2,
String incotermsVersion,
Calendar purchasingDocumentOrderDate,
Boolean scheduleAgreementHasReleaseDoc,
String supplier,
String supplierAddressID,
Calendar validityStartDate,
String purchasingDocumentCategory,
Calendar validityEndDate,
String purchasingDocumentOrigin,
String purchasingDocumentDeletionCode,
Calendar quotationSubmissionDate,
String supplierQuotationExternalID,
String supplierRespSalesPersonName,
String supplierPhoneNumber,
String invoicingParty,
String supplyingSupplier,
String companyVATRegistration,
String purchasingDocumentType,
String vATRegistrationCountry,
String createdByUser,
Calendar creationDate,
String language,
String purchasingOrganization,
String purchasingGroup,
ErpConfigContext erpConfigContext,
List<SchAgrmtPartner> toSchAgrmtPartner,
List<SchAgrmtItem> toSchedgAgrmtItm) |
Modifier and Type | Method and Description |
---|---|
SchAgrmtItemCreateFluentHelper |
ProcessSchedulingAgreementService.createSchAgrmtItem(SchAgrmtItem schAgrmtItem)
Create a new
SchAgrmtItem entity and save it to the S/4HANA system. |
SchAgrmtItemCreateFluentHelper |
DefaultProcessSchedulingAgreementService.createSchAgrmtItem(SchAgrmtItem schAgrmtItem) |
SchAgrmtItemDeleteFluentHelper |
ProcessSchedulingAgreementService.deleteSchAgrmtItem(SchAgrmtItem schAgrmtItem)
Deletes an existing
SchAgrmtItem entity in the S/4HANA system. |
SchAgrmtItemDeleteFluentHelper |
DefaultProcessSchedulingAgreementService.deleteSchAgrmtItem(SchAgrmtItem schAgrmtItem) |
SchAgrmtItemUpdateFluentHelper |
ProcessSchedulingAgreementService.updateSchAgrmtItem(SchAgrmtItem schAgrmtItem)
Update an existing
SchAgrmtItem entity and save it to the S/4HANA system. |
SchAgrmtItemUpdateFluentHelper |
DefaultProcessSchedulingAgreementService.updateSchAgrmtItem(SchAgrmtItem schAgrmtItem) |
Copyright © 2017 SAP SE. All rights reserved.