Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

country

country: string

Country Key. The country key contains information which the system uses to check entries such as the length of the postal code or bank account number. The two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used.It could also be the vehicle license plate country-code or a typical country key, for example, in Germany the Federal statistics office key.The country keys are determined at system installation in the global settings.The definition of the country key in the SAP system does not have to match political or government entities.Since the country key does not have to correspond to the ISO code in all installations, programs that differ according to certain values of the country key cannot query the country key T005-LAND1, but have to program based on the ISO code T005 INTCA. Maximum length: 3.

customerSupplierCountryText

customerSupplierCountryText: 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

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

toCnsldtnCountry

toCnsldtnCountry: CustomerSupplierCountry

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

Static ALL_FIELDS

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

All fields selector.

Static COUNTRY

COUNTRY: StringField<CustomerSupplierCountryText> = new StringField('Country', CustomerSupplierCountryText, '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 CUSTOMER_SUPPLIER_COUNTRY_TEXT

CUSTOMER_SUPPLIER_COUNTRY_TEXT: StringField<CustomerSupplierCountryText> = new StringField('CustomerSupplierCountryText', CustomerSupplierCountryText, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<CustomerSupplierCountryText> = new StringField('Language', CustomerSupplierCountryText, 'Edm.String')

Static representation of the language 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<CustomerSupplierCountryText, CustomerSupplierCountry> = new OneToOneLink('to_CnsldtnCountry', CustomerSupplierCountryText, 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 _allFields

_allFields: any[] = [CustomerSupplierCountryText.LANGUAGE,CustomerSupplierCountryText.COUNTRY,CustomerSupplierCountryText.CUSTOMER_SUPPLIER_COUNTRY_TEXT,CustomerSupplierCountryText.TO_CNSLDTN_COUNTRY]

All fields of the CustomerSupplierCountryText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "CustomerSupplierCountryText"

Technical entity name for CustomerSupplierCountryText.

Static _keyFields

_keyFields: Array<Selectable<CustomerSupplierCountryText>> = [CustomerSupplierCountryText.LANGUAGE, CustomerSupplierCountryText.COUNTRY]

All key fields of the CustomerSupplierCountryText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for CustomerSupplierCountryText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CustomerSupplierCountryText>

    A builder that constructs instances of entity type CustomerSupplierCountryText.

Static requestBuilder

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

    Returns CustomerSupplierCountryTextRequestBuilder

    A CustomerSupplierCountryText request builder.