Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataHierarchy

additionalMasterDataHierarchy: string

Consolidation Hierarchy ID. Maximum length: 40.

businessArea

businessArea: string

Business Area. Key that uniquely identifies a business area. Maximum length: 4.

nullable

businessAreaText

businessAreaText: string

Business Area Description. Maximum length: 30.

nullable

hierarchyNode

hierarchyNode: string

Hierarchy node. Maximum length: 40.

hierarchyNodeLevel

hierarchyNodeLevel: string

Hierarchy Level. Maximum length: 6.

nullable

hierarchyNodeText

hierarchyNodeText: string

Hierarchy node description. Maximum length: 50.

nullable

nodeType

nodeType: string

Hierarchy node type. Maximum length: 1.

nullable

parentNode

parentNode: string

Hierarchy parent node. Maximum length: 40.

nullable

sequenceNumber

sequenceNumber: string

Sequence Number. Maximum length: 46.

nullable

toCnsldtnBusinessArea

toCnsldtnBusinessArea: BusinessArea

One-to-one navigation property to the BusinessArea entity.

toCnsldtnBusinessAreaHierT

toCnsldtnBusinessAreaHierT: BusinessAreaHierText[]

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

validityEndDate

validityEndDate: Moment

Validity End Date.

validityStartDate

validityStartDate: Moment

Validity Start Date.

nullable

Static ADDITIONAL_MASTER_DATA_HIERARCHY

ADDITIONAL_MASTER_DATA_HIERARCHY: StringField<BusinessAreaHier> = new StringField('AdditionalMasterDataHierarchy', BusinessAreaHier, 'Edm.String')

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

Static BUSINESS_AREA

BUSINESS_AREA: StringField<BusinessAreaHier> = new StringField('BusinessArea', BusinessAreaHier, 'Edm.String')

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

Static BUSINESS_AREA_TEXT

BUSINESS_AREA_TEXT: StringField<BusinessAreaHier> = new StringField('BusinessArea_Text', BusinessAreaHier, 'Edm.String')

Static representation of the businessAreaText 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<BusinessAreaHier> = new StringField('HierarchyNode', BusinessAreaHier, '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_LEVEL

HIERARCHY_NODE_LEVEL: StringField<BusinessAreaHier> = new StringField('HierarchyNodeLevel', BusinessAreaHier, 'Edm.String')

Static representation of the hierarchyNodeLevel 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<BusinessAreaHier> = new StringField('HierarchyNode_Text', BusinessAreaHier, '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 NODE_TYPE

NODE_TYPE: StringField<BusinessAreaHier> = new StringField('NodeType', BusinessAreaHier, '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 PARENT_NODE

PARENT_NODE: StringField<BusinessAreaHier> = new StringField('ParentNode', BusinessAreaHier, 'Edm.String')

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

Static SEQUENCE_NUMBER

SEQUENCE_NUMBER: StringField<BusinessAreaHier> = new StringField('SequenceNumber', BusinessAreaHier, 'Edm.String')

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

Static TO_CNSLDTN_BUSINESS_AREA

TO_CNSLDTN_BUSINESS_AREA: OneToOneLink<BusinessAreaHier, BusinessArea> = new OneToOneLink('to_CnsldtnBusinessArea', BusinessAreaHier, BusinessArea)

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

Static TO_CNSLDTN_BUSINESS_AREA_HIER_T

TO_CNSLDTN_BUSINESS_AREA_HIER_T: Link<BusinessAreaHier, BusinessAreaHierText> = new Link('to_CnsldtnBusinessAreaHierT', BusinessAreaHier, BusinessAreaHierText)

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

Static VALIDITY_END_DATE

VALIDITY_END_DATE: DateField<BusinessAreaHier> = new DateField('ValidityEndDate', BusinessAreaHier, 'Edm.DateTime')

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

Static VALIDITY_START_DATE

VALIDITY_START_DATE: DateField<BusinessAreaHier> = new DateField('ValidityStartDate', BusinessAreaHier, 'Edm.DateTime')

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

Static _allFields

_allFields: any[] = [BusinessAreaHier.ADDITIONAL_MASTER_DATA_HIERARCHY,BusinessAreaHier.HIERARCHY_NODE,BusinessAreaHier.HIERARCHY_NODE_TEXT,BusinessAreaHier.VALIDITY_END_DATE,BusinessAreaHier.PARENT_NODE,BusinessAreaHier.VALIDITY_START_DATE,BusinessAreaHier.BUSINESS_AREA,BusinessAreaHier.BUSINESS_AREA_TEXT,BusinessAreaHier.SEQUENCE_NUMBER,BusinessAreaHier.HIERARCHY_NODE_LEVEL,BusinessAreaHier.NODE_TYPE,BusinessAreaHier.TO_CNSLDTN_BUSINESS_AREA,BusinessAreaHier.TO_CNSLDTN_BUSINESS_AREA_HIER_T]

All fields of the BusinessAreaHier entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "BusinessAreaHier"

Technical entity name for BusinessAreaHier.

Static _keyFields

_keyFields: Array<Selectable<BusinessAreaHier>> = [BusinessAreaHier.ADDITIONAL_MASTER_DATA_HIERARCHY, BusinessAreaHier.HIERARCHY_NODE, BusinessAreaHier.VALIDITY_END_DATE]

All key fields of the BusinessAreaHier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for BusinessAreaHier.

Methods

Static builder

  • Returns an entity builder to construct instances BusinessAreaHier.

    Returns EntityBuilderType<BusinessAreaHier, BusinessAreaHierType>

    A builder that constructs instances of entity type BusinessAreaHier.

Static requestBuilder

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

    Returns BusinessAreaHierRequestBuilder

    A BusinessAreaHier request builder.