Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • ProdAllocationObjectT

Implements

Index

Properties

language

language: string

Language Key. Maximum length: 2.

prodAllocObjectDescription

prodAllocObjectDescription: string

Product Allocation Object Description. Maximum length: 255.

nullable

productAllocationObjectUuid

productAllocationObjectUuid: string

Product Allocation Object UUID.

Static LANGUAGE

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

PRODUCT_ALLOCATION_OBJECT_UUID: StringField<ProdAllocationObjectT> = new StringField('ProductAllocationObjectUUID', ProdAllocationObjectT, '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_OBJECT_DESCRIPTION

PROD_ALLOC_OBJECT_DESCRIPTION: StringField<ProdAllocationObjectT> = new StringField('ProdAllocObjectDescription', ProdAllocationObjectT, 'Edm.String')

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

Static _allFields

_allFields: any[] = [ProdAllocationObjectT.PRODUCT_ALLOCATION_OBJECT_UUID,ProdAllocationObjectT.LANGUAGE,ProdAllocationObjectT.PROD_ALLOC_OBJECT_DESCRIPTION]

All fields of the ProdAllocationObjectT 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_ProdAllocationObjectT"

Technical entity name for ProdAllocationObjectT.

Static _keyFields

_keyFields: Array<Selectable<ProdAllocationObjectT>> = [ProdAllocationObjectT.PRODUCT_ALLOCATION_OBJECT_UUID, ProdAllocationObjectT.LANGUAGE]

All key fields of the ProdAllocationObjectT entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCT_ALLOCATION_OBJECT_SRV"

Technical service name for ProdAllocationObjectT.

Methods

Static builder

Static requestBuilder

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

    Returns ProdAllocationObjectTRequestBuilder

    A ProdAllocationObjectT request builder.