I_FINSTATISTICALKEYFIGUREITEM
Statistical Keyfigures per period
I_FINSTATISTICALKEYFIGUREITEM is a CDS View in S/4HANA. Statistical Keyfigures per period. It contains 37 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_FinStatisticalKeyFigure | view | from | CONSUMPTION | Read Statistical Key Figures per Period |
| C_FinStatisticalKeyFigureItem | view | from | CONSUMPTION | Statistical Keyfigures per period |
| C_PlanFinStatisticalKeyFigItem | view | from | CONSUMPTION | Plan Statistical Key Figures per Period |
| P_ACTPLNSTATKEYFIGITEMSEMTAG | view | from | COMPOSITE | |
| P_StatKeyFigValueAssignment | view | from | CONSUMPTION |
Fields (37)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| AccountAssignmentType | AccountAssignmentType | 1 | |
| BudgetPeriod | BudgetPeriod | 1 | |
| BusinessArea | BusinessArea | 2 | |
| CompanyCode | CompanyCode | 2 | |
| ControllingArea | ControllingArea | 1 | |
| ControllingBusTransacType | ControllingBusTransacType | 2 | |
| ControllingObject | ControllingObject | 2 | |
| ControllingObjectClass | ControllingObjectClass | 2 | |
| CostCenter | CostCenter | 2 | |
| CostCtrActivityType | CostCtrActivityType | 2 | |
| FiscalPeriod | FiscalPeriod | 2 | |
| FiscalYear | FiscalYear | 2 | |
| FiscalYearVariant | FiscalYearVariant | 1 | |
| FunctionalArea | FunctionalArea | 2 | |
| Fund | Fund | 1 | |
| GrantID | GrantID | 1 | |
| IntmdStatisticalKeyFigFixedQty | IntmdStatisticalKeyFigFixedQty | 2 | |
| IntmdStatisticalKeyFigSumQty | IntmdStatisticalKeyFigSumQty | 2 | |
| Ledger | Ledger | 3 | |
| OrderCategory | OrderCategory | 1 | |
| OrderID | OrderID | 1 | |
| PlanningCategory | PlanningCategory | 2 | |
| ProfitCenter | ProfitCenter | 2 | |
| SalesOrder | SalesOrder | 1 | |
| SalesOrderItem | SalesOrderItem | 1 | |
| Segment | Segment | 2 | |
| ServiceDocument | ServiceDocument | 1 | |
| ServiceDocumentItem | ServiceDocumentItem | 1 | |
| ServiceDocumentType | ServiceDocumentType | 1 | |
| StatisticalKeyFigure | StatisticalKeyFigure | 2 | |
| StatisticalKeyFigureCategory | StatisticalKeyFigureCategory | 2 | |
| StstclKeyFigIntmdActlFixedQty | StstclKeyFigIntmdActlFixedQty | 1 | |
| StstclKeyFigIntmdActlSumQty | StstclKeyFigIntmdActlSumQty | 1 | |
| StstclKeyFigIntmdPlanFixedQty | StstclKeyFigIntmdPlanFixedQty | 2 | |
| StstclKeyFigIntmdPlanSumQty | StstclKeyFigIntmdPlanSumQty | 2 | |
| WBSElement | WBSElement | 1 | |
| WBSElementExternalID | WBSElementExternalID | 1 |
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'IFIFINSSKFPER'
// @AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Statistical Keyfigures per period'
//@ObjectModel.representativeKey: 'FiscalPeriod'
@ObjectModel.representativeKey: 'StatisticalKeyFigureItem'
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #D
@Analytics: { dataCategory: #CUBE }
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@AbapCatalog.buffering.status: #NOT_ALLOWED
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions:true
@ObjectModel.modelingPattern: #ANALYTICAL_CUBE
@ObjectModel.supportedCapabilities: [#ANALYTICAL_PROVIDER,
// #CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SQL_DATA_SOURCE]
define view I_FinStatisticalKeyFigureItem as select from P_FinStatisticalKeyFigureItem
association[1] to I_ControllingArea as _ControllingArea on $projection.ControllingArea = _ControllingArea.ControllingArea
association[1..1] to I_Ledger as _Ledger on $projection.Ledger = _Ledger.Ledger
association[0..1] to I_CompanyCode as _CompanyCode on $projection.CompanyCode = _CompanyCode.CompanyCode
association[0..1] to I_LedgerCoCode as _LedgerCompanyCodeVH on $projection.Ledger = _LedgerCompanyCodeVH.Ledger and
$projection.CompanyCode = _LedgerCompanyCodeVH.CompanyCode
association[0..*] to I_CostCenter as _CostCenter on $projection.ControllingArea = _CostCenter.ControllingArea and
$projection.CostCenter = _CostCenter.CostCenter
association[0..*] to I_ProfitCenter as _ProfitCenter on $projection.ControllingArea = _ProfitCenter.ControllingArea and
$projection.ProfitCenter = _ProfitCenter.ProfitCenter
association[1] to I_StatisticalKeyFigure as _StatisticalKeyFigure on $projection.ControllingArea = _StatisticalKeyFigure.ControllingArea and
$projection.StatisticalKeyFigure = _StatisticalKeyFigure.StatisticalKeyFigure
association[1] to I_StatisticalKeyFigureCat as _StatisticalKeyFigureCat on $projection.StatisticalKeyFigureCategory = _StatisticalKeyFigureCat.StstcKeyFigCategory
association[1..1] to I_FiscalYearVariant as _FiscalYearVariant on $projection.FiscalYearVariant = _FiscalYearVariant.FiscalYearVariant
association[0..1] to I_FiscalYear as _FiscalYear on $projection.FiscalYearVariant = _FiscalYear.FiscalYearVariant and
$projection.FiscalYear = _FiscalYear.FiscalYear
association[0..1] to I_FiscalYearPeriod as _FiscalPeriod on $projection.FiscalYearVariant = _FiscalPeriod.FiscalYearVariant and
$projection.FiscalYear = _FiscalPeriod.FiscalYear and
$projection.FiscalPeriod = _FiscalPeriod.FiscalPeriod
association[1] to I_UnitOfMeasure as _UnitOfMeasure on $projection.StatisticalKeyFigQtyUnit = _UnitOfMeasure.UnitOfMeasure
association[0..1] to I_Segment as _Segment on $projection.Segment = _Segment.Segment
association[0..1] to I_FunctionalArea as _FunctionalArea on $projection.FunctionalArea = _FunctionalArea.FunctionalArea
association[0..1] to I_BusinessArea as _BusinessArea on $projection.BusinessArea = _BusinessArea.BusinessArea
association[0..1] to I_Order as _Order on $projection.OrderID = _Order.OrderID
association[0..1] to I_SalesDocument as _SalesDocument on $projection.SalesOrder = _SalesDocument.SalesDocument
association[0..1] to I_SalesDocumentItem as _SalesDocumentItem on $projection.SalesOrder = _SalesDocumentItem.SalesDocument and
$projection.SalesOrderItem = _SalesDocumentItem.SalesDocumentItem
association[0..1] to I_ControllingObject as _ControllingObject on $projection.ControllingObject = _ControllingObject.ControllingObject
association[0..1] to I_BudgetPeriod as _BudgetPeriod on $projection.BudgetPeriod = _BudgetPeriod.BudgetPeriod
//association[0..1] to I_BusinessProcess as _BusinessProcess on $projection.ControllingArea = _BusinessProcess.ControllingArea and
// $projection.businessprocess = _BusinessProcess.BusinessProcess
association[0..1] to I_PlanningCategory as _PlanningCategory on $projection.PlanningCategory = _PlanningCategory.PlanningCategory
association [0..1] to I_WBSElementByExternalID as _WBSElementExternalID on $projection.WBSElementExternalID = _WBSElementExternalID.WBSElementExternalID
{
@Consumption.filter: {selectionType: #SINGLE, multipleSelections: false, mandatory: true}
@ObjectModel.foreignKey.association: '_Ledger'
key P_FinStatisticalKeyFigureItem.rldnr as Ledger,
@Consumption.filter: {selectionType: #SINGLE, multipleSelections: false, mandatory: true}
//@Consumption.valueHelpDefinition: [{ entity: { name: 'I_LedgerCompanyCodeVH' , element: 'CompanyCode' },
// additionalBinding: [ { localElement: 'Ledger' , element: 'Ledger' } ]
// }]
//@Consumption.valueHelp: '_LedgerCompanyCodeVH'
@ObjectModel.foreignKey.association: '_CompanyCode'
key P_FinStatisticalKeyFigureItem.rbukrs as CompanyCode,
@ObjectModel.foreignKey.association: '_StatisticalKeyFigure'
key P_FinStatisticalKeyFigureItem.stagr as StatisticalKeyFigure,
///////////////////////////////////////////////////////////////////////////////////
// Attention !!!
// The following field is the LedgerFiscalYear (depends on ledger + company code)
// Unfortunately we have called it FiscalYear (because the semantic seems to be clear)
// Because of compatibility reasons we can not change it anymore
//
// This view has no FiscalYear (depends on company code)
//
// if you use this view in your views on top please write: FiscalYear as LedgerFiscalYear
// then you can make a join or union with the field from ACDOCA: LedgerFiscalYear (please ignore in this case the FiscalYear from ACDOCA)
/////////////////////////////////////////////////////////////////////////////////////
@ObjectModel.foreignKey.association: '_FiscalYear'
key P_FinStatisticalKeyFigureItem.RYEAR as FiscalYear,
@ObjectModel.foreignKey.association: '_FiscalPeriod'
key P_FinStatisticalKeyFigureItem.poper as FiscalPeriod,
key P_FinStatisticalKeyFigureItem.recid as StatisticalKeyFigureItem,
P_FinStatisticalKeyFigureItem.FISCYEARPER as FiscalYearPeriod,
@ObjectModel.foreignKey.association: '_FiscalYearVariant'
P_FinStatisticalKeyFigureItem.periv as FiscalYearVariant,
P_FinStatisticalKeyFigureItem.IsSpecialPeriod as IsSpecialPeriod,
// P_FinStatisticalKeyFigureItem.date_from as ValidityStartDate,
@ObjectModel.foreignKey.association: '_StatisticalKeyFigureCat'
P_FinStatisticalKeyFigureItem.grtyp as StatisticalKeyFigureCategory,
@Semantics.unitOfMeasure:true
@ObjectModel.foreignKey.association: '_UnitOfMeasure'
P_FinStatisticalKeyFigureItem.runit as StatisticalKeyFigQtyUnit,
//-----------------------------------------------------------------------------------
// Quantity
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast( P_FinStatisticalKeyFigureItem.msl as fis_smexxx_long ) as StatisticalKeyFigureQuantity,
//-----------------------------------------------------------------------------------
// Fixed/Sum Quantity
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '1' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_fixed_smexxx_long preserving type ) as StatisticalKeyFigFixedQty,
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '2' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_sum_smexxx_long preserving type ) as StatisticalKeyFigSumQty,
//-----------------------------------------------------------------------------------
// Actual/Plan Quantity
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.rrcty
when '0' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_act_smexxx_long preserving type ) as StatisticalKeyFigureActlQty,
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.rrcty
when '1' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_pln_smexxx_long preserving type ) as StatisticalKeyFigurePlanQty,
//-----------------------------------------------------------------------------------
// Fixed/Sum Actual/Plan Quantity
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '1' then
( case P_FinStatisticalKeyFigureItem.rrcty
when '0' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end
)
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_act_fixed_smexxx_long preserving type ) as StatisticalKeyFigActlFixedQty,
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '1' then
( case P_FinStatisticalKeyFigureItem.rrcty
when '1' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end
)
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_pln_fixed_smexxx_long preserving type ) as StatisticalKeyFigPlanFixedQty,
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '2' then
( case P_FinStatisticalKeyFigureItem.rrcty
when '0' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end
)
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_act_sum_smexxx_long preserving type ) as StatisticalKeyFigActlSumQty,
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '2' then
( case P_FinStatisticalKeyFigureItem.rrcty
when '1' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end
)
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_pln_sum_smexxx_long preserving type ) as StatisticalKeyFigPlanSumQty,
//-----------------------------------------------------------------------------------
// Intermediate Quantities (copies of quantities) : this will be used in C-View (Query) for calculation
// you will not need these Intermediate Quantities , if you waork on I-View
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '1' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_fixed_smexxx_long preserving type ) as IntmdStatisticalKeyFigFixedQty,
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '2' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_sum_smexxx_long preserving type ) as IntmdStatisticalKeyFigSumQty,
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '1' then
( case P_FinStatisticalKeyFigureItem.rrcty
when '0' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end
)
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_act_fixed_smexxx_long preserving type ) as StstclKeyFigIntmdActlFixedQty,
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '1' then
( case P_FinStatisticalKeyFigureItem.rrcty
when '1' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end
)
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_pln_fixed_smexxx_long preserving type ) as StstclKeyFigIntmdPlanFixedQty,
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '2' then
( case P_FinStatisticalKeyFigureItem.rrcty
when '0' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end
)
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_act_sum_smexxx_long preserving type ) as StstclKeyFigIntmdActlSumQty,
@DefaultAggregation: #SUM
@Semantics: { quantity : {unitOfMeasure: 'StatisticalKeyFigQtyUnit'} }
cast(
case P_FinStatisticalKeyFigureItem.grtyp
when '2' then
( case P_FinStatisticalKeyFigureItem.rrcty
when '1' then P_FinStatisticalKeyFigureItem.msl
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end
)
else cast( cast(0 as abap.quan(23,3)) as fis_smexxx_long )
end as fis_pln_sum_smexxx_long preserving type ) as StstclKeyFigIntmdPlanSumQty,
//-----------------------------------------------------------------------------------
P_FinStatisticalKeyFigureItem.rrcty as GLRecordType,
@ObjectModel.foreignKey.association: '_PlanningCategory'
P_FinStatisticalKeyFigureItem.category as PlanningCategory,
@ObjectModel.foreignKey.association: '_CostCenter'
P_FinStatisticalKeyFigureItem.rcntr as CostCenter,
@ObjectModel.foreignKey.association: '_ProfitCenter'
P_FinStatisticalKeyFigureItem.prctr as ProfitCenter,
@ObjectModel.foreignKey.association: '_FunctionalArea'
P_FinStatisticalKeyFigureItem.rfarea as FunctionalArea,
@ObjectModel.foreignKey.association: '_BusinessArea'
P_FinStatisticalKeyFigureItem.rbusa as BusinessArea,
@ObjectModel.foreignKey.association: '_ControllingArea'
P_FinStatisticalKeyFigureItem.kokrs as ControllingArea,
@ObjectModel.foreignKey.association: '_Segment'
P_FinStatisticalKeyFigureItem.segment as Segment,
P_FinStatisticalKeyFigureItem.vorgn as ControllingBusTransacType,
P_FinStatisticalKeyFigureItem.accasty as AccountAssignmentType,
// P_FinStatisticalKeyFigureItem.logsys as LogicalSystem,
P_FinStatisticalKeyFigureItem.objnr as ControllingObject,
// P_FinStatisticalKeyFigureItem.hrkft as ControllingKeySubNumber,
P_FinStatisticalKeyFigureItem.scope as ControllingObjectClass,
@ObjectModel.foreignKey.association: '_Order'
P_FinStatisticalKeyFigureItem.aufnr as OrderID,
P_FinStatisticalKeyFigureItem.autyp as OrderCategory,
@API.element.releaseState: #DEPRECATED
@API.element.successor: 'WBSElementExternalID'
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'WBSElementExternalID'
P_FinStatisticalKeyFigureItem.ps_posid as WBSElement,
@ObjectModel.foreignKey.association: '_WBSElementExternalID'
WBSElementExternalID,
//P_FinStatisticalKeyFigureItem.ps_prj_pnr as ProjectInternalID, // not filled
//
//P_FinStatisticalKeyFigureItem.ps_pspid as Project, // not filled
//P_FinStatisticalKeyFigureItem.nplnr as ProjectNetwork, // not filled
//
//P_FinStatisticalKeyFigureItem.nplnr_vorgn as RelatedNetworkActivity, // not filled
//
//P_FinStatisticalKeyFigureItem.prznr as BusinessProcess, // not in cloud
//
//P_FinStatisticalKeyFigureItem.kstrg as CostObject, // not in cloud
P_FinStatisticalKeyFigureItem.rfund as Fund,
P_FinStatisticalKeyFigureItem.rgrant_nbr as GrantID,
@ObjectModel.foreignKey.association: '_BudgetPeriod'
P_FinStatisticalKeyFigureItem.rbudget_pd as BudgetPeriod,
@ObjectModel.foreignKey.association: '_SalesDocument'
P_FinStatisticalKeyFigureItem.kdauf as SalesOrder,
@ObjectModel.foreignKey.association: '_SalesDocumentItem'
P_FinStatisticalKeyFigureItem.kdpos as SalesOrderItem,
P_FinStatisticalKeyFigureItem.lstar as CostCtrActivityType,
P_FinStatisticalKeyFigureItem.service_doc_type as ServiceDocumentType,
P_FinStatisticalKeyFigureItem.service_doc_id as ServiceDocument,
P_FinStatisticalKeyFigureItem.service_doc_item_id as ServiceDocumentItem,
_ControllingArea,
_Ledger,
_CompanyCode,
_LedgerCompanyCodeVH,
_CostCenter,
_ProfitCenter,
_StatisticalKeyFigure,
_StatisticalKeyFigureCat,
_FiscalYear,
_FiscalPeriod,
_FiscalYearVariant,
_UnitOfMeasure,
_Segment,
_FunctionalArea,
_BusinessArea,
_Order,
_SalesDocument,
_SalesDocumentItem,
_ControllingObject,
_BudgetPeriod,
_PlanningCategory,
_WBSElementExternalID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_FINSTATISTICALKEYFIGUREITEM"
],
"ASSOCIATED":
[
"I_BUDGETPERIOD",
"I_BUSINESSAREA",
"I_COMPANYCODE",
"I_CONTROLLINGAREA",
"I_CONTROLLINGOBJECT",
"I_COSTCENTER",
"I_FISCALYEAR",
"I_FISCALYEARPERIOD",
"I_FISCALYEARVARIANT",
"I_FUNCTIONALAREA",
"I_LEDGER",
"I_LEDGERCOCODE",
"I_ORDER",
"I_PLANNINGCATEGORY",
"I_PROFITCENTER",
"I_SALESDOCUMENT",
"I_SALESDOCUMENTITEM",
"I_SEGMENT",
"I_STATISTICALKEYFIGURE",
"I_STATISTICALKEYFIGURECAT",
"I_UNITOFMEASURE",
"I_WBSELEMENTBYEXTERNALID"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/