Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_PlanningCategoryText" of service "API_PLANNINGCATEGORY_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_PLANNINGCATEGORY_SRV for more information.

Hierarchy

  • any
    • PlanningCategoryText

Implements

Index

Properties

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.

planningCategory

planningCategory: string

Category. Specifies the BPC category. Categories from SAP Business Planning & Consolidation are mapped in Real-Time Consolidation to consolidation versions. This mapping is defined in the Model transaction (RTCMD) under the Version tab. Maximum length: 10.

planningCategoryName

planningCategoryName: string

Planning Category. Maximum length: 40.

nullable

toPlanningCategory

toPlanningCategory: PlanningCategory

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

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

LANGUAGE: StringField<PlanningCategoryText> = new StringField('Language', PlanningCategoryText, '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 PLANNING_CATEGORY

PLANNING_CATEGORY: StringField<PlanningCategoryText> = new StringField('PlanningCategory', PlanningCategoryText, 'Edm.String')

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

Static PLANNING_CATEGORY_NAME

PLANNING_CATEGORY_NAME: StringField<PlanningCategoryText> = new StringField('PlanningCategoryName', PlanningCategoryText, 'Edm.String')

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

Static TO_PLANNING_CATEGORY

TO_PLANNING_CATEGORY: OneToOneLink<PlanningCategoryText, PlanningCategory> = new OneToOneLink('to_PlanningCategory', PlanningCategoryText, PlanningCategory)

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

Static _allFields

_allFields: any[] = [PlanningCategoryText.PLANNING_CATEGORY,PlanningCategoryText.LANGUAGE,PlanningCategoryText.PLANNING_CATEGORY_NAME,PlanningCategoryText.TO_PLANNING_CATEGORY]

All fields of the PlanningCategoryText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_PlanningCategoryText"

Technical entity name for PlanningCategoryText.

Static _keyFields

_keyFields: Array<Selectable<PlanningCategoryText>> = [PlanningCategoryText.PLANNING_CATEGORY, PlanningCategoryText.LANGUAGE]

All key fields of the PlanningCategoryText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PLANNINGCATEGORY_SRV"

Technical service name for PlanningCategoryText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PlanningCategoryText>

    A builder that constructs instances of entity type PlanningCategoryText.

Static requestBuilder

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

    Returns PlanningCategoryTextRequestBuilder

    A PlanningCategoryText request builder.