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<SchAgrmtPartner> |
SchAgrmtHeader.TO_SCH_AGRMT_PARTNER
Use with available fluent helpers to apply the to_SchAgrmtPartner navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SchAgrmtPartner |
SchAgrmtPartner.SchAgrmtPartnerBuilder.build() |
protected SchAgrmtPartner |
SchAgrmtPartnerDeleteFluentHelper.getEntity() |
protected SchAgrmtPartner |
SchAgrmtPartnerCreateFluentHelper.getEntity() |
protected SchAgrmtPartner |
SchAgrmtPartnerUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SchAgrmtPartner> |
SchAgrmtHeader.fetchSchAgrmtPartner()
Fetches the SchAgrmtPartner entities (one to many) associated with this entity.
|
protected Class<SchAgrmtPartner> |
SchAgrmtPartnerByKeyFluentHelper.getEntityClass() |
protected Class<SchAgrmtPartner> |
SchAgrmtPartnerFluentHelper.getEntityClass() |
Optional<List<SchAgrmtPartner>> |
SchAgrmtHeader.getSchAgrmtPartnerIfPresent()
Retrieval of associated SchAgrmtPartner entities (one to many).
|
List<SchAgrmtPartner> |
SchAgrmtHeader.getSchAgrmtPartnerOrFetch()
Retrieval of associated SchAgrmtPartner entities (one to many).
|
Class<SchAgrmtPartner> |
SchAgrmtPartner.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SchAgrmtHeader.addSchAgrmtPartner(SchAgrmtPartner... entity)
Adds elements to the list of associated SchAgrmtPartner entities.
|
SchAgrmtHeader.SchAgrmtHeaderBuilder |
SchAgrmtHeader.SchAgrmtHeaderBuilder.schAgrmtPartner(SchAgrmtPartner... value) |
Modifier and Type | Method and Description |
---|---|
void |
SchAgrmtHeader.setSchAgrmtPartner(List<SchAgrmtPartner> value)
Overwrites the list of associated SchAgrmtPartner entities for the loaded navigation property to_SchAgrmtPartner.
|
protected SchAgrmtPartnerLink<ObjectT> |
SchAgrmtPartnerLink.translateLinkType(EntityLink<SchAgrmtPartnerLink<ObjectT>,SchAgrmtPartner,ObjectT> link) |
Constructor and Description |
---|
SchAgrmtPartnerCreateFluentHelper(String servicePath,
SchAgrmtPartner entity)
Creates a fluent helper object that will create a
SchAgrmtPartner entity on the OData endpoint. |
SchAgrmtPartnerDeleteFluentHelper(String servicePath,
SchAgrmtPartner entity)
Creates a fluent helper object that will delete a
SchAgrmtPartner entity on the OData endpoint. |
SchAgrmtPartnerUpdateFluentHelper(String servicePath,
SchAgrmtPartner entity)
Creates a fluent helper object that will update a
SchAgrmtPartner entity on the OData endpoint. |
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 |
---|---|
SchAgrmtPartnerCreateFluentHelper |
SchedulingAgreementService.createSchAgrmtPartner(SchAgrmtPartner schAgrmtPartner)
Create a new
SchAgrmtPartner entity and save it to the S/4HANA system. |
SchAgrmtPartnerCreateFluentHelper |
DefaultSchedulingAgreementService.createSchAgrmtPartner(SchAgrmtPartner schAgrmtPartner) |
SchAgrmtPartnerDeleteFluentHelper |
SchedulingAgreementService.deleteSchAgrmtPartner(SchAgrmtPartner schAgrmtPartner)
Deletes an existing
SchAgrmtPartner entity in the S/4HANA system. |
SchAgrmtPartnerDeleteFluentHelper |
DefaultSchedulingAgreementService.deleteSchAgrmtPartner(SchAgrmtPartner schAgrmtPartner) |
SchAgrmtPartnerUpdateFluentHelper |
SchedulingAgreementService.updateSchAgrmtPartner(SchAgrmtPartner schAgrmtPartner)
Update an existing
SchAgrmtPartner entity and save it to the S/4HANA system. |
SchAgrmtPartnerUpdateFluentHelper |
DefaultSchedulingAgreementService.updateSchAgrmtPartner(SchAgrmtPartner schAgrmtPartner) |
Copyright © 2018 SAP SE. All rights reserved.