Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_CustomerSupplierIndustryText" of service "API_CUSTOMERSUPPLIERINDUSTRY_SRV". This service is part of the following communication scenarios: SAP Business Objects Cloud for Planning Integration (SAP_COM_0087). See https://api.sap.com/api/API_CUSTOMERSUPPLIERINDUSTRY_SRV for more information.

Hierarchy

  • any
    • CustomerSupplierIndustryText

Implements

Index

Properties

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.

industryKeyText

industryKeyText: string

Description of the Industry Key. Maximum length: 20.

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.

toCustomerSupplierIndustry

toCustomerSupplierIndustry: CustomerSupplierIndustry

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

Static ALL_FIELDS

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

All fields selector.

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 INDUSTRY_KEY_TEXT

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

Static representation of the industryKeyText 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_CUSTOMER_SUPPLIER_INDUSTRY

TO_CUSTOMER_SUPPLIER_INDUSTRY: OneToOneLink<CustomerSupplierIndustryText, CustomerSupplierIndustry> = new OneToOneLink('to_CustomerSupplierIndustry', CustomerSupplierIndustryText, CustomerSupplierIndustry)

Static representation of the one-to-one navigation property toCustomerSupplierIndustry 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.INDUSTRY_KEY_TEXT,CustomerSupplierIndustryText.TO_CUSTOMER_SUPPLIER_INDUSTRY]

All fields of the CustomerSupplierIndustryText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_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_CUSTOMERSUPPLIERINDUSTRY_SRV"

Technical service name for CustomerSupplierIndustryText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CustomerSupplierIndustryText>

    A builder that constructs instances of entity type CustomerSupplierIndustryText.

Static requestBuilder

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

    Returns CustomerSupplierIndustryTextRequestBuilder

    A CustomerSupplierIndustryText request builder.