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 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.
|
protected SchAgrmtItem |
SchAgrmtItemCreateFluentHelper.getEntity()
SchAgrmtItem entity object that will be created in the S/4HANA system. |
protected SchAgrmtItem |
SchAgrmtItemUpdateFluentHelper.getEntity()
SchAgrmtItem entity object that will be updated in the S/4HANA system. |
protected SchAgrmtItem |
SchAgrmtItemDeleteFluentHelper.getEntity()
SchAgrmtItem entity object that will be deleted in the S/4HANA system. |
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.
|
protected Class<SchAgrmtItem> |
SchAgrmtItemByKeyFluentHelper.getEntityClass() |
protected Class<SchAgrmtItem> |
SchAgrmtItemFluentHelper.getEntityClass() |
Optional<List<SchAgrmtItem>> |
SchAgrmtHeader.getSchedgAgrmtItmIfPresent()
Retrieval of associated SchAgrmtItem entities (one to many).
|
Optional<SchAgrmtItem> |
SchAgrmtPartner.getSchedgAgrmtItmIfPresent()
Retrieval of associated SchAgrmtItem entity (one to one).
|
List<SchAgrmtItem> |
SchAgrmtHeader.getSchedgAgrmtItmOrFetch()
Retrieval of associated SchAgrmtItem entities (one to many).
|
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.
|
protected SchAgrmtItemLink<ObjectT> |
SchAgrmtItemLink.translateLinkType(EntityLink<SchAgrmtItemLink<ObjectT>,SchAgrmtItem,ObjectT> link) |
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,
LocalDateTime purchasingDocumentOrderDate,
Boolean scheduleAgreementHasReleaseDoc,
String supplier,
String supplierAddressID,
LocalDateTime validityStartDate,
String purchasingDocumentCategory,
LocalDateTime validityEndDate,
String purchasingDocumentOrigin,
String purchasingDocumentDeletionCode,
LocalDateTime quotationSubmissionDate,
String supplierQuotationExternalID,
String supplierRespSalesPersonName,
String supplierPhoneNumber,
String invoicingParty,
String supplyingSupplier,
String companyVATRegistration,
String purchasingDocumentType,
String vATRegistrationCountry,
String createdByUser,
LocalDateTime creationDate,
String language,
String purchasingOrganization,
String purchasingGroup,
ErpConfigContext erpConfigContext,
List<SchAgrmtPartner> toSchAgrmtPartner,
List<SchAgrmtItem> toSchedgAgrmtItm) |
Modifier and Type | Method and Description |
---|---|
SchAgrmtItemCreateFluentHelper |
SchedulingAgreementService.createSchAgrmtItem(SchAgrmtItem schAgrmtItem)
Create a new
SchAgrmtItem entity and save it to the S/4HANA system. |
SchAgrmtItemCreateFluentHelper |
DefaultSchedulingAgreementService.createSchAgrmtItem(SchAgrmtItem schAgrmtItem) |
SchAgrmtItemDeleteFluentHelper |
SchedulingAgreementService.deleteSchAgrmtItem(SchAgrmtItem schAgrmtItem)
Deletes an existing
SchAgrmtItem entity in the S/4HANA system. |
SchAgrmtItemDeleteFluentHelper |
DefaultSchedulingAgreementService.deleteSchAgrmtItem(SchAgrmtItem schAgrmtItem) |
SchAgrmtItemUpdateFluentHelper |
SchedulingAgreementService.updateSchAgrmtItem(SchAgrmtItem schAgrmtItem)
Update an existing
SchAgrmtItem entity and save it to the S/4HANA system. |
SchAgrmtItemUpdateFluentHelper |
DefaultSchedulingAgreementService.updateSchAgrmtItem(SchAgrmtItem schAgrmtItem) |
Copyright © 2018 SAP SE. All rights reserved.