Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "FunctionMessageSet" of service "API_PRODUCTION_ORDERS". This service is part of the following communication scenarios: Production Planning Integration (SAP_COM_0104). See https://api.sap.com/api/API_PRODUCTION_ORDERS for more information.

Hierarchy

  • any
    • FunctionMessageSet

Implements

Index

Properties

message

message: string

Message text. Maximum length: 220.

Static MESSAGE

MESSAGE: StringField<FunctionMessageSet> = new StringField('Message', FunctionMessageSet, 'Edm.String')

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

Static _allFields

_allFields: any[] = [FunctionMessageSet.MESSAGE]

All fields of the FunctionMessageSet entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "FunctionMessageSet"

Technical entity name for FunctionMessageSet.

Static _keyFields

_keyFields: Array<Selectable<FunctionMessageSet>> = [FunctionMessageSet.MESSAGE]

All key fields of the FunctionMessageSet entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCTION_ORDERS"

Technical service name for FunctionMessageSet.

Methods

Static builder

Static requestBuilder

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

    Returns FunctionMessageSetRequestBuilder

    A FunctionMessageSet request builder.