Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • ProdAllocationSequence

Implements

Index

Properties

createdByUser

createdByUser: string

Created by User. Maximum length: 12.

nullable

creationDateTime

creationDateTime: Moment

Creation Date Time.

nullable

lastChangeDateTime

lastChangeDateTime: Moment

Last Change Date Time.

nullable

lastChangedByUser

lastChangedByUser: string

Last Changed by User. Maximum length: 12.

nullable

prodAllocSqncConsumptionUnit

prodAllocSqncConsumptionUnit: string

Product Allocation Consumption Unit. Maximum length: 3.

nullable

productAllocationSequence

productAllocationSequence: string

Product Allocation Sequence. Maximum length: 40.

nullable

productAllocationSequenceText

productAllocationSequenceText: string

Product Allocation Sequence Description. Maximum length: 255.

nullable

productAllocationSequenceUuid

productAllocationSequenceUuid: string

Product Allocation Sequence UUID.

toProdAllocSequenceTtp

toProdAllocSequenceTtp: ProdAllocSequenceT[]

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

toProdAllocSqncAssgmtTp

toProdAllocSqncAssgmtTp: ProdAllocSqncAssgmt[]

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

Static ALL_FIELDS

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

All fields selector.

Static CREATED_BY_USER

CREATED_BY_USER: StringField<ProdAllocationSequence> = new StringField('CreatedByUser', ProdAllocationSequence, 'Edm.String')

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

Static CREATION_DATE_TIME

CREATION_DATE_TIME: DateField<ProdAllocationSequence> = new DateField('CreationDateTime', ProdAllocationSequence, 'Edm.DateTimeOffset')

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

Static LAST_CHANGED_BY_USER

LAST_CHANGED_BY_USER: StringField<ProdAllocationSequence> = new StringField('LastChangedByUser', ProdAllocationSequence, 'Edm.String')

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

Static LAST_CHANGE_DATE_TIME

LAST_CHANGE_DATE_TIME: DateField<ProdAllocationSequence> = new DateField('LastChangeDateTime', ProdAllocationSequence, 'Edm.DateTimeOffset')

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

Static PRODUCT_ALLOCATION_SEQUENCE

PRODUCT_ALLOCATION_SEQUENCE: StringField<ProdAllocationSequence> = new StringField('ProductAllocationSequence', ProdAllocationSequence, 'Edm.String')

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

Static PRODUCT_ALLOCATION_SEQUENCE_TEXT

PRODUCT_ALLOCATION_SEQUENCE_TEXT: StringField<ProdAllocationSequence> = new StringField('ProductAllocationSequence_Text', ProdAllocationSequence, 'Edm.String')

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

Static PRODUCT_ALLOCATION_SEQUENCE_UUID

PRODUCT_ALLOCATION_SEQUENCE_UUID: StringField<ProdAllocationSequence> = new StringField('ProductAllocationSequenceUUID', ProdAllocationSequence, 'Edm.Guid')

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

Static PROD_ALLOC_SQNC_CONSUMPTION_UNIT

PROD_ALLOC_SQNC_CONSUMPTION_UNIT: StringField<ProdAllocationSequence> = new StringField('ProdAllocSqncConsumptionUnit', ProdAllocationSequence, 'Edm.String')

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

Static TO_PROD_ALLOC_SEQUENCE_TTP

TO_PROD_ALLOC_SEQUENCE_TTP: Link<ProdAllocationSequence, ProdAllocSequenceT> = new Link('to_ProdAllocSequenceTTP', ProdAllocationSequence, ProdAllocSequenceT)

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

Static TO_PROD_ALLOC_SQNC_ASSGMT_TP

TO_PROD_ALLOC_SQNC_ASSGMT_TP: Link<ProdAllocationSequence, ProdAllocSqncAssgmt> = new Link('to_ProdAllocSqncAssgmtTP', ProdAllocationSequence, ProdAllocSqncAssgmt)

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

Static _allFields

_allFields: any[] = [ProdAllocationSequence.PRODUCT_ALLOCATION_SEQUENCE_UUID,ProdAllocationSequence.PRODUCT_ALLOCATION_SEQUENCE,ProdAllocationSequence.PRODUCT_ALLOCATION_SEQUENCE_TEXT,ProdAllocationSequence.PROD_ALLOC_SQNC_CONSUMPTION_UNIT,ProdAllocationSequence.CREATION_DATE_TIME,ProdAllocationSequence.CREATED_BY_USER,ProdAllocationSequence.LAST_CHANGE_DATE_TIME,ProdAllocationSequence.LAST_CHANGED_BY_USER,ProdAllocationSequence.TO_PROD_ALLOC_SEQUENCE_TTP,ProdAllocationSequence.TO_PROD_ALLOC_SQNC_ASSGMT_TP]

All fields of the ProdAllocationSequence entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProdAllocationSequence"

Technical entity name for ProdAllocationSequence.

Static _keyFields

_keyFields: Array<Selectable<ProdAllocationSequence>> = [ProdAllocationSequence.PRODUCT_ALLOCATION_SEQUENCE_UUID]

All key fields of the ProdAllocationSequence entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCT_ALLOC_SEQUENCE_SRV"

Technical service name for ProdAllocationSequence.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ProdAllocationSequence>

    A builder that constructs instances of entity type ProdAllocationSequence.

Static requestBuilder

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

    Returns ProdAllocationSequenceRequestBuilder

    A ProdAllocationSequence request builder.