Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.centralpurchasecontract | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static CentralPurchaseContractLink<CntrlPurchaseContractItem> |
CentralPurchaseContract.TO_CENTRAL_PURCHASE_CONTRACT_ITEM
Use with available fluent helpers to apply the to_CentralPurchaseContractItem navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CntrlPurchaseContractItem |
CntrlPurchaseContractItem.CntrlPurchaseContractItemBuilder.build() |
protected CntrlPurchaseContractItem |
CntrlPurchaseContractItemCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<CntrlPurchaseContractItem> |
CentralPurchaseContract.fetchCentralPurchaseContractItem()
Fetches the CntrlPurchaseContractItem entities (one to many) associated with this entity.
|
Optional<List<CntrlPurchaseContractItem>> |
CentralPurchaseContract.getCentralPurchaseContractItemIfPresent()
Retrieval of associated CntrlPurchaseContractItem entities (one to many).
|
List<CntrlPurchaseContractItem> |
CentralPurchaseContract.getCentralPurchaseContractItemOrFetch()
Retrieval of associated CntrlPurchaseContractItem entities (one to many).
|
protected Class<CntrlPurchaseContractItem> |
CntrlPurchaseContractItemByKeyFluentHelper.getEntityClass() |
protected Class<CntrlPurchaseContractItem> |
CntrlPurchaseContractItemFluentHelper.getEntityClass() |
Class<CntrlPurchaseContractItem> |
CntrlPurchaseContractItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CentralPurchaseContract.addCentralPurchaseContractItem(CntrlPurchaseContractItem... entity)
Adds elements to the list of associated CntrlPurchaseContractItem entities.
|
CentralPurchaseContract.CentralPurchaseContractBuilder |
CentralPurchaseContract.CentralPurchaseContractBuilder.centralPurchaseContractItem(CntrlPurchaseContractItem... value) |
Modifier and Type | Method and Description |
---|---|
void |
CentralPurchaseContract.setCentralPurchaseContractItem(List<CntrlPurchaseContractItem> value)
Overwrites the list of associated CntrlPurchaseContractItem entities for the loaded navigation property to_CentralPurchaseContractItem.
|
protected CntrlPurchaseContractItemLink<ObjectT> |
CntrlPurchaseContractItemLink.translateLinkType(EntityLink<CntrlPurchaseContractItemLink<ObjectT>,CntrlPurchaseContractItem,ObjectT> link) |
Constructor and Description |
---|
CntrlPurchaseContractItemCreateFluentHelper(String servicePath,
CntrlPurchaseContractItem entity)
Creates a fluent helper object that will create a
CntrlPurchaseContractItem entity on the OData endpoint. |
Constructor and Description |
---|
CentralPurchaseContract(String centralPurchaseContract,
String purchaseContractType,
String purchasingDocumentCategory,
String supplier,
String companyCode,
String purchasingOrganization,
String purchasingGroup,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String documentCurrency,
ZonedDateTime lastChangeDateTime,
LocalDateTime creationDate,
String paymentTerms,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Days,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount2Percent,
BigDecimal netPaymentDays,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
BigDecimal purchaseContractTargetAmount,
String exchangeRate,
Boolean exchangeRateIsFixed,
String supplyingSupplier,
LocalDateTime quotationSubmissionDate,
String supplierQuotation,
String correspncExternalReference,
String correspncInternalReference,
String supplierRespSalesPersonName,
String supplierPhoneNumber,
String releaseCode,
String createdByUser,
String purchasingDocumentDeletionCode,
String purchasingProcessingStatus,
ErpConfigContext erpConfigContext,
List<CntrlPurchaseContractItem> toCentralPurchaseContractItem) |
Modifier and Type | Method and Description |
---|---|
CntrlPurchaseContractItemCreateFluentHelper |
CentralPurchaseContractService.createCntrlPurchaseContractItem(CntrlPurchaseContractItem cntrlPurchaseContractItem)
Create a new
CntrlPurchaseContractItem entity and save it to the S/4HANA system. |
CntrlPurchaseContractItemCreateFluentHelper |
DefaultCentralPurchaseContractService.createCntrlPurchaseContractItem(CntrlPurchaseContractItem cntrlPurchaseContractItem) |
Copyright © 2018 SAP SE. All rights reserved.