Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

customerSupplierIndustryText

customerSupplierIndustryText: string

Description of the Industry Key. Maximum length: 20.

nullable

industry

industry: string

Industry key. An industry is a distinct group of companies with the same basic business activity. The industry key is used in selecting data for evaluations (for example, a vendor master data list). You can specify industries such as trade, banking, service, manufacturing, health care, public service, media and so on. The industry field belongs to the general data area of customer and vendor master records. Maximum length: 4.

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.

toCnsldtnIndustry

toCnsldtnIndustry: CustomerSupplierIndustry

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

Static CUSTOMER_SUPPLIER_INDUSTRY_TEXT

CUSTOMER_SUPPLIER_INDUSTRY_TEXT: StringField<CustomerSupplierIndustryText> = new StringField('CustomerSupplierIndustryText', CustomerSupplierIndustryText, 'Edm.String')

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

Static INDUSTRY

INDUSTRY: StringField<CustomerSupplierIndustryText> = new StringField('Industry', CustomerSupplierIndustryText, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<CustomerSupplierIndustryText> = new StringField('Language', CustomerSupplierIndustryText, '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_INDUSTRY

TO_CNSLDTN_INDUSTRY: OneToOneLink<CustomerSupplierIndustryText, CustomerSupplierIndustry> = new OneToOneLink('to_CnsldtnIndustry', CustomerSupplierIndustryText, CustomerSupplierIndustry)

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

Static _allFields

_allFields: any[] = [CustomerSupplierIndustryText.LANGUAGE,CustomerSupplierIndustryText.INDUSTRY,CustomerSupplierIndustryText.CUSTOMER_SUPPLIER_INDUSTRY_TEXT,CustomerSupplierIndustryText.TO_CNSLDTN_INDUSTRY]

All fields of the CustomerSupplierIndustryText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "CustomerSupplierIndustryText"

Technical entity name for CustomerSupplierIndustryText.

Static _keyFields

_keyFields: Array<Selectable<CustomerSupplierIndustryText>> = [CustomerSupplierIndustryText.LANGUAGE, CustomerSupplierIndustryText.INDUSTRY]

All key fields of the CustomerSupplierIndustryText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for CustomerSupplierIndustryText.

Methods

Static builder

Static requestBuilder

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

    Returns CustomerSupplierIndustryTextRequestBuilder

    A CustomerSupplierIndustryText request builder.