Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • ProdAllocCharcMetaData

Implements

Index

Properties

characteristicsMetaDataUuid

characteristicsMetaDataUuid: string

Characteristic Meta Data UUID.

characteristicsMetaDataUuidText

characteristicsMetaDataUuidText: string

Characteristics Meta Data Uuid Text. Maximum length: 83.

nullable

prodAllocOrdinalNumberValue

prodAllocOrdinalNumberValue: number

Product Allocation Ordinal Number Value.

nullable

productAllocationObject

productAllocationObject: string

Product Allocation Object. Maximum length: 40.

nullable

productAllocationObjectUuid

productAllocationObjectUuid: string

Product Allocation Object UUID.

nullable

Static CHARACTERISTICS_META_DATA_UUID

CHARACTERISTICS_META_DATA_UUID: StringField<ProdAllocCharcMetaData> = new StringField('CharacteristicsMetaDataUUID', ProdAllocCharcMetaData, 'Edm.Guid')

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

Static CHARACTERISTICS_META_DATA_UUID_TEXT

CHARACTERISTICS_META_DATA_UUID_TEXT: StringField<ProdAllocCharcMetaData> = new StringField('CharacteristicsMetaDataUUID_Text', ProdAllocCharcMetaData, 'Edm.String')

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

Static PRODUCT_ALLOCATION_OBJECT

PRODUCT_ALLOCATION_OBJECT: StringField<ProdAllocCharcMetaData> = new StringField('ProductAllocationObject', ProdAllocCharcMetaData, 'Edm.String')

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

Static PRODUCT_ALLOCATION_OBJECT_UUID

PRODUCT_ALLOCATION_OBJECT_UUID: StringField<ProdAllocCharcMetaData> = new StringField('ProductAllocationObjectUUID', ProdAllocCharcMetaData, 'Edm.Guid')

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

Static PROD_ALLOC_ORDINAL_NUMBER_VALUE

PROD_ALLOC_ORDINAL_NUMBER_VALUE: NumberField<ProdAllocCharcMetaData> = new NumberField('ProdAllocOrdinalNumberValue', ProdAllocCharcMetaData, 'Edm.Byte')

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

Static _allFields

_allFields: any[] = [ProdAllocCharcMetaData.CHARACTERISTICS_META_DATA_UUID,ProdAllocCharcMetaData.CHARACTERISTICS_META_DATA_UUID_TEXT,ProdAllocCharcMetaData.PRODUCT_ALLOCATION_OBJECT_UUID,ProdAllocCharcMetaData.PRODUCT_ALLOCATION_OBJECT,ProdAllocCharcMetaData.PROD_ALLOC_ORDINAL_NUMBER_VALUE]

All fields of the ProdAllocCharcMetaData entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProdAllocCharcMetaData"

Technical entity name for ProdAllocCharcMetaData.

Static _keyFields

_keyFields: Array<Selectable<ProdAllocCharcMetaData>> = [ProdAllocCharcMetaData.CHARACTERISTICS_META_DATA_UUID]

All key fields of the ProdAllocCharcMetaData entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCT_ALLOCATION_OBJECT_SRV"

Technical service name for ProdAllocCharcMetaData.

Methods

Static builder

Static requestBuilder

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

    Returns ProdAllocCharcMetaDataRequestBuilder

    A ProdAllocCharcMetaData request builder.