Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_RecipeCharc" 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
    • RecipeCharc

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

recipeUuid

recipeUuid: string

Recipe Uuid.

toValuation

toValuation: RecipeCharcValue[]

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

Static ALL_FIELDS

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

All fields selector.

Static CHARC_INTERNAL_ID

CHARC_INTERNAL_ID: StringField<RecipeCharc> = new StringField('CharcInternalID', RecipeCharc, '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<RecipeCharc> = new StringField('ClassType', RecipeCharc, '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<RecipeCharc> = new DateField('KeyDate', RecipeCharc, '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_UUID

RECIPE_UUID: StringField<RecipeCharc> = new StringField('RecipeUUID', RecipeCharc, 'Edm.Guid')

Static representation of the recipeUuid 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<RecipeCharc, RecipeCharcValue> = new Link('to_Valuation', RecipeCharc, RecipeCharcValue)

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[] = [RecipeCharc.RECIPE_UUID,RecipeCharc.CHARC_INTERNAL_ID,RecipeCharc.CLASS_TYPE,RecipeCharc.KEY_DATE,RecipeCharc.TO_VALUATION]

All fields of the RecipeCharc entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_RecipeCharc"

Technical entity name for RecipeCharc.

Static _keyFields

_keyFields: Array<Selectable<RecipeCharc>> = [RecipeCharc.RECIPE_UUID, RecipeCharc.CHARC_INTERNAL_ID, RecipeCharc.CLASS_TYPE]

All key fields of the RecipeCharc entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_RECIPE"

Technical service name for RecipeCharc.

Methods

Static builder

  • Returns an entity builder to construct instances RecipeCharc.

    Returns EntityBuilderType<RecipeCharc, RecipeCharcType>

    A builder that constructs instances of entity type RecipeCharc.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<RecipeCharc>

    A builder that constructs instances of entity type RecipeCharc.

Static requestBuilder

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

    Returns RecipeCharcRequestBuilder

    A RecipeCharc request builder.