Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "FinancialStmntItemHierText" of service "API_GRMASTERDATA_SRV". This service is part of the following communication scenarios: Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration (SAP_COM_0336). See https://api.sap.com/api/API_GRMASTERDATA_SRV for more information.

Hierarchy

  • any
    • FinancialStmntItemHierText

Implements

Index

Properties

consolidationChartOfAccounts

consolidationChartOfAccounts: string

Consolidation Chart of Accounts. Enter a Consolidation Chart of Accounts. Maximum length: 2.

financialStatementItemHier

financialStatementItemHier: string

Item Hierarchy. An FS item hierarchy is an orderly set (or hierarchy) of totals items and value items. Maximum length: 10.

hierarchyNode

hierarchyNode: string

Hierarchy node. Maximum length: 40.

hierarchyNodeText

hierarchyNodeText: string

Hierarchy node description. Maximum length: 50.

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.

nodeType

nodeType: string

Hierarchy node type. Maximum length: 1.

nullable

Static ALL_FIELDS

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

All fields selector.

Static CONSOLIDATION_CHART_OF_ACCOUNTS

CONSOLIDATION_CHART_OF_ACCOUNTS: StringField<FinancialStmntItemHierText> = new StringField('ConsolidationChartOfAccounts', FinancialStmntItemHierText, 'Edm.String')

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

Static FINANCIAL_STATEMENT_ITEM_HIER

FINANCIAL_STATEMENT_ITEM_HIER: StringField<FinancialStmntItemHierText> = new StringField('FinancialStatementItemHier', FinancialStmntItemHierText, 'Edm.String')

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

Static HIERARCHY_NODE

HIERARCHY_NODE: StringField<FinancialStmntItemHierText> = new StringField('HierarchyNode', FinancialStmntItemHierText, 'Edm.String')

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

Static HIERARCHY_NODE_TEXT

HIERARCHY_NODE_TEXT: StringField<FinancialStmntItemHierText> = new StringField('HierarchyNodeText', FinancialStmntItemHierText, 'Edm.String')

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

Static LANGUAGE

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

NODE_TYPE: StringField<FinancialStmntItemHierText> = new StringField('NodeType', FinancialStmntItemHierText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [FinancialStmntItemHierText.CONSOLIDATION_CHART_OF_ACCOUNTS,FinancialStmntItemHierText.FINANCIAL_STATEMENT_ITEM_HIER,FinancialStmntItemHierText.HIERARCHY_NODE,FinancialStmntItemHierText.LANGUAGE,FinancialStmntItemHierText.HIERARCHY_NODE_TEXT,FinancialStmntItemHierText.NODE_TYPE]

All fields of the FinancialStmntItemHierText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "FinancialStmntItemHierText"

Technical entity name for FinancialStmntItemHierText.

Static _keyFields

_keyFields: Array<Selectable<FinancialStmntItemHierText>> = [FinancialStmntItemHierText.CONSOLIDATION_CHART_OF_ACCOUNTS, FinancialStmntItemHierText.FINANCIAL_STATEMENT_ITEM_HIER, FinancialStmntItemHierText.HIERARCHY_NODE, FinancialStmntItemHierText.LANGUAGE]

All key fields of the FinancialStmntItemHierText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for FinancialStmntItemHierText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<FinancialStmntItemHierText>

    A builder that constructs instances of entity type FinancialStmntItemHierText.

Static requestBuilder

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

    Returns FinancialStmntItemHierTextRequestBuilder

    A FinancialStmntItemHierText request builder.