Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "MaintainYearsPeriodSet" of service "API_FORECAST_DEMAND_SRV". This service is part of the following communication scenarios: Production Planning Integration (SAP_COM_0104). See https://api.sap.com/api/API_FORECAST_DEMAND_SRV for more information.

Hierarchy

  • any
    • MaintainYearsPeriodSet

Implements

Index

Properties

forecastDemandVersion

forecastDemandVersion: string

Version Number for Independent Requirements. Alphanumeric description of a demand program, also known as the (demand) version number. The version number is used for organizational purposes for the creation and further use of the demand program.Versions can be set to active and inactive. Only active versions are included in the planning run.Using the version compare function, you can compare various versions of a demand program with each other.With the version number various planned independent requirements can be indicated according to their origin. For example, whether the demand program results from SOP or from the material forecast.You can also create versions for long-term planning. Maximum length: 2.

forecastPeriodStartDate

forecastPeriodStartDate: Moment

Period Start Date.

forecastPeriodType

forecastPeriodType: string

Period Indicator. Indicator specifying the periods in which the material's consumption values and forecast values are managed. Maximum length: 1.

forecastQuantity

forecastQuantity: BigNumber

Planned Quantity.

material

material: string

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

mrpArea

mrpArea: string

MRP Area. Number of the MRP area for which material requirements planning should be carried out separately. Maximum length: 10.

plant

plant: string

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

productBaseUnit

productBaseUnit: string

Base Unit of Measure. Unit of measure in which stocks of the material are managed. The system converts all the quantities you enter in other units of measure (alternative units of measure) to the base unit of measure. You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified. Maximum length: 3.

requirementsType

requirementsType: string

Requirements type. The requirements type determines the planning strategy to be used for a particular requirement. Maximum length: 4.

Static FORECAST_DEMAND_VERSION

FORECAST_DEMAND_VERSION: StringField<MaintainYearsPeriodSet> = new StringField('ForecastDemandVersion', MaintainYearsPeriodSet, 'Edm.String')

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

Static FORECAST_PERIOD_START_DATE

FORECAST_PERIOD_START_DATE: DateField<MaintainYearsPeriodSet> = new DateField('ForecastPeriodStartDate', MaintainYearsPeriodSet, 'Edm.DateTime')

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

Static FORECAST_PERIOD_TYPE

FORECAST_PERIOD_TYPE: StringField<MaintainYearsPeriodSet> = new StringField('ForecastPeriodType', MaintainYearsPeriodSet, 'Edm.String')

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

Static FORECAST_QUANTITY

FORECAST_QUANTITY: BigNumberField<MaintainYearsPeriodSet> = new BigNumberField('ForecastQuantity', MaintainYearsPeriodSet, 'Edm.Decimal')

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

Static MATERIAL

MATERIAL: StringField<MaintainYearsPeriodSet> = new StringField('Material', MaintainYearsPeriodSet, '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 MRP_AREA

MRP_AREA: StringField<MaintainYearsPeriodSet> = new StringField('MRPArea', MaintainYearsPeriodSet, 'Edm.String')

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

Static PLANT

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

PRODUCT_BASE_UNIT: StringField<MaintainYearsPeriodSet> = new StringField('ProductBaseUnit', MaintainYearsPeriodSet, 'Edm.String')

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

Static REQUIREMENTS_TYPE

REQUIREMENTS_TYPE: StringField<MaintainYearsPeriodSet> = new StringField('RequirementsType', MaintainYearsPeriodSet, 'Edm.String')

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

Static _allFields

_allFields: any[] = [MaintainYearsPeriodSet.MATERIAL,MaintainYearsPeriodSet.PLANT,MaintainYearsPeriodSet.MRP_AREA,MaintainYearsPeriodSet.REQUIREMENTS_TYPE,MaintainYearsPeriodSet.FORECAST_DEMAND_VERSION,MaintainYearsPeriodSet.FORECAST_PERIOD_START_DATE,MaintainYearsPeriodSet.FORECAST_PERIOD_TYPE,MaintainYearsPeriodSet.PRODUCT_BASE_UNIT,MaintainYearsPeriodSet.FORECAST_QUANTITY]

All fields of the MaintainYearsPeriodSet entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "MaintainYearsPeriodSet"

Technical entity name for MaintainYearsPeriodSet.

Static _keyFields

_keyFields: Array<Selectable<MaintainYearsPeriodSet>> = [MaintainYearsPeriodSet.MATERIAL, MaintainYearsPeriodSet.PLANT, MaintainYearsPeriodSet.MRP_AREA, MaintainYearsPeriodSet.REQUIREMENTS_TYPE, MaintainYearsPeriodSet.FORECAST_DEMAND_VERSION, MaintainYearsPeriodSet.FORECAST_PERIOD_START_DATE]

All key fields of the MaintainYearsPeriodSet entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_FORECAST_DEMAND_SRV"

Technical service name for MaintainYearsPeriodSet.

Methods

Static builder

Static requestBuilder

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

    Returns MaintainYearsPeriodSetRequestBuilder

    A MaintainYearsPeriodSet request builder.