Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataHierarchy

additionalMasterDataHierarchy: string

Consolidation Hierarchy ID. Maximum length: 40.

controllingArea

controllingArea: string

Controlling Area. Maximum length: 4.

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

hierarchyVersion

hierarchyVersion: string

Hierarchy version. Maximum length: 15.

nullable

nodeType

nodeType: string

Hierarchy node type. Maximum length: 1.

nullable

parentNode

parentNode: string

Hierarchy parent node. Maximum length: 40.

nullable

profitCenter

profitCenter: string

Profit Center. Maximum length: 10.

nullable

profitCenterText

profitCenterText: string

Description of Profit Center. Maximum length: 20.

nullable

sequenceNumber

sequenceNumber: string

Sequence Number. Maximum length: 46.

nullable

toCnsldtnPartnerPrftCtrHierT

toCnsldtnPartnerPrftCtrHierT: PartnerProfitCenterHierText[]

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

toCnsldtnPartnerProfitCenter

toCnsldtnPartnerProfitCenter: PartnerProfitCenter

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

validityEndDate

validityEndDate: Moment

Validity End Date.

validityStartDate

validityStartDate: Moment

Validity Start Date.

nullable

Static ADDITIONAL_MASTER_DATA_HIERARCHY

ADDITIONAL_MASTER_DATA_HIERARCHY: StringField<PartnerProfitCenterHier> = new StringField('AdditionalMasterDataHierarchy', PartnerProfitCenterHier, '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 ALL_FIELDS

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

All fields selector.

Static CONTROLLING_AREA

CONTROLLING_AREA: StringField<PartnerProfitCenterHier> = new StringField('ControllingArea', PartnerProfitCenterHier, 'Edm.String')

Static representation of the controllingArea 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<PartnerProfitCenterHier> = new StringField('HierarchyNode', PartnerProfitCenterHier, '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<PartnerProfitCenterHier> = new StringField('HierarchyNodeLevel', PartnerProfitCenterHier, '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<PartnerProfitCenterHier> = new StringField('HierarchyNode_Text', PartnerProfitCenterHier, '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 HIERARCHY_VERSION

HIERARCHY_VERSION: StringField<PartnerProfitCenterHier> = new StringField('HierarchyVersion', PartnerProfitCenterHier, 'Edm.String')

Static representation of the hierarchyVersion 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<PartnerProfitCenterHier> = new StringField('NodeType', PartnerProfitCenterHier, '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<PartnerProfitCenterHier> = new StringField('ParentNode', PartnerProfitCenterHier, '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 PROFIT_CENTER

PROFIT_CENTER: StringField<PartnerProfitCenterHier> = new StringField('ProfitCenter', PartnerProfitCenterHier, 'Edm.String')

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

Static PROFIT_CENTER_TEXT

PROFIT_CENTER_TEXT: StringField<PartnerProfitCenterHier> = new StringField('ProfitCenter_Text', PartnerProfitCenterHier, 'Edm.String')

Static representation of the profitCenterText 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<PartnerProfitCenterHier> = new StringField('SequenceNumber', PartnerProfitCenterHier, '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_PARTNER_PRFT_CTR_HIER_T

TO_CNSLDTN_PARTNER_PRFT_CTR_HIER_T: Link<PartnerProfitCenterHier, PartnerProfitCenterHierText> = new Link('to_CnsldtnPartnerPrftCtrHierT', PartnerProfitCenterHier, PartnerProfitCenterHierText)

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

Static TO_CNSLDTN_PARTNER_PROFIT_CENTER

TO_CNSLDTN_PARTNER_PROFIT_CENTER: OneToOneLink<PartnerProfitCenterHier, PartnerProfitCenter> = new OneToOneLink('to_CnsldtnPartnerProfitCenter', PartnerProfitCenterHier, PartnerProfitCenter)

Static representation of the one-to-one navigation property toCnsldtnPartnerProfitCenter 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<PartnerProfitCenterHier> = new DateField('ValidityEndDate', PartnerProfitCenterHier, '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<PartnerProfitCenterHier> = new DateField('ValidityStartDate', PartnerProfitCenterHier, '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[] = [PartnerProfitCenterHier.CONTROLLING_AREA,PartnerProfitCenterHier.ADDITIONAL_MASTER_DATA_HIERARCHY,PartnerProfitCenterHier.HIERARCHY_NODE,PartnerProfitCenterHier.HIERARCHY_NODE_TEXT,PartnerProfitCenterHier.VALIDITY_END_DATE,PartnerProfitCenterHier.PARENT_NODE,PartnerProfitCenterHier.HIERARCHY_VERSION,PartnerProfitCenterHier.VALIDITY_START_DATE,PartnerProfitCenterHier.PROFIT_CENTER,PartnerProfitCenterHier.PROFIT_CENTER_TEXT,PartnerProfitCenterHier.SEQUENCE_NUMBER,PartnerProfitCenterHier.HIERARCHY_NODE_LEVEL,PartnerProfitCenterHier.NODE_TYPE,PartnerProfitCenterHier.TO_CNSLDTN_PARTNER_PRFT_CTR_HIER_T,PartnerProfitCenterHier.TO_CNSLDTN_PARTNER_PROFIT_CENTER]

All fields of the PartnerProfitCenterHier entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerProfitCenterHier"

Technical entity name for PartnerProfitCenterHier.

Static _keyFields

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

All key fields of the PartnerProfitCenterHier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerProfitCenterHier.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PartnerProfitCenterHier>

    A builder that constructs instances of entity type PartnerProfitCenterHier.

Static requestBuilder

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

    Returns PartnerProfitCenterHierRequestBuilder

    A PartnerProfitCenterHier request builder.