Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_RecProcEquipRqmtCharc" 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
    • RecProcEquipRqmtCharc

Implements

Index

Properties

charcInternalId

charcInternalId: string

Internal characteristic number without conversion routine. Maximum length: 10.

classType

classType: string

Class Type. Uniquely identifies the class type. Maximum length: 3.

keyDate

keyDate: Moment

Key Date.

nullable

recipeProcessEquipRqmtUuid

recipeProcessEquipRqmtUuid: string

Recipe Process Equip Rqmt Uuid.

toValuation

One-to-many navigation property to the RecProcEquipRqmtCharcValue entity.

Static ALL_FIELDS

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

All fields selector.

Static CHARC_INTERNAL_ID

CHARC_INTERNAL_ID: StringField<RecProcEquipRqmtCharc> = new StringField('CharcInternalID', RecProcEquipRqmtCharc, 'Edm.String')

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

Static CLASS_TYPE

CLASS_TYPE: StringField<RecProcEquipRqmtCharc> = new StringField('ClassType', RecProcEquipRqmtCharc, 'Edm.String')

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

Static KEY_DATE

KEY_DATE: DateField<RecProcEquipRqmtCharc> = new DateField('KeyDate', RecProcEquipRqmtCharc, 'Edm.DateTime')

Static representation of the keyDate 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<RecProcEquipRqmtCharc> = new StringField('RecipeProcessEquipRqmtUUID', RecProcEquipRqmtCharc, '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 TO_VALUATION

TO_VALUATION: Link<RecProcEquipRqmtCharc, RecProcEquipRqmtCharcValue> = new Link('to_Valuation', RecProcEquipRqmtCharc, RecProcEquipRqmtCharcValue)

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

Static _allFields

_allFields: any[] = [RecProcEquipRqmtCharc.RECIPE_PROCESS_EQUIP_RQMT_UUID,RecProcEquipRqmtCharc.CHARC_INTERNAL_ID,RecProcEquipRqmtCharc.CLASS_TYPE,RecProcEquipRqmtCharc.KEY_DATE,RecProcEquipRqmtCharc.TO_VALUATION]

All fields of the RecProcEquipRqmtCharc entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_RecProcEquipRqmtCharc"

Technical entity name for RecProcEquipRqmtCharc.

Static _keyFields

_keyFields: Array<Selectable<RecProcEquipRqmtCharc>> = [RecProcEquipRqmtCharc.RECIPE_PROCESS_EQUIP_RQMT_UUID, RecProcEquipRqmtCharc.CHARC_INTERNAL_ID, RecProcEquipRqmtCharc.CLASS_TYPE]

All key fields of the RecProcEquipRqmtCharc entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_RECIPE"

Technical service name for RecProcEquipRqmtCharc.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<RecProcEquipRqmtCharc>

    A builder that constructs instances of entity type RecProcEquipRqmtCharc.

Static requestBuilder

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

    Returns RecProcEquipRqmtCharcRequestBuilder

    A RecProcEquipRqmtCharc request builder.