Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

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.

salesOrganization

salesOrganization: string

Sales Organization. An organizational unit responsible for the sale of certain products or services. The responsibility of a sales organization may include legal liability for products and customer claims. You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area. Maximum length: 4.

salesOrganizationText

salesOrganizationText: string

Sales Organization Description. Maximum length: 20.

nullable

toCnsldtnSalesOrg

toCnsldtnSalesOrg: SalesOrganization

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

Static LANGUAGE

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

SALES_ORGANIZATION: StringField<SalesOrganizationText> = new StringField('SalesOrganization', SalesOrganizationText, 'Edm.String')

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

Static SALES_ORGANIZATION_TEXT

SALES_ORGANIZATION_TEXT: StringField<SalesOrganizationText> = new StringField('SalesOrganizationText', SalesOrganizationText, 'Edm.String')

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

Static TO_CNSLDTN_SALES_ORG

TO_CNSLDTN_SALES_ORG: OneToOneLink<SalesOrganizationText, SalesOrganization> = new OneToOneLink('to_CnsldtnSalesOrg', SalesOrganizationText, SalesOrganization)

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

Static _allFields

_allFields: any[] = [SalesOrganizationText.LANGUAGE,SalesOrganizationText.SALES_ORGANIZATION,SalesOrganizationText.SALES_ORGANIZATION_TEXT,SalesOrganizationText.TO_CNSLDTN_SALES_ORG]

All fields of the SalesOrganizationText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SalesOrganizationText"

Technical entity name for SalesOrganizationText.

Static _keyFields

_keyFields: Array<Selectable<SalesOrganizationText>> = [SalesOrganizationText.LANGUAGE, SalesOrganizationText.SALES_ORGANIZATION]

All key fields of the SalesOrganizationText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SalesOrganizationText.

Methods

Static builder

Static requestBuilder

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

    Returns SalesOrganizationTextRequestBuilder

    A SalesOrganizationText request builder.