Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • ProdAllocSqncAssgmt

Implements

Index

Properties

material

material: string

Material Number. Maximum length: 40.

nullable

plant

plant: string

Plant. Maximum length: 4.

nullable

prodAllocSqncAssignmentUuid

prodAllocSqncAssignmentUuid: string

Product Allocation Sequence Assignment UUID.

productAllocationSequence

productAllocationSequence: string

Product Allocation Sequence. Maximum length: 40.

nullable

productAllocationSequenceUuid

productAllocationSequenceUuid: string

Product Allocation Sequence UUID.

nullable

toProdAllocationSequenceTp

toProdAllocationSequenceTp: ProdAllocationSequence

One-to-one navigation property to the ProdAllocationSequence entity.

validityEndTimeZone

validityEndTimeZone: string

Validity End Time Zone. Maximum length: 6.

nullable

validityEndUtcDateTime

validityEndUtcDateTime: Moment

Validity End UTC Date Time.

nullable

validityStartTimeZone

validityStartTimeZone: string

Validity Start Time Zone. Maximum length: 6.

nullable

validityStartUtcDateTime

validityStartUtcDateTime: Moment

Validity Start UTC Date Time.

nullable

Static MATERIAL

MATERIAL: StringField<ProdAllocSqncAssgmt> = new StringField('Material', ProdAllocSqncAssgmt, 'Edm.String')

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

Static PLANT

PLANT: StringField<ProdAllocSqncAssgmt> = new StringField('Plant', ProdAllocSqncAssgmt, 'Edm.String')

Static representation of the plant 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<ProdAllocSqncAssgmt> = new StringField('ProductAllocationSequence', ProdAllocSqncAssgmt, '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_UUID

PRODUCT_ALLOCATION_SEQUENCE_UUID: StringField<ProdAllocSqncAssgmt> = new StringField('ProductAllocationSequenceUUID', ProdAllocSqncAssgmt, '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_ASSIGNMENT_UUID

PROD_ALLOC_SQNC_ASSIGNMENT_UUID: StringField<ProdAllocSqncAssgmt> = new StringField('ProdAllocSqncAssignmentUUID', ProdAllocSqncAssgmt, 'Edm.Guid')

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

Static TO_PROD_ALLOCATION_SEQUENCE_TP

TO_PROD_ALLOCATION_SEQUENCE_TP: OneToOneLink<ProdAllocSqncAssgmt, ProdAllocationSequence> = new OneToOneLink('to_ProdAllocationSequenceTP', ProdAllocSqncAssgmt, ProdAllocationSequence)

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

Static VALIDITY_END_TIME_ZONE

VALIDITY_END_TIME_ZONE: StringField<ProdAllocSqncAssgmt> = new StringField('ValidityEndTimeZone', ProdAllocSqncAssgmt, 'Edm.String')

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

Static VALIDITY_END_UTC_DATE_TIME

VALIDITY_END_UTC_DATE_TIME: DateField<ProdAllocSqncAssgmt> = new DateField('ValidityEndUTCDateTime', ProdAllocSqncAssgmt, 'Edm.DateTimeOffset')

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

Static VALIDITY_START_TIME_ZONE

VALIDITY_START_TIME_ZONE: StringField<ProdAllocSqncAssgmt> = new StringField('ValidityStartTimeZone', ProdAllocSqncAssgmt, 'Edm.String')

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

Static VALIDITY_START_UTC_DATE_TIME

VALIDITY_START_UTC_DATE_TIME: DateField<ProdAllocSqncAssgmt> = new DateField('ValidityStartUTCDateTime', ProdAllocSqncAssgmt, 'Edm.DateTimeOffset')

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

Static _allFields

_allFields: any[] = [ProdAllocSqncAssgmt.PROD_ALLOC_SQNC_ASSIGNMENT_UUID,ProdAllocSqncAssgmt.PRODUCT_ALLOCATION_SEQUENCE_UUID,ProdAllocSqncAssgmt.PRODUCT_ALLOCATION_SEQUENCE,ProdAllocSqncAssgmt.MATERIAL,ProdAllocSqncAssgmt.PLANT,ProdAllocSqncAssgmt.VALIDITY_START_UTC_DATE_TIME,ProdAllocSqncAssgmt.VALIDITY_START_TIME_ZONE,ProdAllocSqncAssgmt.VALIDITY_END_UTC_DATE_TIME,ProdAllocSqncAssgmt.VALIDITY_END_TIME_ZONE,ProdAllocSqncAssgmt.TO_PROD_ALLOCATION_SEQUENCE_TP]

All fields of the ProdAllocSqncAssgmt 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_ProdAllocSqncAssgmt"

Technical entity name for ProdAllocSqncAssgmt.

Static _keyFields

_keyFields: Array<Selectable<ProdAllocSqncAssgmt>> = [ProdAllocSqncAssgmt.PROD_ALLOC_SQNC_ASSIGNMENT_UUID]

All key fields of the ProdAllocSqncAssgmt entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCT_ALLOC_SEQUENCE_SRV"

Technical service name for ProdAllocSqncAssgmt.

Methods

Static builder

Static requestBuilder

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

    Returns ProdAllocSqncAssgmtRequestBuilder

    A ProdAllocSqncAssgmt request builder.