Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataHierarchy

additionalMasterDataHierarchy: string

Consolidation Hierarchy ID. Maximum length: 40.

customerGroup

customerGroup: string

Customer Group. Identifies a particular group of customers (for example, wholesale or retail) for the purpose of pricing or generating statistics. Maximum length: 2.

nullable

customerGroupText

customerGroupText: string

Description. Maximum length: 20.

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

toCnsldtnCustomerGroup

toCnsldtnCustomerGroup: CustomerGroup

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

toCnsldtnCustomerGroupHierT

toCnsldtnCustomerGroupHierT: CustomerGroupHierText[]

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

validityEndDate

validityEndDate: Moment

Validity End Date.

validityStartDate

validityStartDate: Moment

Validity Start Date.

nullable

Static ADDITIONAL_MASTER_DATA_HIERARCHY

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

All fields selector.

Static CUSTOMER_GROUP

CUSTOMER_GROUP: StringField<CustomerGroupHier> = new StringField('CustomerGroup', CustomerGroupHier, 'Edm.String')

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

Static CUSTOMER_GROUP_TEXT

CUSTOMER_GROUP_TEXT: StringField<CustomerGroupHier> = new StringField('CustomerGroup_Text', CustomerGroupHier, 'Edm.String')

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

TO_CNSLDTN_CUSTOMER_GROUP: OneToOneLink<CustomerGroupHier, CustomerGroup> = new OneToOneLink('to_CnsldtnCustomerGroup', CustomerGroupHier, CustomerGroup)

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

Static TO_CNSLDTN_CUSTOMER_GROUP_HIER_T

TO_CNSLDTN_CUSTOMER_GROUP_HIER_T: Link<CustomerGroupHier, CustomerGroupHierText> = new Link('to_CnsldtnCustomerGroupHierT', CustomerGroupHier, CustomerGroupHierText)

Static representation of the one-to-many navigation property toCnsldtnCustomerGroupHierT 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<CustomerGroupHier> = new DateField('ValidityEndDate', CustomerGroupHier, '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<CustomerGroupHier> = new DateField('ValidityStartDate', CustomerGroupHier, '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[] = [CustomerGroupHier.ADDITIONAL_MASTER_DATA_HIERARCHY,CustomerGroupHier.HIERARCHY_NODE,CustomerGroupHier.HIERARCHY_NODE_TEXT,CustomerGroupHier.VALIDITY_END_DATE,CustomerGroupHier.PARENT_NODE,CustomerGroupHier.VALIDITY_START_DATE,CustomerGroupHier.CUSTOMER_GROUP,CustomerGroupHier.CUSTOMER_GROUP_TEXT,CustomerGroupHier.SEQUENCE_NUMBER,CustomerGroupHier.HIERARCHY_NODE_LEVEL,CustomerGroupHier.NODE_TYPE,CustomerGroupHier.TO_CNSLDTN_CUSTOMER_GROUP,CustomerGroupHier.TO_CNSLDTN_CUSTOMER_GROUP_HIER_T]

All fields of the CustomerGroupHier entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "CustomerGroupHier"

Technical entity name for CustomerGroupHier.

Static _keyFields

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

All key fields of the CustomerGroupHier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for CustomerGroupHier.

Methods

Static builder

  • Returns an entity builder to construct instances CustomerGroupHier.

    Returns EntityBuilderType<CustomerGroupHier, CustomerGroupHierType>

    A builder that constructs instances of entity type CustomerGroupHier.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CustomerGroupHier>

    A builder that constructs instances of entity type CustomerGroupHier.

Static requestBuilder

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

    Returns CustomerGroupHierRequestBuilder

    A CustomerGroupHier request builder.