Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ProductWorkScheduling" of service "API_CLFN_PRODUCT_SRV". This service is part of the following communication scenarios: Product Classification Integration (SAP_COM_0309). See https://api.sap.com/api/API_CLFN_PRODUCT_SRV for more information.

Hierarchy

  • any
    • ProductWorkScheduling

Implements

Index

Properties

materialBaseQuantity

materialBaseQuantity: BigNumber

Base quantity. Quantity to which the in-house production time and the processing time of the material relate.

nullable

overDelivToleranceLimit

overDelivToleranceLimit: BigNumber

Overdelivery tolerance limit. Percent by which the quantity that is posted to goods receipt may exceed the production order quantity.

nullable

plant

plant: string

Plant. Key uniquely identifying a plant. Maximum length: 4.

product

product: string

Material Number. Alphanumeric key uniquely identifying the material. Maximum length: 40.

productionInvtryManagedLoc

productionInvtryManagedLoc: string

Issue Storage Location. In the case of a material produced in-house, this is the key of the storage location that is copied to the planned order, production order, or run schedule quantity. If the material is a component, it is the issuing storage location to which a backflush is posted. If the material is produced, it is the receiving storage location to which the receipt of the material is posted. Maximum length: 4.

nullable

underDelivToleranceLimit

underDelivToleranceLimit: BigNumber

Underdelivery tolerance limit. Percentage rate that specifies the percent below which the quantity posted for a goods receipt may drop below the production order quantity.

nullable

unlimitedOverDelivIsAllowed

unlimitedOverDelivIsAllowed: boolean

Indicator: Unlimited Overdelivery Allowed. Indicator that specifies whether the quantity actually delivered may infinitely exceed the required production order quantity.

nullable

Static MATERIAL_BASE_QUANTITY

MATERIAL_BASE_QUANTITY: BigNumberField<ProductWorkScheduling> = new BigNumberField('MaterialBaseQuantity', ProductWorkScheduling, 'Edm.Decimal')

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

Static OVER_DELIV_TOLERANCE_LIMIT

OVER_DELIV_TOLERANCE_LIMIT: BigNumberField<ProductWorkScheduling> = new BigNumberField('OverDelivToleranceLimit', ProductWorkScheduling, 'Edm.Decimal')

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

Static PLANT

PLANT: StringField<ProductWorkScheduling> = new StringField('Plant', ProductWorkScheduling, '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

PRODUCT: StringField<ProductWorkScheduling> = new StringField('Product', ProductWorkScheduling, 'Edm.String')

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

Static PRODUCTION_INVTRY_MANAGED_LOC

PRODUCTION_INVTRY_MANAGED_LOC: StringField<ProductWorkScheduling> = new StringField('ProductionInvtryManagedLoc', ProductWorkScheduling, 'Edm.String')

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

Static UNDER_DELIV_TOLERANCE_LIMIT

UNDER_DELIV_TOLERANCE_LIMIT: BigNumberField<ProductWorkScheduling> = new BigNumberField('UnderDelivToleranceLimit', ProductWorkScheduling, 'Edm.Decimal')

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

Static UNLIMITED_OVER_DELIV_IS_ALLOWED

UNLIMITED_OVER_DELIV_IS_ALLOWED: BooleanField<ProductWorkScheduling> = new BooleanField('UnlimitedOverDelivIsAllowed', ProductWorkScheduling, 'Edm.Boolean')

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

Static _allFields

_allFields: any[] = [ProductWorkScheduling.PRODUCT,ProductWorkScheduling.PLANT,ProductWorkScheduling.MATERIAL_BASE_QUANTITY,ProductWorkScheduling.UNLIMITED_OVER_DELIV_IS_ALLOWED,ProductWorkScheduling.OVER_DELIV_TOLERANCE_LIMIT,ProductWorkScheduling.UNDER_DELIV_TOLERANCE_LIMIT,ProductWorkScheduling.PRODUCTION_INVTRY_MANAGED_LOC]

All fields of the ProductWorkScheduling entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductWorkScheduling"

Technical entity name for ProductWorkScheduling.

Static _keyFields

_keyFields: Array<Selectable<ProductWorkScheduling>> = [ProductWorkScheduling.PRODUCT, ProductWorkScheduling.PLANT]

All key fields of the ProductWorkScheduling entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CLFN_PRODUCT_SRV"

Technical service name for ProductWorkScheduling.

Methods

Static builder

  • Returns an entity builder to construct instances ProductWorkScheduling.

    Returns EntityBuilderType<ProductWorkScheduling, ProductWorkSchedulingType>

    A builder that constructs instances of entity type ProductWorkScheduling.

Static requestBuilder

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

    Returns ProductWorkSchedulingRequestBuilder

    A ProductWorkScheduling request builder.