Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_DivisionText" of service "API_DIVISION_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_DIVISION_SRV for more information.

Hierarchy

  • any
    • DivisionText

Implements

Index

Properties

division

division: string

Division. A way of grouping materials, products, or services. The system uses divisions to determine the sales areas and the business areas for a material, product, or service. A product or service is always assigned to just one division. From the point of view of sales and distribution, the use of divisions lets you organize your sales structure around groups of similar products or product lines. This allows the people in a division who process orders and service customers to specialize within a manageable area of expertise.If a sales organization sells food and non-food products through both retail and wholesaledistribution channels each distribution channel could then be further split into food and non-food divisions. Maximum length: 2.

divisionName

divisionName: string

Division 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.

toDivision

toDivision: Division

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

Static DIVISION

DIVISION: StringField<DivisionText> = new StringField('Division', DivisionText, 'Edm.String')

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

Static DIVISION_NAME

DIVISION_NAME: StringField<DivisionText> = new StringField('DivisionName', DivisionText, 'Edm.String')

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

Static LANGUAGE

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

TO_DIVISION: OneToOneLink<DivisionText, Division> = new OneToOneLink('to_Division', DivisionText, Division)

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

Static _allFields

_allFields: any[] = [DivisionText.DIVISION,DivisionText.LANGUAGE,DivisionText.DIVISION_NAME,DivisionText.TO_DIVISION]

All fields of the DivisionText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_DivisionText"

Technical entity name for DivisionText.

Static _keyFields

_keyFields: Array<Selectable<DivisionText>> = [DivisionText.DIVISION, DivisionText.LANGUAGE]

All key fields of the DivisionText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_DIVISION_SRV"

Technical service name for DivisionText.

Methods

Static builder

  • Returns an entity builder to construct instances DivisionText.

    Returns EntityBuilderType<DivisionText, DivisionTextType>

    A builder that constructs instances of entity type DivisionText.

Static requestBuilder

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

    Returns DivisionTextRequestBuilder

    A DivisionText request builder.