Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_CostCenterActivityTypeText" of service "API_COSTCENTERACTIVITYTYPE_SRV". This service is part of the following communication scenarios: SAP Analytics Cloud for Planning Integration (SAP_COM_0087). See https://api.sap.com/api/API_COSTCENTERACTIVITYTYPE_SRV for more information.

Hierarchy

  • any
    • CostCenterActivityTypeText

Implements

Index

Properties

controllingArea

controllingArea: string

Controlling Area. Maximum length: 4.

costCtrActivityType

costCtrActivityType: 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.

costCtrActivityTypeDesc

costCtrActivityTypeDesc: string

Description. Maximum length: 40.

nullable

costCtrActivityTypeName

costCtrActivityTypeName: string

General Name. General description of the object. Maximum length: 20.

nullable

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

toCostCenterActivityType

toCostCenterActivityType: CostCenterActivityType

One-to-one navigation property to the CostCenterActivityType entity.

validityEndDate

validityEndDate: Moment

Valid To Date. Date indicating up to when an entry is valid.

Static CONTROLLING_AREA

CONTROLLING_AREA: StringField<CostCenterActivityTypeText> = new StringField('ControllingArea', CostCenterActivityTypeText, 'Edm.String')

Static representation of the controllingArea 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

COST_CTR_ACTIVITY_TYPE: StringField<CostCenterActivityTypeText> = new StringField('CostCtrActivityType', CostCenterActivityTypeText, 'Edm.String')

Static representation of the costCtrActivityType 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_DESC

COST_CTR_ACTIVITY_TYPE_DESC: StringField<CostCenterActivityTypeText> = new StringField('CostCtrActivityTypeDesc', CostCenterActivityTypeText, 'Edm.String')

Static representation of the costCtrActivityTypeDesc 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_NAME

COST_CTR_ACTIVITY_TYPE_NAME: StringField<CostCenterActivityTypeText> = new StringField('CostCtrActivityTypeName', CostCenterActivityTypeText, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<CostCenterActivityTypeText> = new StringField('Language', CostCenterActivityTypeText, 'Edm.String')

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

Static TO_COST_CENTER_ACTIVITY_TYPE

TO_COST_CENTER_ACTIVITY_TYPE: OneToOneLink<CostCenterActivityTypeText, CostCenterActivityType> = new OneToOneLink('to_CostCenterActivityType', CostCenterActivityTypeText, CostCenterActivityType)

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

Static VALIDITY_END_DATE

VALIDITY_END_DATE: DateField<CostCenterActivityTypeText> = new DateField('ValidityEndDate', CostCenterActivityTypeText, 'Edm.DateTime')

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

Static _allFields

_allFields: any[] = [CostCenterActivityTypeText.VALIDITY_END_DATE,CostCenterActivityTypeText.CONTROLLING_AREA,CostCenterActivityTypeText.COST_CTR_ACTIVITY_TYPE,CostCenterActivityTypeText.LANGUAGE,CostCenterActivityTypeText.COST_CTR_ACTIVITY_TYPE_NAME,CostCenterActivityTypeText.COST_CTR_ACTIVITY_TYPE_DESC,CostCenterActivityTypeText.TO_COST_CENTER_ACTIVITY_TYPE]

All fields of the CostCenterActivityTypeText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_CostCenterActivityTypeText"

Technical entity name for CostCenterActivityTypeText.

Static _keyFields

_keyFields: Array<Selectable<CostCenterActivityTypeText>> = [CostCenterActivityTypeText.VALIDITY_END_DATE, CostCenterActivityTypeText.CONTROLLING_AREA, CostCenterActivityTypeText.COST_CTR_ACTIVITY_TYPE, CostCenterActivityTypeText.LANGUAGE]

All key fields of the CostCenterActivityTypeText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_COSTCENTERACTIVITYTYPE_SRV"

Technical service name for CostCenterActivityTypeText.

Methods

Static builder

Static requestBuilder

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

    Returns CostCenterActivityTypeTextRequestBuilder

    A CostCenterActivityTypeText request builder.