Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_RecipeProcessEquipRqmtText" of service "API_RECIPE". This service is part of the following communication scenarios: Product Lifecycle Management - Recipe Development Integration (SAP_COM_0136). See https://api.sap.com/api/API_RECIPE for more information.

Hierarchy

  • any
    • RecipeProcessEquipRqmtText

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.

recipeLastChangeDateTime

recipeLastChangeDateTime: Moment

UTC Time Stamp in Short Form (YYYYMMDDhhmmss).

nullable

recipeProcessEquipRqmtDesc

recipeProcessEquipRqmtDesc: string

Recipe Description. Maximum length: 132.

nullable

recipeProcessEquipRqmtUuid

recipeProcessEquipRqmtUuid: string

Process GUID.

recipeProcessUuid

recipeProcessUuid: string

Process GUID.

nullable

toRecipeProcessEquipRqmt

toRecipeProcessEquipRqmt: RecipeProcessEquipRqmt

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

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

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

RECIPE_LAST_CHANGE_DATE_TIME: DateField<RecipeProcessEquipRqmtText> = new DateField('RecipeLastChangeDateTime', RecipeProcessEquipRqmtText, 'Edm.DateTimeOffset')

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

Static RECIPE_PROCESS_EQUIP_RQMT_DESC

RECIPE_PROCESS_EQUIP_RQMT_DESC: StringField<RecipeProcessEquipRqmtText> = new StringField('RecipeProcessEquipRqmtDesc', RecipeProcessEquipRqmtText, 'Edm.String')

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

Static RECIPE_PROCESS_EQUIP_RQMT_UUID

RECIPE_PROCESS_EQUIP_RQMT_UUID: StringField<RecipeProcessEquipRqmtText> = new StringField('RecipeProcessEquipRqmtUUID', RecipeProcessEquipRqmtText, 'Edm.Guid')

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

Static RECIPE_PROCESS_UUID

RECIPE_PROCESS_UUID: StringField<RecipeProcessEquipRqmtText> = new StringField('RecipeProcessUUID', RecipeProcessEquipRqmtText, 'Edm.Guid')

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

Static TO_RECIPE_PROCESS_EQUIP_RQMT

TO_RECIPE_PROCESS_EQUIP_RQMT: OneToOneLink<RecipeProcessEquipRqmtText, RecipeProcessEquipRqmt> = new OneToOneLink('to_RecipeProcessEquipRqmt', RecipeProcessEquipRqmtText, RecipeProcessEquipRqmt)

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

Static _allFields

_allFields: any[] = [RecipeProcessEquipRqmtText.RECIPE_PROCESS_EQUIP_RQMT_UUID,RecipeProcessEquipRqmtText.LANGUAGE,RecipeProcessEquipRqmtText.RECIPE_PROCESS_UUID,RecipeProcessEquipRqmtText.RECIPE_PROCESS_EQUIP_RQMT_DESC,RecipeProcessEquipRqmtText.RECIPE_LAST_CHANGE_DATE_TIME,RecipeProcessEquipRqmtText.TO_RECIPE_PROCESS_EQUIP_RQMT]

All fields of the RecipeProcessEquipRqmtText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_RecipeProcessEquipRqmtText"

Technical entity name for RecipeProcessEquipRqmtText.

Static _keyFields

_keyFields: Array<Selectable<RecipeProcessEquipRqmtText>> = [RecipeProcessEquipRqmtText.RECIPE_PROCESS_EQUIP_RQMT_UUID, RecipeProcessEquipRqmtText.LANGUAGE]

All key fields of the RecipeProcessEquipRqmtText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_RECIPE"

Technical service name for RecipeProcessEquipRqmtText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<RecipeProcessEquipRqmtText>

    A builder that constructs instances of entity type RecipeProcessEquipRqmtText.

Static requestBuilder

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

    Returns RecipeProcessEquipRqmtTextRequestBuilder

    A RecipeProcessEquipRqmtText request builder.