Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • Entity
    • FinancialStatementItem

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected _customFields

_customFields: MapType<any>

A mapper representing custom fields in an entity. Custom fields are represented by their field names and the corresponding values. A custom field can be added or updated using setCustomField method.

Protected _versionIdentifier

_versionIdentifier: string

The current ETag version of the entity in the remote system. The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. When no ETag is provided by the remote system the value of this variable defaults to "*".

Optional breakdownCategory

breakdownCategory: string

Breakdown Category. Maximum length: 4.

nullable

consolidationChartOfAccounts

consolidationChartOfAccounts: string

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

Optional consolidationChartOfAccountsText

consolidationChartOfAccountsText: string

Description. Enter a description of up to 30 characters in length. Maximum length: 30.

nullable

Optional consolidationFsItemType

consolidationFsItemType: string

Financial Statement Item Type. Maximum length: 10.

nullable

Optional eliminationTargetFsItem

eliminationTargetFsItem: string

Elimination Target Item. Maximum length: 10.

nullable

Optional eliminationTargetFsItemText

eliminationTargetFsItemText: string

Elimination Target Item Description. Maximum length: 15.

nullable

financialStatementItem

financialStatementItem: string

Financial Statement Item. Enter an FS Item. Maximum length: 10.

Optional financialStatementItemIsBlkd

financialStatementItemIsBlkd: boolean

Is Blocked Against Posting.

nullable

Optional financialStatementItemRole

financialStatementItemRole: string

FS Item Roles Attribute. Maximum length: 30.

nullable

Optional financialStatementItemText

financialStatementItemText: string

Medium Text for FS Items. A medium text of up to 50 characters for FS items. Maximum length: 50.

nullable

Optional fsItemCashFlow

fsItemCashFlow: string

Cash Flow Attribute. Maximum length: 30.

nullable

Optional fsItemCashFlowText

fsItemCashFlowText: string

FS Item Cash Flow Description. Maximum length: 30.

nullable

Optional fsItemCurrencyTranslation

fsItemCurrencyTranslation: string

FS Item Currency Translation Attribute. Maximum length: 30.

nullable

Optional fsItemCurrencyTranslationText

fsItemCurrencyTranslationText: string

FS Item Currency Translation Description. Maximum length: 30.

nullable

Optional fsItemCustomerSpecific

fsItemCustomerSpecific: string

Other Selection Attribute. Maximum length: 30.

nullable

Optional fsItemCustomerSpecificText

fsItemCustomerSpecificText: string

Other Selection Attribute Description. Maximum length: 30.

nullable

Optional fsItemDataCollection

fsItemDataCollection: string

Data Collection Attribute. Maximum length: 30.

nullable

Optional fsItemDataCollectionText

fsItemDataCollectionText: string

FS Item Data Collection Description. Maximum length: 30.

nullable

Optional fsItemElimination

fsItemElimination: string

FS Item Elimination Attribute. Maximum length: 30.

nullable

Optional fsItemEliminationText

fsItemEliminationText: string

Elimination Attribute Description. Maximum length: 30.

nullable

Optional fsItemRoleText

fsItemRoleText: string

FS Item Role Description. Maximum length: 30.

nullable

Optional fsItemScope

fsItemScope: string

Scope Attribute. Maximum length: 30.

nullable

Optional fsItemScopeText

fsItemScopeText: string

Scope Attribute Description. Maximum length: 30.

nullable

Optional isConsolidationItem

isConsolidationItem: boolean

Is Consolidation Item.

nullable

Optional nciTargetFsItem

nciTargetFsItem: string

Non-Controlling Interest (NCI) Target Item. Maximum length: 10.

nullable

Optional nciTargetFsItemText

nciTargetFsItemText: string

Non-Controlling Interest Target Item Description. Maximum length: 15.

nullable

Optional planningTargetFsItem

planningTargetFsItem: string

Planning Target Item. Maximum length: 10.

nullable

Optional planningTargetFsItemText

planningTargetFsItemText: string

Planning Target Item Description. Maximum length: 15.

nullable

Protected remoteState

remoteState: object

The remote state of the entity. Remote state refers to the last known state of the entity on the remote system from which it has been retrieved or to which it has been posted. It is stored as map, where the keys are stored in the format of VDM properties.

Type declaration

  • [keys: string]: any

toCnsldtnFsItemHier

toCnsldtnFsItemHier: FinancialStatementItemHier[]

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

toCnsldtnFsItemT

toCnsldtnFsItemT: FinancialStatementItemText[]

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

versionIdentifier

versionIdentifier: string

ETag version identifier accessor.

returns

The ETag version identifier of the retrieved entity, returns undefined if not retrieved

Static ALL_FIELDS

ALL_FIELDS: AllFields<FinancialStatementItem> = new AllFields('*', FinancialStatementItem)

All fields selector.

Static BREAKDOWN_CATEGORY

BREAKDOWN_CATEGORY: StringField<FinancialStatementItem> = new StringField('BreakdownCategory', FinancialStatementItem, 'Edm.String')

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

Static CONSOLIDATION_CHART_OF_ACCOUNTS

CONSOLIDATION_CHART_OF_ACCOUNTS: StringField<FinancialStatementItem> = new StringField('ConsolidationChartOfAccounts', FinancialStatementItem, '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 CONSOLIDATION_CHART_OF_ACCOUNTS_TEXT

CONSOLIDATION_CHART_OF_ACCOUNTS_TEXT: StringField<FinancialStatementItem> = new StringField('ConsolidationChartOfAccounts_Text', FinancialStatementItem, 'Edm.String')

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

Static CONSOLIDATION_FS_ITEM_TYPE

CONSOLIDATION_FS_ITEM_TYPE: StringField<FinancialStatementItem> = new StringField('ConsolidationFSItemType', FinancialStatementItem, 'Edm.String')

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

Static ELIMINATION_TARGET_FS_ITEM

ELIMINATION_TARGET_FS_ITEM: StringField<FinancialStatementItem> = new StringField('EliminationTargetFSItem', FinancialStatementItem, 'Edm.String')

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

Static ELIMINATION_TARGET_FS_ITEM_TEXT

ELIMINATION_TARGET_FS_ITEM_TEXT: StringField<FinancialStatementItem> = new StringField('EliminationTargetFSItemText', FinancialStatementItem, 'Edm.String')

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

Static FINANCIAL_STATEMENT_ITEM

FINANCIAL_STATEMENT_ITEM: StringField<FinancialStatementItem> = new StringField('FinancialStatementItem', FinancialStatementItem, 'Edm.String')

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

Static FINANCIAL_STATEMENT_ITEM_IS_BLKD

FINANCIAL_STATEMENT_ITEM_IS_BLKD: BooleanField<FinancialStatementItem> = new BooleanField('FinancialStatementItemIsBlkd', FinancialStatementItem, 'Edm.Boolean')

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

Static FINANCIAL_STATEMENT_ITEM_ROLE

FINANCIAL_STATEMENT_ITEM_ROLE: StringField<FinancialStatementItem> = new StringField('FinancialStatementItemRole', FinancialStatementItem, 'Edm.String')

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

Static FINANCIAL_STATEMENT_ITEM_TEXT

FINANCIAL_STATEMENT_ITEM_TEXT: StringField<FinancialStatementItem> = new StringField('FinancialStatementItem_Text', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_CASH_FLOW

FS_ITEM_CASH_FLOW: StringField<FinancialStatementItem> = new StringField('FSItemCashFlow', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_CASH_FLOW_TEXT

FS_ITEM_CASH_FLOW_TEXT: StringField<FinancialStatementItem> = new StringField('FSItemCashFlowText', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_CURRENCY_TRANSLATION

FS_ITEM_CURRENCY_TRANSLATION: StringField<FinancialStatementItem> = new StringField('FSItemCurrencyTranslation', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_CURRENCY_TRANSLATION_TEXT

FS_ITEM_CURRENCY_TRANSLATION_TEXT: StringField<FinancialStatementItem> = new StringField('FSItemCurrencyTranslationText', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_CUSTOMER_SPECIFIC

FS_ITEM_CUSTOMER_SPECIFIC: StringField<FinancialStatementItem> = new StringField('FSItemCustomerSpecific', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_CUSTOMER_SPECIFIC_TEXT

FS_ITEM_CUSTOMER_SPECIFIC_TEXT: StringField<FinancialStatementItem> = new StringField('FSItemCustomerSpecificText', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_DATA_COLLECTION

FS_ITEM_DATA_COLLECTION: StringField<FinancialStatementItem> = new StringField('FSItemDataCollection', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_DATA_COLLECTION_TEXT

FS_ITEM_DATA_COLLECTION_TEXT: StringField<FinancialStatementItem> = new StringField('FSItemDataCollectionText', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_ELIMINATION

FS_ITEM_ELIMINATION: StringField<FinancialStatementItem> = new StringField('FSItemElimination', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_ELIMINATION_TEXT

FS_ITEM_ELIMINATION_TEXT: StringField<FinancialStatementItem> = new StringField('FSItemEliminationText', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_ROLE_TEXT

FS_ITEM_ROLE_TEXT: StringField<FinancialStatementItem> = new StringField('FSItemRoleText', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_SCOPE

FS_ITEM_SCOPE: StringField<FinancialStatementItem> = new StringField('FSItemScope', FinancialStatementItem, 'Edm.String')

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

Static FS_ITEM_SCOPE_TEXT

FS_ITEM_SCOPE_TEXT: StringField<FinancialStatementItem> = new StringField('FSItemScopeText', FinancialStatementItem, 'Edm.String')

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

Static IS_CONSOLIDATION_ITEM

IS_CONSOLIDATION_ITEM: BooleanField<FinancialStatementItem> = new BooleanField('IsConsolidationItem', FinancialStatementItem, 'Edm.Boolean')

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

Static NCI_TARGET_FS_ITEM

NCI_TARGET_FS_ITEM: StringField<FinancialStatementItem> = new StringField('NCITargetFSItem', FinancialStatementItem, 'Edm.String')

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

Static NCI_TARGET_FS_ITEM_TEXT

NCI_TARGET_FS_ITEM_TEXT: StringField<FinancialStatementItem> = new StringField('NCITargetFSItemText', FinancialStatementItem, 'Edm.String')

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

Static PLANNING_TARGET_FS_ITEM

PLANNING_TARGET_FS_ITEM: StringField<FinancialStatementItem> = new StringField('PlanningTargetFSItem', FinancialStatementItem, 'Edm.String')

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

Static PLANNING_TARGET_FS_ITEM_TEXT

PLANNING_TARGET_FS_ITEM_TEXT: StringField<FinancialStatementItem> = new StringField('PlanningTargetFSItemText', FinancialStatementItem, 'Edm.String')

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

Static TO_CNSLDTN_FS_ITEM_HIER

TO_CNSLDTN_FS_ITEM_HIER: Link<FinancialStatementItem, FinancialStatementItemHier> = new Link('to_CnsldtnFSItemHier', FinancialStatementItem, FinancialStatementItemHier)

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

Static TO_CNSLDTN_FS_ITEM_T

TO_CNSLDTN_FS_ITEM_T: Link<FinancialStatementItem, FinancialStatementItemText> = new Link('to_CnsldtnFSItemT', FinancialStatementItem, FinancialStatementItemText)

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

Static _allFields

_allFields: Array<StringField<FinancialStatementItem> | BooleanField<FinancialStatementItem> | Link<FinancialStatementItem, FinancialStatementItemHier> | Link<FinancialStatementItem, FinancialStatementItemText>> = [FinancialStatementItem.CONSOLIDATION_CHART_OF_ACCOUNTS,FinancialStatementItem.CONSOLIDATION_CHART_OF_ACCOUNTS_TEXT,FinancialStatementItem.FINANCIAL_STATEMENT_ITEM,FinancialStatementItem.FINANCIAL_STATEMENT_ITEM_TEXT,FinancialStatementItem.CONSOLIDATION_FS_ITEM_TYPE,FinancialStatementItem.BREAKDOWN_CATEGORY,FinancialStatementItem.IS_CONSOLIDATION_ITEM,FinancialStatementItem.FINANCIAL_STATEMENT_ITEM_IS_BLKD,FinancialStatementItem.FS_ITEM_ELIMINATION,FinancialStatementItem.FS_ITEM_ELIMINATION_TEXT,FinancialStatementItem.FS_ITEM_CURRENCY_TRANSLATION,FinancialStatementItem.FS_ITEM_CURRENCY_TRANSLATION_TEXT,FinancialStatementItem.FINANCIAL_STATEMENT_ITEM_ROLE,FinancialStatementItem.FS_ITEM_ROLE_TEXT,FinancialStatementItem.FS_ITEM_DATA_COLLECTION,FinancialStatementItem.FS_ITEM_DATA_COLLECTION_TEXT,FinancialStatementItem.FS_ITEM_CASH_FLOW,FinancialStatementItem.FS_ITEM_CASH_FLOW_TEXT,FinancialStatementItem.FS_ITEM_SCOPE,FinancialStatementItem.FS_ITEM_SCOPE_TEXT,FinancialStatementItem.FS_ITEM_CUSTOMER_SPECIFIC,FinancialStatementItem.FS_ITEM_CUSTOMER_SPECIFIC_TEXT,FinancialStatementItem.ELIMINATION_TARGET_FS_ITEM,FinancialStatementItem.ELIMINATION_TARGET_FS_ITEM_TEXT,FinancialStatementItem.NCI_TARGET_FS_ITEM,FinancialStatementItem.NCI_TARGET_FS_ITEM_TEXT,FinancialStatementItem.PLANNING_TARGET_FS_ITEM,FinancialStatementItem.PLANNING_TARGET_FS_ITEM_TEXT,FinancialStatementItem.TO_CNSLDTN_FS_ITEM_HIER,FinancialStatementItem.TO_CNSLDTN_FS_ITEM_T]

All fields of the FinancialStatementItem entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "FinancialStatementItem"

Technical entity name for FinancialStatementItem.

Static _keyFields

_keyFields: Array<Selectable<FinancialStatementItem>> = [FinancialStatementItem.CONSOLIDATION_CHART_OF_ACCOUNTS, FinancialStatementItem.FINANCIAL_STATEMENT_ITEM]

All key fields of the FinancialStatementItem entity.

Static _keys

_keys: object = FinancialStatementItem._keyFields.reduce((acc: { [keys: string]: Selectable<FinancialStatementItem> }, field: Selectable<FinancialStatementItem>) => {acc[field.fieldName] = field;return acc;}, {})

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

Type declaration

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"
deprecated

Since v1.0.1 Use _defaultServicePath instead. Technical service name for FinancialStatementItem.

Methods

Protected getCurrentMapKeys

  • getCurrentMapKeys(): Entity
  • Returns a map of all defined fields in entity to their current values.

    Returns Entity

    Entity with all defined entity fields

getCustomField

  • getCustomField(fieldName: string): any
  • Custom field value getter.

    Parameters

    • fieldName: string

      The name of the custom field

    Returns any

    The value of the corresponding custom field

getCustomFields

  • getCustomFields(): MapType<any>
  • Returns a map that contains all entity custom fields.

    Returns MapType<any>

    A map of all defined custom fields in the entity

getUpdatedCustomFields

  • getUpdatedCustomFields(): MapType<any>
  • Returns all updated custom field properties compared to the last known remote state.

    Returns MapType<any>

    A map containing all updated custom properties, with their new values

getUpdatedProperties

  • getUpdatedProperties(): Entity
  • Returns all changed properties compared to the last known remote state. The returned properties does not include custom fields. Use getUpdatedCustomFields, if updated custom fields are needed.

    Returns Entity

    Entity with all properties that changed

hasCustomField

  • hasCustomField(fieldName: string): boolean
  • Validates whether a custom field exists in the entity.

    Parameters

    • fieldName: string

      The name of the custom field to update

    Returns boolean

    A boolean value, that indicates whether a custom field is defined in entity

initializeCustomFields

  • initializeCustomFields(customFields: MapType<any>): this
  • Sets all retrieved custom fields in entity.

    Parameters

    • customFields: MapType<any>

      Extracted custom fields from a retrieved entity

    Returns this

    A boolean value, that indicates the existence of the field in entity

Protected isConflictingCustomField

  • isConflictingCustomField(customFieldName: string): boolean
  • Validates whether a field name does not conflict with an original field name and thus can be defined as custom fields.

    Parameters

    • customFieldName: string

      Field name to check

    Returns boolean

    Boolean value that describes whether a field name can be defined as custom field

setCustomField

  • setCustomField(fieldName: string, value: any): this
  • Sets a new custom field in the entity or updates it. Throws an error, if the provided custom field name is already defined by an original field in entity.

    Parameters

    • fieldName: string

      The name of the custom field to update

    • value: any

      The value of the field

    Returns this

    The entity itself, to facilitate method chaining

setOrInitializeRemoteState

  • setOrInitializeRemoteState(state?: MapType<any>): this
  • Initializes or sets the remoteState of the entity. This function is called on all read, create and update requests. This function should be called after initializeCustomFields, if custom fields are defined.

    Parameters

    • Optional state: MapType<any>

      State to be set as remote state

    Returns this

    The entity itself, to facilitate method chaining

setVersionIdentifier

  • setVersionIdentifier(etag: string): this
  • Set the ETag version identifier of the retrieved entity.

    Parameters

    • etag: string

      The returned ETag version of the entity

    Returns this

    The entity itself, to facilitate method chaining

toJSON

  • toJSON(): object
  • Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.

    Returns object

    An object containing all instance variables + custom fields.

    • [key: string]: any

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<FinancialStatementItem>

    A builder that constructs instances of entity type FinancialStatementItem.

Static Protected customFieldSelector

  • customFieldSelector<EntityT>(fieldName: string, entityConstructor: Constructable<EntityT>): CustomField<EntityT>
  • Type parameters

    • EntityT: Entity

    Parameters

    • fieldName: string
    • entityConstructor: Constructable<EntityT>

    Returns CustomField<EntityT>

Static Protected entityBuilder

  • entityBuilder<EntityT, JsonT>(entityConstructor: Constructable<EntityT, JsonT>): EntityBuilderType<EntityT, JsonT>
  • Type parameters

    • EntityT: Entity

    • JsonT

    Parameters

    • entityConstructor: Constructable<EntityT, JsonT>

    Returns EntityBuilderType<EntityT, JsonT>

Static requestBuilder

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

    Returns FinancialStatementItemRequestBuilder

    A FinancialStatementItem request builder.