Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SalesSchedgAgrmtText" of service "API_SALES_SCHEDULING_AGREEMENT". This service is part of the following communication scenarios: Sales Scheduling Agreements Integration (SAP_COM_0360). See https://api.sap.com/api/API_SALES_SCHEDULING_AGREEMENT for more information.

Hierarchy

  • any
    • SalesSchedgAgrmtText

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.

longText

longText: string

String.

nullable

longTextId

longTextId: string

Text ID. The text ID defines the various types of texts related to a text object. For example, the object "TEXT" (standard texts) can have the following text IDs: ST for user-specific standard texts (individual texts)SYST for cross-application system textsvarious IDs for specific application departments. You must have the appropriate access authorization in order to access these texts. Maximum length: 4.

salesSchedulingAgreement

salesSchedulingAgreement: string

Sales Scheduling Agreement. The number that uniquely identifies the sales scheduling agreement. Maximum length: 10.

toSalesSchedgAgrmt

toSalesSchedgAgrmt: SalesSchedgAgrmt

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

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

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

LONG_TEXT: StringField<SalesSchedgAgrmtText> = new StringField('LongText', SalesSchedgAgrmtText, 'Edm.String')

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

Static LONG_TEXT_ID

LONG_TEXT_ID: StringField<SalesSchedgAgrmtText> = new StringField('LongTextID', SalesSchedgAgrmtText, 'Edm.String')

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

Static SALES_SCHEDULING_AGREEMENT

SALES_SCHEDULING_AGREEMENT: StringField<SalesSchedgAgrmtText> = new StringField('SalesSchedulingAgreement', SalesSchedgAgrmtText, 'Edm.String')

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

Static TO_SALES_SCHEDG_AGRMT

TO_SALES_SCHEDG_AGRMT: OneToOneLink<SalesSchedgAgrmtText, SalesSchedgAgrmt> = new OneToOneLink('to_SalesSchedgAgrmt', SalesSchedgAgrmtText, SalesSchedgAgrmt)

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

Static _allFields

_allFields: any[] = [SalesSchedgAgrmtText.SALES_SCHEDULING_AGREEMENT,SalesSchedgAgrmtText.LANGUAGE,SalesSchedgAgrmtText.LONG_TEXT_ID,SalesSchedgAgrmtText.LONG_TEXT,SalesSchedgAgrmtText.TO_SALES_SCHEDG_AGRMT]

All fields of the SalesSchedgAgrmtText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SalesSchedgAgrmtText"

Technical entity name for SalesSchedgAgrmtText.

Static _keyFields

_keyFields: Array<Selectable<SalesSchedgAgrmtText>> = [SalesSchedgAgrmtText.SALES_SCHEDULING_AGREEMENT, SalesSchedgAgrmtText.LANGUAGE, SalesSchedgAgrmtText.LONG_TEXT_ID]

All key fields of the SalesSchedgAgrmtText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SALES_SCHEDULING_AGREEMENT"

Technical service name for SalesSchedgAgrmtText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SalesSchedgAgrmtText>

    A builder that constructs instances of entity type SalesSchedgAgrmtText.

Static requestBuilder

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

    Returns SalesSchedgAgrmtTextRequestBuilder

    A SalesSchedgAgrmtText request builder.