Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • PlannedIndepRqmtItem

Implements

Index

Properties

lastChangeDate

lastChangeDate: Moment

Date of Last Change. Date on which this rate was last changed.

nullable

lastChangedByUser

lastChangedByUser: string

Name of Person who Changed Object. Maximum length: 12.

nullable

mrpArea

mrpArea: string

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

periodType

periodType: string

Type of a Period. Maximum length: 1.

plannedQuantity

plannedQuantity: BigNumber

Planned quantity. The planned quantity determines the quantity of planned independent requirements for a certain time or for a certain period.

nullable

plant

plant: string

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

plndIndepRqmtInternalId

plndIndepRqmtInternalId: string

Independent Requirements Pointer. Maximum length: 12.

nullable

plndIndepRqmtLastChgdDateTime

plndIndepRqmtLastChgdDateTime: Moment

UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun). The UTC timestamp displays date and time according to UTC (Universal Coordinated Time). In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.

nullable

plndIndepRqmtPeriod

plndIndepRqmtPeriod: string

Period Text. Maximum length: 8.

plndIndepRqmtPeriodStartDate

plndIndepRqmtPeriodStartDate: Moment

Date of a working day.

nullable

plndIndepRqmtType

plndIndepRqmtType: string

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

plndIndepRqmtVersion

plndIndepRqmtVersion: 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.

product

product: string

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

requirementPlan

requirementPlan: string

Requirements Plan. Key which can be given to create and to identify one or more planned independent requirements. The requirements plan number is used as a criterion for selection. Maximum length: 10.

requirementSegment

requirementSegment: string

Requirement Segment. Indicates additional information about the type of requirement. You can freely define which requirement segments are satisfied by which stock segments using segmentation strategies in the transaction Segmentation Strategy Maintenance . Customer 1 accepts quality 1 and 2 while customer 2 accepts only quality 1. This results in 2 different requirement segments which can be assigned to different stock segments. Maximum length: 40.

toPlndIndepRqmt

toPlndIndepRqmt: PlannedIndepRqmt

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

withdrawalQuantity

withdrawalQuantity: BigNumber

Withdrawal quantity. Quantity that was withdrawn for this requirement by a goods issue in inventory management.

nullable

workingDayDate

workingDayDate: Moment

Date of a working day.

nullable

Static LAST_CHANGED_BY_USER

LAST_CHANGED_BY_USER: StringField<PlannedIndepRqmtItem> = new StringField('LastChangedByUser', PlannedIndepRqmtItem, '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

LAST_CHANGE_DATE: DateField<PlannedIndepRqmtItem> = new DateField('LastChangeDate', PlannedIndepRqmtItem, 'Edm.DateTime')

Static representation of the lastChangeDate 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<PlannedIndepRqmtItem> = new StringField('MRPArea', PlannedIndepRqmtItem, '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 PERIOD_TYPE

PERIOD_TYPE: StringField<PlannedIndepRqmtItem> = new StringField('PeriodType', PlannedIndepRqmtItem, 'Edm.String')

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

Static PLANNED_QUANTITY

PLANNED_QUANTITY: BigNumberField<PlannedIndepRqmtItem> = new BigNumberField('PlannedQuantity', PlannedIndepRqmtItem, 'Edm.Decimal')

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

Static PLANT

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

PLND_INDEP_RQMT_INTERNAL_ID: StringField<PlannedIndepRqmtItem> = new StringField('PlndIndepRqmtInternalID', PlannedIndepRqmtItem, 'Edm.String')

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

Static PLND_INDEP_RQMT_LAST_CHGD_DATE_TIME

PLND_INDEP_RQMT_LAST_CHGD_DATE_TIME: DateField<PlannedIndepRqmtItem> = new DateField('PlndIndepRqmtLastChgdDateTime', PlannedIndepRqmtItem, 'Edm.DateTimeOffset')

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

Static PLND_INDEP_RQMT_PERIOD

PLND_INDEP_RQMT_PERIOD: StringField<PlannedIndepRqmtItem> = new StringField('PlndIndepRqmtPeriod', PlannedIndepRqmtItem, 'Edm.String')

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

Static PLND_INDEP_RQMT_PERIOD_START_DATE

PLND_INDEP_RQMT_PERIOD_START_DATE: DateField<PlannedIndepRqmtItem> = new DateField('PlndIndepRqmtPeriodStartDate', PlannedIndepRqmtItem, 'Edm.DateTime')

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

Static PLND_INDEP_RQMT_TYPE

PLND_INDEP_RQMT_TYPE: StringField<PlannedIndepRqmtItem> = new StringField('PlndIndepRqmtType', PlannedIndepRqmtItem, 'Edm.String')

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

Static PLND_INDEP_RQMT_VERSION

PLND_INDEP_RQMT_VERSION: StringField<PlannedIndepRqmtItem> = new StringField('PlndIndepRqmtVersion', PlannedIndepRqmtItem, 'Edm.String')

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

Static PRODUCT

PRODUCT: StringField<PlannedIndepRqmtItem> = new StringField('Product', PlannedIndepRqmtItem, '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 REQUIREMENT_PLAN

REQUIREMENT_PLAN: StringField<PlannedIndepRqmtItem> = new StringField('RequirementPlan', PlannedIndepRqmtItem, 'Edm.String')

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

Static REQUIREMENT_SEGMENT

REQUIREMENT_SEGMENT: StringField<PlannedIndepRqmtItem> = new StringField('RequirementSegment', PlannedIndepRqmtItem, 'Edm.String')

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

Static TO_PLND_INDEP_RQMT

TO_PLND_INDEP_RQMT: OneToOneLink<PlannedIndepRqmtItem, PlannedIndepRqmt> = new OneToOneLink('to_PlndIndepRqmt', PlannedIndepRqmtItem, PlannedIndepRqmt)

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

Static WITHDRAWAL_QUANTITY

WITHDRAWAL_QUANTITY: BigNumberField<PlannedIndepRqmtItem> = new BigNumberField('WithdrawalQuantity', PlannedIndepRqmtItem, 'Edm.Decimal')

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

Static WORKING_DAY_DATE

WORKING_DAY_DATE: DateField<PlannedIndepRqmtItem> = new DateField('WorkingDayDate', PlannedIndepRqmtItem, 'Edm.DateTime')

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

Static _allFields

_allFields: any[] = [PlannedIndepRqmtItem.PRODUCT,PlannedIndepRqmtItem.PLANT,PlannedIndepRqmtItem.MRP_AREA,PlannedIndepRqmtItem.PLND_INDEP_RQMT_TYPE,PlannedIndepRqmtItem.PLND_INDEP_RQMT_VERSION,PlannedIndepRqmtItem.REQUIREMENT_PLAN,PlannedIndepRqmtItem.REQUIREMENT_SEGMENT,PlannedIndepRqmtItem.PLND_INDEP_RQMT_PERIOD,PlannedIndepRqmtItem.PERIOD_TYPE,PlannedIndepRqmtItem.PLND_INDEP_RQMT_PERIOD_START_DATE,PlannedIndepRqmtItem.PLND_INDEP_RQMT_INTERNAL_ID,PlannedIndepRqmtItem.WORKING_DAY_DATE,PlannedIndepRqmtItem.PLANNED_QUANTITY,PlannedIndepRqmtItem.WITHDRAWAL_QUANTITY,PlannedIndepRqmtItem.LAST_CHANGED_BY_USER,PlannedIndepRqmtItem.LAST_CHANGE_DATE,PlannedIndepRqmtItem.PLND_INDEP_RQMT_LAST_CHGD_DATE_TIME,PlannedIndepRqmtItem.TO_PLND_INDEP_RQMT]

All fields of the PlannedIndepRqmtItem entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PlannedIndepRqmtItem"

Technical entity name for PlannedIndepRqmtItem.

Static _keyFields

_keyFields: Array<Selectable<PlannedIndepRqmtItem>> = [PlannedIndepRqmtItem.PRODUCT, PlannedIndepRqmtItem.PLANT, PlannedIndepRqmtItem.MRP_AREA, PlannedIndepRqmtItem.PLND_INDEP_RQMT_TYPE, PlannedIndepRqmtItem.PLND_INDEP_RQMT_VERSION, PlannedIndepRqmtItem.REQUIREMENT_PLAN, PlannedIndepRqmtItem.REQUIREMENT_SEGMENT, PlannedIndepRqmtItem.PLND_INDEP_RQMT_PERIOD, PlannedIndepRqmtItem.PERIOD_TYPE]

All key fields of the PlannedIndepRqmtItem entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PLND_INDEP_RQMT_SRV"

Technical service name for PlannedIndepRqmtItem.

Methods

Static builder

Static requestBuilder

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

    Returns PlannedIndepRqmtItemRequestBuilder

    A PlannedIndepRqmtItem request builder.