Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_CustProjSlsOrdText" of service "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV". This service is part of the following communication scenarios: Commercial Project Integration (SAP_COM_0054). See https://api.sap.com/api/SC_PROJ_ENGMT_CREATE_UPD_SRV for more information.

Hierarchy

  • any
    • CustProjSlsOrdText

Implements

Index

Properties

customerProject

customerProject: string

Commercial Project ID. Identifies a master project. Maximum length: 40.

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.

salesOrder

salesOrder: string

Sales Order. Maximum length: 10.

nullable

Static ALL_FIELDS

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

All fields selector.

Static CUSTOMER_PROJECT

CUSTOMER_PROJECT: StringField<CustProjSlsOrdText> = new StringField('CustomerProject', CustProjSlsOrdText, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<CustProjSlsOrdText> = new StringField('Language', CustProjSlsOrdText, '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<CustProjSlsOrdText> = new StringField('LongText', CustProjSlsOrdText, '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<CustProjSlsOrdText> = new StringField('LongTextID', CustProjSlsOrdText, '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_ORDER

SALES_ORDER: StringField<CustProjSlsOrdText> = new StringField('SalesOrder', CustProjSlsOrdText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [CustProjSlsOrdText.CUSTOMER_PROJECT,CustProjSlsOrdText.LANGUAGE,CustProjSlsOrdText.LONG_TEXT_ID,CustProjSlsOrdText.LONG_TEXT,CustProjSlsOrdText.SALES_ORDER]

All fields of the CustProjSlsOrdText entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/cpd/SC_PROJ_ENGMT_CREATE_UPD_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "A_CustProjSlsOrdText"

Technical entity name for CustProjSlsOrdText.

Static _keyFields

_keyFields: Array<Selectable<CustProjSlsOrdText>> = [CustProjSlsOrdText.CUSTOMER_PROJECT, CustProjSlsOrdText.LANGUAGE, CustProjSlsOrdText.LONG_TEXT_ID]

All key fields of the CustProjSlsOrdText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV"

Technical service name for CustProjSlsOrdText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CustProjSlsOrdText>

    A builder that constructs instances of entity type CustProjSlsOrdText.

Static requestBuilder

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

    Returns CustProjSlsOrdTextRequestBuilder

    A CustProjSlsOrdText request builder.