Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_PlanningCategory" 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
    • PlanningCategory

Implements

Index

Properties

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.

toText

One-to-many navigation property to the PlanningCategoryText entity.

Static ALL_FIELDS

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

All fields selector.

Static PLANNING_CATEGORY

PLANNING_CATEGORY: StringField<PlanningCategory> = new StringField('PlanningCategory', PlanningCategory, '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 TO_TEXT

TO_TEXT: Link<PlanningCategory, PlanningCategoryText> = new Link('to_Text', PlanningCategory, PlanningCategoryText)

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

Static _allFields

_allFields: any[] = [PlanningCategory.PLANNING_CATEGORY,PlanningCategory.TO_TEXT]

All fields of the PlanningCategory entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_PlanningCategory"

Technical entity name for PlanningCategory.

Static _keyFields

_keyFields: Array<Selectable<PlanningCategory>> = [PlanningCategory.PLANNING_CATEGORY]

All key fields of the PlanningCategory entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PLANNINGCATEGORY_SRV"

Technical service name for PlanningCategory.

Methods

Static builder

  • Returns an entity builder to construct instances PlanningCategory.

    Returns EntityBuilderType<PlanningCategory, PlanningCategoryType>

    A builder that constructs instances of entity type PlanningCategory.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PlanningCategory>

    A builder that constructs instances of entity type PlanningCategory.

Static requestBuilder

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

    Returns PlanningCategoryRequestBuilder

    A PlanningCategory request builder.