Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "FinancialPlanData" of service "API_FINPLANNINGDATA_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_FINPLANNINGDATA_SRV for more information.

Hierarchy

  • any
    • FinancialPlanData

Implements

Index

Properties

planDataAggrgnLvlFieldsString

planDataAggrgnLvlFieldsString: string

Plan Data Aggrgn Lvl Fields String.

planDataRplcScopeFieldsString

planDataRplcScopeFieldsString: string

Plan Data Rplc Scope Fields String.

toFinPlanningEntryItemTp

toFinPlanningEntryItemTp: FinPlanningEntryItemTp[]

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

Static PLAN_DATA_AGGRGN_LVL_FIELDS_STRING

PLAN_DATA_AGGRGN_LVL_FIELDS_STRING: StringField<FinancialPlanData> = new StringField('PlanDataAggrgnLvlFieldsString', FinancialPlanData, 'Edm.String')

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

Static PLAN_DATA_RPLC_SCOPE_FIELDS_STRING

PLAN_DATA_RPLC_SCOPE_FIELDS_STRING: StringField<FinancialPlanData> = new StringField('PlanDataRplcScopeFieldsString', FinancialPlanData, 'Edm.String')

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

Static TO_FIN_PLANNING_ENTRY_ITEM_TP

TO_FIN_PLANNING_ENTRY_ITEM_TP: Link<FinancialPlanData, FinPlanningEntryItemTp> = new Link('to_FinPlanningEntryItemTP', FinancialPlanData, FinPlanningEntryItemTp)

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

Static _allFields

_allFields: any[] = [FinancialPlanData.PLAN_DATA_AGGRGN_LVL_FIELDS_STRING,FinancialPlanData.PLAN_DATA_RPLC_SCOPE_FIELDS_STRING,FinancialPlanData.TO_FIN_PLANNING_ENTRY_ITEM_TP]

All fields of the FinancialPlanData entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "FinancialPlanData"

Technical entity name for FinancialPlanData.

Static _keyFields

_keyFields: Array<Selectable<FinancialPlanData>> = [FinancialPlanData.PLAN_DATA_AGGRGN_LVL_FIELDS_STRING]

All key fields of the FinancialPlanData entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_FINPLANNINGDATA_SRV"

Technical service name for FinancialPlanData.

Methods

Static builder

  • Returns an entity builder to construct instances FinancialPlanData.

    Returns EntityBuilderType<FinancialPlanData, FinancialPlanDataType>

    A builder that constructs instances of entity type FinancialPlanData.

Static requestBuilder

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

    Returns FinancialPlanDataRequestBuilder

    A FinancialPlanData request builder.