Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_InbDeliveryHeaderText" of service "API_INBOUND_DELIVERY_SRV". This service is part of the following communication scenarios: Delivery Processing Integration (SAP_COM_0106). See https://api.sap.com/api/API_INBOUND_DELIVERY_SRV;v=0002 for more information.

Hierarchy

  • any
    • InbDeliveryHeaderText

Implements

Index

Properties

deliveryDocument

deliveryDocument: string

Delivery. The number that uniquely identifies the delivery. Maximum length: 10.

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.

textElement

textElement: 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.

textElementDescription

textElementDescription: string

Short Text. Maximum length: 30.

textElementText

textElementText: string

Text content concatentated together separated by "newline".

Static ALL_FIELDS

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

All fields selector.

Static DELIVERY_DOCUMENT

DELIVERY_DOCUMENT: StringField<InbDeliveryHeaderText> = new StringField('DeliveryDocument', InbDeliveryHeaderText, 'Edm.String')

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

Static LANGUAGE

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

TEXT_ELEMENT: StringField<InbDeliveryHeaderText> = new StringField('TextElement', InbDeliveryHeaderText, 'Edm.String')

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

Static TEXT_ELEMENT_DESCRIPTION

TEXT_ELEMENT_DESCRIPTION: StringField<InbDeliveryHeaderText> = new StringField('TextElementDescription', InbDeliveryHeaderText, 'Edm.String')

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

Static TEXT_ELEMENT_TEXT

TEXT_ELEMENT_TEXT: StringField<InbDeliveryHeaderText> = new StringField('TextElementText', InbDeliveryHeaderText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [InbDeliveryHeaderText.DELIVERY_DOCUMENT,InbDeliveryHeaderText.TEXT_ELEMENT,InbDeliveryHeaderText.LANGUAGE,InbDeliveryHeaderText.TEXT_ELEMENT_DESCRIPTION,InbDeliveryHeaderText.TEXT_ELEMENT_TEXT]

All fields of the InbDeliveryHeaderText entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_INBOUND_DELIVERY_SRV;v=0002"

Default url path for the according service.

Static _entityName

_entityName: string = "A_InbDeliveryHeaderText"

Technical entity name for InbDeliveryHeaderText.

Static _keyFields

_keyFields: Array<Selectable<InbDeliveryHeaderText>> = [InbDeliveryHeaderText.DELIVERY_DOCUMENT, InbDeliveryHeaderText.TEXT_ELEMENT, InbDeliveryHeaderText.LANGUAGE]

All key fields of the InbDeliveryHeaderText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_INBOUND_DELIVERY_SRV"

Technical service name for InbDeliveryHeaderText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<InbDeliveryHeaderText>

    A builder that constructs instances of entity type InbDeliveryHeaderText.

Static requestBuilder

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

    Returns InbDeliveryHeaderTextRequestBuilder

    A InbDeliveryHeaderText request builder.