Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ActualCostRate" of service "API_FCO_COST_RATE_SRV". This service is part of the following communication scenarios: Finance - Activity Type Integration (SAP_COM_0129). See https://api.sap.com/api/API_FCO_COST_RATE_SRV for more information.

Hierarchy

  • any
    • ActualCostRate

Implements

Index

Properties

accountingCostRateUuid

accountingCostRateUuid: string

Cost Rate UUID.

activityType

activityType: string

Activity Type. Key uniquely identifying . Activity types describe the activity produced by a cost center and are measured in units of time or quantity.In activity type planning, control data determines whether the activity price for evaluation of the activity type is manually set or is derived iteratively through activity price calculation. Maximum length: 6.

nullable

companyCode

companyCode: string

Company Code. The company code is an organizational unit within financial accounting. Maximum length: 4.

nullable

costCenter

costCenter: string

Cost Center. A key that uniquely identifies a cost center. Maximum length: 10.

nullable

costCtrActivityTypeQtyUnit

costCtrActivityTypeQtyUnit: string

Activity Unit. The activity unit is either the time or quantity unit of an activity type used to post the activity quantity. In the databases, the activity type is always managed with the activity unit that is defined in activity type master record.The activity unit can no longer be changed in the activity type master record when dependent data already exists.Later plan or actual postings can result in varying activity units if these are convertable to a specified unit. Maximum length: 3.

nullable

costRateFixedAmount

costRateFixedAmount: BigNumber

Fixed Rate.

nullable

costRateIsOverwriteMode

costRateIsOverwriteMode: boolean

Truth Value: True/False.

nullable

costRateScaleFactor

costRateScaleFactor: BigNumber

per.

nullable

costRateVarblAmount

costRateVarblAmount: BigNumber

Variable Rate.

nullable

currency

currency: string

Currency Key. Currency key for amounts in the system. Maximum length: 5.

nullable

validityEndFiscalYearPeriod

validityEndFiscalYearPeriod: string

Fiscal Year + Fiscal Period. Fiscal Year + Fiscal Period. Maximum length: 7.

nullable

validityStartFiscalYearPeriod

validityStartFiscalYearPeriod: string

Fiscal Year + Fiscal Period. Fiscal Year + Fiscal Period. Maximum length: 7.

nullable

Static ACCOUNTING_COST_RATE_UUID

ACCOUNTING_COST_RATE_UUID: StringField<ActualCostRate> = new StringField('AccountingCostRateUUID', ActualCostRate, 'Edm.Guid')

Static representation of the accountingCostRateUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static ACTIVITY_TYPE

ACTIVITY_TYPE: StringField<ActualCostRate> = new StringField('ActivityType', ActualCostRate, 'Edm.String')

Static representation of the activityType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', ActualCostRate)

All fields selector.

Static COMPANY_CODE

COMPANY_CODE: StringField<ActualCostRate> = new StringField('CompanyCode', ActualCostRate, 'Edm.String')

Static representation of the companyCode property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static COST_CENTER

COST_CENTER: StringField<ActualCostRate> = new StringField('CostCenter', ActualCostRate, 'Edm.String')

Static representation of the costCenter property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static COST_CTR_ACTIVITY_TYPE_QTY_UNIT

COST_CTR_ACTIVITY_TYPE_QTY_UNIT: StringField<ActualCostRate> = new StringField('CostCtrActivityTypeQtyUnit', ActualCostRate, 'Edm.String')

Static representation of the costCtrActivityTypeQtyUnit property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static COST_RATE_FIXED_AMOUNT

COST_RATE_FIXED_AMOUNT: BigNumberField<ActualCostRate> = new BigNumberField('CostRateFixedAmount', ActualCostRate, 'Edm.Decimal')

Static representation of the costRateFixedAmount property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static COST_RATE_IS_OVERWRITE_MODE

COST_RATE_IS_OVERWRITE_MODE: BooleanField<ActualCostRate> = new BooleanField('CostRateIsOverwriteMode', ActualCostRate, 'Edm.Boolean')

Static representation of the costRateIsOverwriteMode property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static COST_RATE_SCALE_FACTOR

COST_RATE_SCALE_FACTOR: BigNumberField<ActualCostRate> = new BigNumberField('CostRateScaleFactor', ActualCostRate, 'Edm.Decimal')

Static representation of the costRateScaleFactor property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static COST_RATE_VARBL_AMOUNT

COST_RATE_VARBL_AMOUNT: BigNumberField<ActualCostRate> = new BigNumberField('CostRateVarblAmount', ActualCostRate, 'Edm.Decimal')

Static representation of the costRateVarblAmount property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CURRENCY

CURRENCY: StringField<ActualCostRate> = new StringField('Currency', ActualCostRate, 'Edm.String')

Static representation of the currency property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static VALIDITY_END_FISCAL_YEAR_PERIOD

VALIDITY_END_FISCAL_YEAR_PERIOD: StringField<ActualCostRate> = new StringField('ValidityEndFiscalYearPeriod', ActualCostRate, 'Edm.String')

Static representation of the validityEndFiscalYearPeriod property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static VALIDITY_START_FISCAL_YEAR_PERIOD

VALIDITY_START_FISCAL_YEAR_PERIOD: StringField<ActualCostRate> = new StringField('ValidityStartFiscalYearPeriod', ActualCostRate, 'Edm.String')

Static representation of the validityStartFiscalYearPeriod property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [ActualCostRate.ACCOUNTING_COST_RATE_UUID,ActualCostRate.COMPANY_CODE,ActualCostRate.COST_CENTER,ActualCostRate.ACTIVITY_TYPE,ActualCostRate.CURRENCY,ActualCostRate.VALIDITY_START_FISCAL_YEAR_PERIOD,ActualCostRate.VALIDITY_END_FISCAL_YEAR_PERIOD,ActualCostRate.COST_RATE_FIXED_AMOUNT,ActualCostRate.COST_RATE_VARBL_AMOUNT,ActualCostRate.COST_RATE_SCALE_FACTOR,ActualCostRate.COST_CTR_ACTIVITY_TYPE_QTY_UNIT,ActualCostRate.COST_RATE_IS_OVERWRITE_MODE]

All fields of the ActualCostRate entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_FCO_COST_RATE_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "A_ActualCostRate"

Technical entity name for ActualCostRate.

Static _keyFields

_keyFields: Array<Selectable<ActualCostRate>> = [ActualCostRate.ACCOUNTING_COST_RATE_UUID]

All key fields of the ActualCostRate entity.

Static _keys

_keys: any = ActualCostRate._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property ActualCostRate.

Static _serviceName

_serviceName: string = "API_FCO_COST_RATE_SRV"

Technical service name for ActualCostRate.

Methods

Static builder

  • Returns an entity builder to construct instances ActualCostRate.

    Returns EntityBuilderType<ActualCostRate, ActualCostRateType>

    A builder that constructs instances of entity type ActualCostRate.

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity ActualCostRate.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ActualCostRate>

    A builder that constructs instances of entity type ActualCostRate.

Static requestBuilder

  • Returns a request builder to construct requests for operations on the ActualCostRate entity type.

    Returns ActualCostRateRequestBuilder

    A ActualCostRate request builder.