Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "MaterialValuationSet" of service "API_MATERIAL_VALUATION_SRV". See https://api.sap.com/api/API_MATERIAL_VALUATION_SRV for more information.

Hierarchy

  • any
    • MaterialValuationSet

Implements

Index

Properties

costEstimate

costEstimate: string

Cost EstimateNo. Maximum length: 12.

Static ALL_FIELDS

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

All fields selector.

Static COST_ESTIMATE

COST_ESTIMATE: StringField<MaterialValuationSet> = new StringField('CostEstimate', MaterialValuationSet, 'Edm.String')

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

Static _allFields

_allFields: any[] = [MaterialValuationSet.COST_ESTIMATE]

All fields of the MaterialValuationSet entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "MaterialValuationSet"

Technical entity name for MaterialValuationSet.

Static _keyFields

_keyFields: Array<Selectable<MaterialValuationSet>> = [MaterialValuationSet.COST_ESTIMATE]

All key fields of the MaterialValuationSet entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_MATERIAL_VALUATION_SRV"

Technical service name for MaterialValuationSet.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<MaterialValuationSet>

    A builder that constructs instances of entity type MaterialValuationSet.

Static requestBuilder

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

    Returns MaterialValuationSetRequestBuilder

    A MaterialValuationSet request builder.