SAP Knowledge Base Article - Public

3680396 - Unable to Upload Planned Independent Requirements (PIRs) Using API in "Days" Period

Symptom

In the Maintain PIRs app, only monthly and weekly period views are available. As a result, it is not possible to upload Planned Independent Requirements (PIRs) in a daily ("days") period.

Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental. 

Environment

SAP S/4HANA Cloud Public Edition

Resolution

Use the API "API_PLND_INDEP_RQMT_SRV" to upload planned independent requirements (PIRs) in "days" period type.

Refer to the sample payload and screenshot provided below for reference.

{
  "Product": "FG011",
  "Plant": "1010",
  "MRPArea": "1010",
  "PlndIndepRqmtType": "LSF",
  "PlndIndepRqmtVersion": "00",
  "RequirementPlan": "",
  "RequirementSegment": "",

  "PlndIndepRqmtPeriod": "20251015",
  "PeriodType": "D",

  "PlannedQuantity": "2"


See Also

For comprehensive technical documentation, refer to the below document:

Keywords

planned independent requirements, PIRs, days period, Maintain PIRs app, MD61, SAP S/4HANA Cloud Public Edition, Demand Management, API_PLND_INDEP_RQMT_SRV, upload tool, production planning, period type , KBA , PP-MP-DEM-2CL , Demand Management (Public Cloud) , Problem

Product

SAP S/4HANA Cloud Public Edition all versions