Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SalesOrganizationText" of service "API_SALESORGANIZATION_SRV". This service is part of the following communication scenarios: SAP Analytics Cloud for Planning Integration (SAP_COM_0087). See https://api.sap.com/api/API_SALESORGANIZATION_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.

salesOrganizationName

salesOrganizationName: string

Sales Organization Description. Maximum length: 20.

nullable

toSalesOrganization

toSalesOrganization: SalesOrganization

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

Static ALL_FIELDS

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

All fields selector.

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_NAME

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

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

Static TO_SALES_ORGANIZATION

TO_SALES_ORGANIZATION: OneToOneLink<SalesOrganizationText, SalesOrganization> = new OneToOneLink('to_SalesOrganization', SalesOrganizationText, SalesOrganization)

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

Static _allFields

_allFields: any[] = [SalesOrganizationText.SALES_ORGANIZATION,SalesOrganizationText.LANGUAGE,SalesOrganizationText.SALES_ORGANIZATION_NAME,SalesOrganizationText.TO_SALES_ORGANIZATION]

All fields of the SalesOrganizationText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SalesOrganizationText"

Technical entity name for SalesOrganizationText.

Static _keyFields

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

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_SALESORGANIZATION_SRV"

Technical service name for SalesOrganizationText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SalesOrganizationText>

    A builder that constructs instances of entity type SalesOrganizationText.

Static requestBuilder

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

    Returns SalesOrganizationTextRequestBuilder

    A SalesOrganizationText request builder.