Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataHierarchy

additionalMasterDataHierarchy: string

Consolidation Hierarchy ID. Maximum length: 40.

customer

customer: string

Customer Number. Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system. Maximum length: 10.

nullable

customerText

customerText: string

Name of Customer. Maximum length: 80.

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

toCnsldtnCustomer

toCnsldtnCustomer: Customer

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

toCnsldtnCustomerHierT

toCnsldtnCustomerHierT: CustomerHierText[]

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

validityEndDate

validityEndDate: Moment

Validity End Date.

validityStartDate

validityStartDate: Moment

Validity Start Date.

nullable

Static ADDITIONAL_MASTER_DATA_HIERARCHY

ADDITIONAL_MASTER_DATA_HIERARCHY: StringField<CustomerHier> = new StringField('AdditionalMasterDataHierarchy', CustomerHier, '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('*', CustomerHier)

All fields selector.

Static CUSTOMER

CUSTOMER: StringField<CustomerHier> = new StringField('Customer', CustomerHier, 'Edm.String')

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

Static CUSTOMER_TEXT

CUSTOMER_TEXT: StringField<CustomerHier> = new StringField('Customer_Text', CustomerHier, 'Edm.String')

Static representation of the customerText 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<CustomerHier> = new StringField('HierarchyNode', CustomerHier, '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<CustomerHier> = new StringField('HierarchyNodeLevel', CustomerHier, '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<CustomerHier> = new StringField('HierarchyNode_Text', CustomerHier, '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<CustomerHier> = new StringField('NodeType', CustomerHier, '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<CustomerHier> = new StringField('ParentNode', CustomerHier, '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<CustomerHier> = new StringField('SequenceNumber', CustomerHier, '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_CUSTOMER

TO_CNSLDTN_CUSTOMER: OneToOneLink<CustomerHier, Customer> = new OneToOneLink('to_CnsldtnCustomer', CustomerHier, Customer)

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

Static TO_CNSLDTN_CUSTOMER_HIER_T

TO_CNSLDTN_CUSTOMER_HIER_T: Link<CustomerHier, CustomerHierText> = new Link('to_CnsldtnCustomerHierT', CustomerHier, CustomerHierText)

Static representation of the one-to-many navigation property toCnsldtnCustomerHierT 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<CustomerHier> = new DateField('ValidityEndDate', CustomerHier, '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<CustomerHier> = new DateField('ValidityStartDate', CustomerHier, '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[] = [CustomerHier.ADDITIONAL_MASTER_DATA_HIERARCHY,CustomerHier.HIERARCHY_NODE,CustomerHier.HIERARCHY_NODE_TEXT,CustomerHier.VALIDITY_END_DATE,CustomerHier.PARENT_NODE,CustomerHier.VALIDITY_START_DATE,CustomerHier.CUSTOMER,CustomerHier.CUSTOMER_TEXT,CustomerHier.SEQUENCE_NUMBER,CustomerHier.HIERARCHY_NODE_LEVEL,CustomerHier.NODE_TYPE,CustomerHier.TO_CNSLDTN_CUSTOMER,CustomerHier.TO_CNSLDTN_CUSTOMER_HIER_T]

All fields of the CustomerHier entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "CustomerHier"

Technical entity name for CustomerHier.

Static _keyFields

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

All key fields of the CustomerHier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for CustomerHier.

Methods

Static builder

  • Returns an entity builder to construct instances CustomerHier.

    Returns EntityBuilderType<CustomerHier, CustomerHierType>

    A builder that constructs instances of entity type CustomerHier.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CustomerHier>

    A builder that constructs instances of entity type CustomerHier.

Static requestBuilder

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

    Returns CustomerHierRequestBuilder

    A CustomerHier request builder.