Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

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.

industryText

industryText: string

Description of the Industry Key. Maximum length: 20.

nullable

toCnsldtnIndustryT

toCnsldtnIndustryT: CustomerSupplierIndustryText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<CustomerSupplierIndustry> = new StringField('AdditionalMasterDataSource', CustomerSupplierIndustry, 'Edm.String')

Static representation of the additionalMasterDataSource 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('*', 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 INDUSTRY_TEXT

INDUSTRY_TEXT: StringField<CustomerSupplierIndustry> = new StringField('Industry_Text', CustomerSupplierIndustry, 'Edm.String')

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

Static TO_CNSLDTN_INDUSTRY_T

TO_CNSLDTN_INDUSTRY_T: Link<CustomerSupplierIndustry, CustomerSupplierIndustryText> = new Link('to_CnsldtnIndustryT', CustomerSupplierIndustry, CustomerSupplierIndustryText)

Static representation of the one-to-many navigation property toCnsldtnIndustryT 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.INDUSTRY_TEXT,CustomerSupplierIndustry.ADDITIONAL_MASTER_DATA_SOURCE,CustomerSupplierIndustry.TO_CNSLDTN_INDUSTRY_T]

All fields of the CustomerSupplierIndustry entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "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_GRMASTERDATA_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.