Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationUnit

consolidationUnit: string

Consolidation Unit. Enter aConsolidation Unit. Maximum length: 18.

consolidationUnitText

consolidationUnitText: string

Medium description. Medium description Describes an object with a maximum of 40 characters. Maximum length: 40.

nullable

documentEntryIsInGroupCurrency

documentEntryIsInGroupCurrency: boolean

Entry in Group Currency. Indicates whether currency is entered in local currency or in group currency. If the indicator is activated, you enter values in group currency. If the local currency is the same, local currency values are also posted. If the local currency differs, the local currency is posted with zero (0).If the indicator is NOT activated, you enter values in local currency. If the group currency is the same, group currency values are also posted. If the group currency differs, you can also enter values in group currency.

nullable

toCnsldtnUnitHier

toCnsldtnUnitHier: ConsolidationUnitHier[]

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

toCnsldtnUnitT

toCnsldtnUnitT: ConsolidationUnitText[]

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

Static CONSOLIDATION_UNIT

CONSOLIDATION_UNIT: StringField<ConsolidationUnit> = new StringField('ConsolidationUnit', ConsolidationUnit, 'Edm.String')

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

Static CONSOLIDATION_UNIT_TEXT

CONSOLIDATION_UNIT_TEXT: StringField<ConsolidationUnit> = new StringField('ConsolidationUnit_Text', ConsolidationUnit, 'Edm.String')

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

Static DOCUMENT_ENTRY_IS_IN_GROUP_CURRENCY

DOCUMENT_ENTRY_IS_IN_GROUP_CURRENCY: BooleanField<ConsolidationUnit> = new BooleanField('DocumentEntryIsInGroupCurrency', ConsolidationUnit, 'Edm.Boolean')

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

Static TO_CNSLDTN_UNIT_HIER

TO_CNSLDTN_UNIT_HIER: Link<ConsolidationUnit, ConsolidationUnitHier> = new Link('to_CnsldtnUnitHier', ConsolidationUnit, ConsolidationUnitHier)

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

Static TO_CNSLDTN_UNIT_T

TO_CNSLDTN_UNIT_T: Link<ConsolidationUnit, ConsolidationUnitText> = new Link('to_CnsldtnUnitT', ConsolidationUnit, ConsolidationUnitText)

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

Static _allFields

_allFields: any[] = [ConsolidationUnit.CONSOLIDATION_UNIT,ConsolidationUnit.CONSOLIDATION_UNIT_TEXT,ConsolidationUnit.DOCUMENT_ENTRY_IS_IN_GROUP_CURRENCY,ConsolidationUnit.TO_CNSLDTN_UNIT_HIER,ConsolidationUnit.TO_CNSLDTN_UNIT_T]

All fields of the ConsolidationUnit entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationUnit"

Technical entity name for ConsolidationUnit.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationUnit>> = [ConsolidationUnit.CONSOLIDATION_UNIT]

All key fields of the ConsolidationUnit entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationUnit.

Methods

Static builder

  • Returns an entity builder to construct instances ConsolidationUnit.

    Returns EntityBuilderType<ConsolidationUnit, ConsolidationUnitType>

    A builder that constructs instances of entity type ConsolidationUnit.

Static requestBuilder

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

    Returns ConsolidationUnitRequestBuilder

    A ConsolidationUnit request builder.