Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.financialplanningentryitem.CostCenter
Packages that use CostCenter
Package
Description
-
Uses of CostCenter in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.financialplanningentryitem
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.financialplanningentryitem with type parameters of type CostCenterModifier and TypeFieldDescriptionstatic final FinPlanningEntryItemOneToOneLink<CostCenter>FinPlanningEntryItem.TO_CURRENT_COST_CENTERUse with available fluent helpers to apply the to_CurrentCostCenter navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.financialplanningentryitem that return CostCenterModifier and TypeMethodDescriptionCostCenter.CostCenterBuilder.build()FinPlanningEntryItem.fetchCurrentCostCenter()Fetches the CostCenter entity (one to one) associated with this entity.FinPlanningEntryItem.getCurrentCostCenterOrFetch()Retrieval of associated CostCenter entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.financialplanningentryitem that return types with arguments of type CostCenterModifier and TypeMethodDescriptionio.vavr.control.Option<CostCenter>FinPlanningEntryItem.getCurrentCostCenterIfPresent()Retrieval of associated CostCenter entity (one to one).protected Class<CostCenter>CostCenterByKeyFluentHelper.getEntityClass()protected Class<CostCenter>CostCenterFluentHelper.getEntityClass()CostCenter.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.financialplanningentryitem with parameters of type CostCenterModifier and TypeMethodDescriptionFinPlanningEntryItem.FinPlanningEntryItemBuilder.currentCostCenter(CostCenter value) Navigation property to_CurrentCostCenter for FinPlanningEntryItem to single CostCenter.voidFinPlanningEntryItem.setCurrentCostCenter(CostCenter value) Overwrites the associated CostCenter entity for the loaded navigation property to_CurrentCostCenter.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.financialplanningentryitem with parameters of type CostCenterModifierConstructorDescriptionFinPlanningEntryItem(String iD, String ledger, String ledgerName, String planningCategory, String ledgerFiscalYear, String gLAccount, String gLAccountName, String companyCode, String companyCodeName, String financialTransactionType, String costCenter, String costCenterName, String profitCenter, String profitCenterName, String functionalArea, String functionalAreaName, String businessArea, String businessAreaName, String controllingArea, String controllingAreaName, String segment, String segmentName, String partnerCostCenter, String partnerCostCenterName, String partnerProfitCenter, String partnerProfitCenterName, String partnerFunctionalArea, String partnerFunctionalAreaName, String partnerBusinessArea, String partnerBusinessAreaName, String partnerCompany, String partnerCompanyName, String partnerSegment, String partnerSegmentName, String transactionCurrency, BigDecimal amountInTransactionCurrency, String companyCodeCurrency, BigDecimal amountInCompanyCodeCurrency, String globalCurrency, BigDecimal amountInGlobalCurrency, String controllingObjectCurrency, BigDecimal amountInObjectCurrency, String functionalCurrency, BigDecimal amountInFunctionalCurrency, String costSourceUnit, BigDecimal valuationQuantity, String referenceQuantityUnit, BigDecimal referenceQuantity, String freeDefinedCurrency1, BigDecimal amountInFreeDefinedCurrency1, String freeDefinedCurrency2, BigDecimal amountInFreeDefinedCurrency2, String freeDefinedCurrency3, BigDecimal amountInFreeDefinedCurrency3, String freeDefinedCurrency4, BigDecimal amountInFreeDefinedCurrency4, String freeDefinedCurrency5, BigDecimal amountInFreeDefinedCurrency5, String freeDefinedCurrency6, BigDecimal amountInFreeDefinedCurrency6, String freeDefinedCurrency7, BigDecimal amountInFreeDefinedCurrency7, String freeDefinedCurrency8, BigDecimal amountInFreeDefinedCurrency8, String fiscalPeriod, String fiscalYearVariant, String fiscalYearPeriod, String chartOfAccounts, String plant, String plantName, String customer, String customerName, String controllingDebitCreditCode, String projectExternalID, String project, String projectDescription, String wBSElementExternalID, String wBSElement, String wBSElementDescription, String partnerCompanyCode, String partnerCompanyCodeName, String costCtrActivityType, String costCtrActivityTypeName, String orderID, String partnerOrder, String partnerCostCtrActivityType, String partnerCostCtrActivityTypeName, String partnerProject, String partnerProjectDescription, String partnerWBSElement, String partnerWBSElementDescription, String salesOrganization, String salesOrganizationName, String distributionChannel, String distributionChannelName, String division, String divisionName, String soldMaterial, String soldMaterialName, String materialGroup, String materialGroupName, String customerGroup, String customerGroupName, String customerSupplierCountry, String customerSupplierCountryName, String customerSupplierIndustry, String customerSupplierIndustryName, String salesDistrict, String salesDistrictName, String financialManagementArea, String fund, String grantID, String budgetPeriod, String budgetProcess, String budgetingType, String sponsoredProgram, String sponsoredClass, String gteeMBudgetValidityNumber, String rEBusinessEntity, String realEstateBuilding, String realEstateProperty, String rERentalObject, String realEstateContract, String rEServiceChargeKey, String rESettlementUnitID, LocalDateTime settlementReferenceDate, CompanyCode toCompanyCode, CostCenter toCurrentCostCenter, ProfitCenter toCurrentProfitCenter, GLAccountInChartOfAccounts toGLAccountInChartOfAccounts) -
Uses of CostCenter in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.financialplanningentryitem.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.financialplanningentryitem.link that return types with arguments of type CostCenterModifier and TypeMethodDescriptionCostCenterOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.financialplanningentryitem.link with type arguments of type CostCenterModifier and TypeMethodDescriptionprotected CostCenterLink<ObjectT>CostCenterLink.translateLinkType(EntityLink<CostCenterLink<ObjectT>, CostCenter, ObjectT> link)