Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataHierarchy

additionalMasterDataHierarchy: string

Consolidation Hierarchy ID. Maximum length: 40.

country

country: string

Country Key. Here you specify the country key for the customer or vendor. Maximum length: 3.

nullable

countryText

countryText: string

Country Name (Max. 50 Characters). Tthe country description (short form) The country description is used in the address format and on the user interface instead of the country key, or in addition to the country key.There are two fields for the country description. This fifty-character field, and a shorter fifteen-character field.Both fields contain the short description of the country, according to ISO 3166-1.For some countries, the fifteen-character field contains only a shortened form of the description, due to the field length.The fifty-character field contains the short description without abbreviations (but not the official, complete country name). Maximum length: 50.

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

toCnsldtnCountry

toCnsldtnCountry: CustomerSupplierCountry

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

toCnsldtnCountryHierT

toCnsldtnCountryHierT: CustomerSuplrCntryHierText[]

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

validityEndDate

validityEndDate: Moment

Validity End Date.

validityStartDate

validityStartDate: Moment

Validity Start Date.

nullable

Static ADDITIONAL_MASTER_DATA_HIERARCHY

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

All fields selector.

Static COUNTRY

COUNTRY: StringField<CustomerSupplierCountryHier> = new StringField('Country', CustomerSupplierCountryHier, 'Edm.String')

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

Static COUNTRY_TEXT

COUNTRY_TEXT: StringField<CustomerSupplierCountryHier> = new StringField('Country_Text', CustomerSupplierCountryHier, 'Edm.String')

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

TO_CNSLDTN_COUNTRY: OneToOneLink<CustomerSupplierCountryHier, CustomerSupplierCountry> = new OneToOneLink('to_CnsldtnCountry', CustomerSupplierCountryHier, CustomerSupplierCountry)

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

Static TO_CNSLDTN_COUNTRY_HIER_T

TO_CNSLDTN_COUNTRY_HIER_T: Link<CustomerSupplierCountryHier, CustomerSuplrCntryHierText> = new Link('to_CnsldtnCountryHierT', CustomerSupplierCountryHier, CustomerSuplrCntryHierText)

Static representation of the one-to-many navigation property toCnsldtnCountryHierT 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<CustomerSupplierCountryHier> = new DateField('ValidityEndDate', CustomerSupplierCountryHier, '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<CustomerSupplierCountryHier> = new DateField('ValidityStartDate', CustomerSupplierCountryHier, '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[] = [CustomerSupplierCountryHier.ADDITIONAL_MASTER_DATA_HIERARCHY,CustomerSupplierCountryHier.HIERARCHY_NODE,CustomerSupplierCountryHier.HIERARCHY_NODE_TEXT,CustomerSupplierCountryHier.VALIDITY_END_DATE,CustomerSupplierCountryHier.PARENT_NODE,CustomerSupplierCountryHier.VALIDITY_START_DATE,CustomerSupplierCountryHier.COUNTRY,CustomerSupplierCountryHier.COUNTRY_TEXT,CustomerSupplierCountryHier.SEQUENCE_NUMBER,CustomerSupplierCountryHier.HIERARCHY_NODE_LEVEL,CustomerSupplierCountryHier.NODE_TYPE,CustomerSupplierCountryHier.TO_CNSLDTN_COUNTRY,CustomerSupplierCountryHier.TO_CNSLDTN_COUNTRY_HIER_T]

All fields of the CustomerSupplierCountryHier entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "CustomerSupplierCountryHier"

Technical entity name for CustomerSupplierCountryHier.

Static _keyFields

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

All key fields of the CustomerSupplierCountryHier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for CustomerSupplierCountryHier.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CustomerSupplierCountryHier>

    A builder that constructs instances of entity type CustomerSupplierCountryHier.

Static requestBuilder

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

    Returns CustomerSupplierCountryHierRequestBuilder

    A CustomerSupplierCountryHier request builder.