Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

distributionChannel

distributionChannel: string

Distribution Channel. The way in which products or services reach the customer. Typical examples of distribution channels are wholesale, retail, or direct sales. You can maintain information about customers and materials by sales organization and distribution channel. Within a sales organization you can deliver goods to a given customer through more than one distribution channel.You can assign a distribution channel to one or more sales organizations. If, for example, you have numerous sales organizations, each sales organization may use the "Wholesale" distribution channel.For each combination of sales organization and distribution channel, you can further assign one or more of the divisions that are defined for the sales organization. You can, for example, assign "Food" and "Non-food" divisions to the "Wholesale" distribution channel. A particular combination of sales organization, distribution channel, and division is known as a sales area. Maximum length: 2.

distributionChannelText

distributionChannelText: string

Distribution Channel Description. 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.

toCnsldtnDistributionChannel

toCnsldtnDistributionChannel: DistributionChannel

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

Static DISTRIBUTION_CHANNEL

DISTRIBUTION_CHANNEL: StringField<DistributionChannelText> = new StringField('DistributionChannel', DistributionChannelText, 'Edm.String')

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

Static DISTRIBUTION_CHANNEL_TEXT

DISTRIBUTION_CHANNEL_TEXT: StringField<DistributionChannelText> = new StringField('DistributionChannelText', DistributionChannelText, 'Edm.String')

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

Static LANGUAGE

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

TO_CNSLDTN_DISTRIBUTION_CHANNEL: OneToOneLink<DistributionChannelText, DistributionChannel> = new OneToOneLink('to_CnsldtnDistributionChannel', DistributionChannelText, DistributionChannel)

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

Static _allFields

_allFields: any[] = [DistributionChannelText.LANGUAGE,DistributionChannelText.DISTRIBUTION_CHANNEL,DistributionChannelText.DISTRIBUTION_CHANNEL_TEXT,DistributionChannelText.TO_CNSLDTN_DISTRIBUTION_CHANNEL]

All fields of the DistributionChannelText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "DistributionChannelText"

Technical entity name for DistributionChannelText.

Static _keyFields

_keyFields: Array<Selectable<DistributionChannelText>> = [DistributionChannelText.LANGUAGE, DistributionChannelText.DISTRIBUTION_CHANNEL]

All key fields of the DistributionChannelText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for DistributionChannelText.

Methods

Static builder

Static requestBuilder

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

    Returns DistributionChannelTextRequestBuilder

    A DistributionChannelText request builder.