Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

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

toCnsldtnDistributionChnlT

toCnsldtnDistributionChnlT: DistributionChannelText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<DistributionChannel> = new StringField('AdditionalMasterDataSource', DistributionChannel, '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 DISTRIBUTION_CHANNEL

DISTRIBUTION_CHANNEL: StringField<DistributionChannel> = new StringField('DistributionChannel', DistributionChannel, '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<DistributionChannel> = new StringField('DistributionChannel_Text', DistributionChannel, '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 TO_CNSLDTN_DISTRIBUTION_CHNL_T

TO_CNSLDTN_DISTRIBUTION_CHNL_T: Link<DistributionChannel, DistributionChannelText> = new Link('to_CnsldtnDistributionChnlT', DistributionChannel, DistributionChannelText)

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

Static _allFields

_allFields: any[] = [DistributionChannel.DISTRIBUTION_CHANNEL,DistributionChannel.DISTRIBUTION_CHANNEL_TEXT,DistributionChannel.ADDITIONAL_MASTER_DATA_SOURCE,DistributionChannel.TO_CNSLDTN_DISTRIBUTION_CHNL_T]

All fields of the DistributionChannel entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "DistributionChannel"

Technical entity name for DistributionChannel.

Static _keyFields

_keyFields: Array<Selectable<DistributionChannel>> = [DistributionChannel.DISTRIBUTION_CHANNEL]

All key fields of the DistributionChannel entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for DistributionChannel.

Methods

Static builder

Static requestBuilder

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

    Returns DistributionChannelRequestBuilder

    A DistributionChannel request builder.