Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract |
Modifier and Type | Field and Description |
---|---|
static SalesContractLink<SalesContractItem> |
SalesContract.TO_ITEM
Use with available fluent helpers to apply the to_Item navigation property to query operations.
|
static SalesContractItemPartnerLink<SalesContractItem> |
SalesContractItemPartner.TO_SALES_CONTRACT_ITEM
Use with available fluent helpers to apply the to_SalesContractItem navigation property to query operations.
|
static SalesContractItemPrcgElmntLink<SalesContractItem> |
SalesContractItemPrcgElmnt.TO_SALES_CONTRACT_ITEM
Use with available fluent helpers to apply the to_SalesContractItem navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesContractItem |
SalesContractItem.SalesContractItemBuilder.build() |
SalesContractItem |
SalesContractItemPartner.fetchSalesContractItem()
Fetches the SalesContractItem entity (one to one) associated with this entity.
|
SalesContractItem |
SalesContractItemPrcgElmnt.fetchSalesContractItem()
Fetches the SalesContractItem entity (one to one) associated with this entity.
|
SalesContractItem |
SalesContractItemPartner.getSalesContractItemOrFetch()
Retrieval of associated SalesContractItem entity (one to one).
|
SalesContractItem |
SalesContractItemPrcgElmnt.getSalesContractItemOrFetch()
Retrieval of associated SalesContractItem entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<SalesContractItem> |
SalesContract.fetchItem()
Fetches the SalesContractItem entities (one to many) associated with this entity.
|
List<SalesContractItem> |
SalesContract.getItemOrFetch()
Retrieval of associated SalesContractItem entities (one to many).
|
com.google.common.base.Optional<List<SalesContractItem>> |
SalesContract.getItemOrNull()
Retrieval of associated SalesContractItem entities (one to many).
|
com.google.common.base.Optional<SalesContractItem> |
SalesContractItemPartner.getSalesContractItemOrNull()
Retrieval of associated SalesContractItem entity (one to one).
|
com.google.common.base.Optional<SalesContractItem> |
SalesContractItemPrcgElmnt.getSalesContractItemOrNull()
Retrieval of associated SalesContractItem entity (one to one).
|
Class<SalesContractItem> |
SalesContractItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesContract.addItem(SalesContractItem... entity)
Adds elements to the list of associated SalesContractItem entities.
|
SalesContract.SalesContractBuilder |
SalesContract.SalesContractBuilder.item(SalesContractItem... value) |
SalesContractItemPartner.SalesContractItemPartnerBuilder |
SalesContractItemPartner.SalesContractItemPartnerBuilder.salesContractItem(SalesContractItem value) |
SalesContractItemPrcgElmnt.SalesContractItemPrcgElmntBuilder |
SalesContractItemPrcgElmnt.SalesContractItemPrcgElmntBuilder.salesContractItem(SalesContractItem value) |
void |
SalesContractItemPartner.setSalesContractItem(SalesContractItem value)
Overwrites the associated SalesContractItem entity for the loaded navigation property to_SalesContractItem.
|
void |
SalesContractItemPrcgElmnt.setSalesContractItem(SalesContractItem value)
Overwrites the associated SalesContractItem entity for the loaded navigation property to_SalesContractItem.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesContract.setItem(List<SalesContractItem> value)
Overwrites the list of associated SalesContractItem entities for the loaded navigation property to_Item.
|
Constructor and Description |
---|
SalesContractItemPartner(String salesContract,
String salesContractItem,
String partnerFunction,
String customer,
String supplier,
String personnel,
String contactPerson,
ErpConfigContext erpConfigContext,
SalesContract toSalesContract,
SalesContractItem toSalesContractItem) |
SalesContractItemPrcgElmnt(String salesContract,
String salesContractItem,
String pricingProcedureStep,
String pricingProcedureCounter,
String conditionType,
String pricingDateTime,
String conditionCalculationType,
BigDecimal conditionBaseValue,
BigDecimal conditionRateValue,
String conditionCurrency,
BigDecimal conditionQuantity,
String conditionQuantityUnit,
String conditionCategory,
Boolean conditionIsForStatistics,
String pricingScaleType,
Boolean isRelevantForAccrual,
String cndnIsRelevantForInvoiceList,
String conditionOrigin,
String isGroupCondition,
String conditionRecord,
String conditionSequentialNumber,
String taxCode,
String withholdingTaxCode,
BigDecimal cndnRoundingOffDiffAmount,
BigDecimal conditionAmount,
String transactionCurrency,
String conditionControl,
String conditionInactiveReason,
String conditionClass,
String prcgProcedureCounterForHeader,
Double factorForConditionBasisValue,
String structureCondition,
Double periodFactorForCndnBasisValue,
String pricingScaleBasis,
BigDecimal conditionScaleBasisValue,
String conditionScaleBasisUnit,
String conditionScaleBasisCurrency,
Boolean cndnIsRelevantForIntcoBilling,
Boolean conditionIsManuallyChanged,
Boolean conditionIsForConfiguration,
String variantCondition,
ErpConfigContext erpConfigContext,
SalesContract toSalesContract,
SalesContractItem toSalesContractItem) |
Constructor and Description |
---|
SalesContract(String salesContract,
String salesContractType,
String salesOrganization,
String distributionChannel,
String organizationDivision,
String salesGroup,
String salesOffice,
String salesDistrict,
String soldToParty,
Calendar creationDate,
String createdByUser,
Calendar lastChangeDate,
Calendar lastChangeDateTime,
String purchaseOrderByCustomer,
String customerPurchaseOrderType,
Calendar customerPurchaseOrderDate,
Calendar salesContractDate,
BigDecimal totalNetAmount,
String transactionCurrency,
String sDDocumentReason,
Calendar pricingDate,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String incotermsVersion,
String customerPaymentTerms,
String paymentMethod,
String overallSDProcessStatus,
String totalCreditCheckStatus,
String overallSDDocumentRejectionSts,
String salesContractValidityPerdUnit,
String salesContractValidityPerdCat,
Calendar salesContractValidityStartDate,
Calendar salesContractValidityEndDate,
Calendar salesContractSignedDate,
String nmbrOfSalesContractValdtyPerd,
String salesContractFollowUpAction,
Calendar slsContractFollowUpActionDate,
String contractManualCompletion,
ErpConfigContext erpConfigContext,
List<SalesContractItem> toItem,
List<SalesContractPartner> toPartner,
List<SalesContractPrcgElmnt> toPricingElement) |
Copyright © 2018 SAP SE. All rights reserved.