Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processpurchasecontract | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static PurchaseContractLink<PurCtrPartners> |
PurchaseContract.TO_PUR_CTR_PARTNERS
Use with available fluent helpers to apply the to_PurCtrPartners navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PurCtrPartners |
PurCtrPartners.PurCtrPartnersBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PurCtrPartners> |
PurchaseContract.fetchPurCtrPartners()
Fetches the PurCtrPartners entities (one to many) associated with this entity.
|
List<PurCtrPartners> |
PurchaseContract.getPurCtrPartnersOrFetch()
Retrieval of associated PurCtrPartners entities (one to many).
|
com.google.common.base.Optional<List<PurCtrPartners>> |
PurchaseContract.getPurCtrPartnersOrNull()
Retrieval of associated PurCtrPartners entities (one to many).
|
Class<PurCtrPartners> |
PurCtrPartners.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContract.addPurCtrPartners(PurCtrPartners... entity)
Adds elements to the list of associated PurCtrPartners entities.
|
PurchaseContract.PurchaseContractBuilder |
PurchaseContract.PurchaseContractBuilder.purCtrPartners(PurCtrPartners... value) |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContract.setPurCtrPartners(List<PurCtrPartners> value)
Overwrites the list of associated PurCtrPartners entities for the loaded navigation property to_PurCtrPartners.
|
Constructor and Description |
---|
PurCtrPartnersCreateFluentHelper(PurCtrPartners entity) |
PurCtrPartnersDeleteFluentHelper(PurCtrPartners entity) |
PurCtrPartnersUpdateFluentHelper(PurCtrPartners entity) |
Constructor and Description |
---|
PurchaseContract(String purchaseContract,
String paymentTerms,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Days,
BigDecimal netPaymentDays,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount2Percent,
String documentCurrency,
String exchangeRate,
Boolean exchangeRateIsFixed,
Calendar validityStartDate,
String purchaseContractType,
Calendar validityEndDate,
Calendar quotationSubmissionDate,
String correspncExternalReference,
String supplierQuotation,
String supplierRespSalesPersonName,
String supplierPhoneNumber,
String supplyingSupplier,
String incotermsClassification,
String incotermsTransferLocation,
BigDecimal purchaseContractTargetAmount,
String companyCode,
String invoicingParty,
String correspncInternalReference,
String releaseCode,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
String purchasingDocumentDeletionCode,
Calendar creationDate,
String createdByUser,
String supplier,
String purchasingOrganization,
String purchasingGroup,
ErpConfigContext erpConfigContext,
List<PurchaseContractItem> toPurchaseContractItem,
List<PurCtrPartners> toPurCtrPartners) |
Modifier and Type | Method and Description |
---|---|
PurCtrPartnersCreateFluentHelper |
ProcessPurchaseContractService.createPurCtrPartners(PurCtrPartners purCtrPartners)
Create a new
PurCtrPartners entity and save it to the S/4HANA system. |
PurCtrPartnersCreateFluentHelper |
DefaultProcessPurchaseContractService.createPurCtrPartners(PurCtrPartners purCtrPartners) |
PurCtrPartnersDeleteFluentHelper |
ProcessPurchaseContractService.deletePurCtrPartners(PurCtrPartners purCtrPartners)
Deletes an existing
PurCtrPartners entity in the S/4HANA system. |
PurCtrPartnersDeleteFluentHelper |
DefaultProcessPurchaseContractService.deletePurCtrPartners(PurCtrPartners purCtrPartners) |
PurCtrPartnersUpdateFluentHelper |
ProcessPurchaseContractService.updatePurCtrPartners(PurCtrPartners purCtrPartners)
Update an existing
PurCtrPartners entity and save it to the S/4HANA system. |
PurCtrPartnersUpdateFluentHelper |
DefaultProcessPurchaseContractService.updatePurCtrPartners(PurCtrPartners purCtrPartners) |
Copyright © 2018 SAP SE. All rights reserved.