Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ProductPlantForecasting" of service "API_PRODUCT_SRV". This service is part of the following communication scenarios: Distributed Manufacturing Integration (SAP_COM_0077), SAP Analytics Cloud for Planning Integration (SAP_COM_0087), Product Integration (SAP_COM_0009). See https://api.sap.com/api/API_PRODUCT_SRV for more information.

Hierarchy

  • any
    • ProductPlantForecasting

Implements

Index

Properties

consumptionQtyMultiplier

consumptionQtyMultiplier: BigNumber

Multiplier for reference material for consumption. Determines how much of the consumption quantity of the reference material should be used for the material forecast. If you want exactly 100 % of the consumption quantity of the reference material to be used for the forecast of this material, enter 1.If you want only 70 % of the consumption quantity of the reference material to be used for the forecast of this material, enter 0,7.

nullable

consumptionRefUsageEndDate

consumptionRefUsageEndDate: Moment

To date of the material to be copied for consumption. Date until which the consumption data of the reference material is used for the material forecast. If you have defined a reference material, you must enter a validity date. Up to the specified validity date, the system accesses the consumption data of the reference material, from this date, it accesses the material's own consumption data.

nullable

consumptionReferencePlant

consumptionReferencePlant: string

Reference plant for consumption. Plant of the reference material on whose consumption data the material forecast is based. This field is intended for new materials without any consumption statistics for the system to access in the forecast. If you have defined a reference material, the system accesses the consumption data that exists for it in this plant and continues to do so up to the validity date specified by you.If no plant has been specified for the reference material, the system takes the plant for the material itself as the reference work automatically. Maximum length: 4.

nullable

consumptionReferenceProduct

consumptionReferenceProduct: string

Reference material for consumption. The system uses the consumption data of this material for the forecast. This field exists for new materials which do not yet have their own consumption statistics that the system can use in the forecast. If you have defined a reference material, the system accesses the consumption data of this material up to the validity date that you specified for it. Maximum length: 40.

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.

Static ALL_FIELDS

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

All fields selector.

Static CONSUMPTION_QTY_MULTIPLIER

CONSUMPTION_QTY_MULTIPLIER: BigNumberField<ProductPlantForecasting> = new BigNumberField('ConsumptionQtyMultiplier', ProductPlantForecasting, 'Edm.Decimal')

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

Static CONSUMPTION_REFERENCE_PLANT

CONSUMPTION_REFERENCE_PLANT: StringField<ProductPlantForecasting> = new StringField('ConsumptionReferencePlant', ProductPlantForecasting, 'Edm.String')

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

Static CONSUMPTION_REFERENCE_PRODUCT

CONSUMPTION_REFERENCE_PRODUCT: StringField<ProductPlantForecasting> = new StringField('ConsumptionReferenceProduct', ProductPlantForecasting, 'Edm.String')

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

Static CONSUMPTION_REF_USAGE_END_DATE

CONSUMPTION_REF_USAGE_END_DATE: DateField<ProductPlantForecasting> = new DateField('ConsumptionRefUsageEndDate', ProductPlantForecasting, 'Edm.DateTime')

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

Static PLANT

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

_allFields: any[] = [ProductPlantForecasting.PRODUCT,ProductPlantForecasting.PLANT,ProductPlantForecasting.CONSUMPTION_REF_USAGE_END_DATE,ProductPlantForecasting.CONSUMPTION_QTY_MULTIPLIER,ProductPlantForecasting.CONSUMPTION_REFERENCE_PRODUCT,ProductPlantForecasting.CONSUMPTION_REFERENCE_PLANT]

All fields of the ProductPlantForecasting entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductPlantForecasting"

Technical entity name for ProductPlantForecasting.

Static _keyFields

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

All key fields of the ProductPlantForecasting entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCT_SRV"

Technical service name for ProductPlantForecasting.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ProductPlantForecasting>

    A builder that constructs instances of entity type ProductPlantForecasting.

Static requestBuilder

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

    Returns ProductPlantForecastingRequestBuilder

    A ProductPlantForecasting request builder.