Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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.

toText

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

Static ALL_FIELDS

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

All fields selector.

Static INDUSTRY

INDUSTRY: StringField<CustomerSupplierIndustry> = new StringField('Industry', CustomerSupplierIndustry, '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 TO_TEXT

TO_TEXT: Link<CustomerSupplierIndustry, CustomerSupplierIndustryText> = new Link('to_Text', CustomerSupplierIndustry, CustomerSupplierIndustryText)

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

Static _allFields

_allFields: any[] = [CustomerSupplierIndustry.INDUSTRY,CustomerSupplierIndustry.TO_TEXT]

All fields of the CustomerSupplierIndustry entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_CustomerSupplierIndustry"

Technical entity name for CustomerSupplierIndustry.

Static _keyFields

_keyFields: Array<Selectable<CustomerSupplierIndustry>> = [CustomerSupplierIndustry.INDUSTRY]

All key fields of the CustomerSupplierIndustry entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CUSTOMERSUPPLIERINDUSTRY_SRV"

Technical service name for CustomerSupplierIndustry.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CustomerSupplierIndustry>

    A builder that constructs instances of entity type CustomerSupplierIndustry.

Static requestBuilder

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

    Returns CustomerSupplierIndustryRequestBuilder

    A CustomerSupplierIndustry request builder.