cancel
Showing results for 
Search instead for 
Did you mean: 

Distributed quantity - //PPT1 - Production View Periodic

Former Member
0 Kudos

Hi SAP Experts,

Does anyone knows what is the function that returns the distributed quantities in the chart Production View - Periodic from the Product Planning Table (//PPT1)?

Our requirement is to develop a new inforow (periodic view) in the Resource Planning Table (//RPT), and use this logic (distributed quantities) to return the production quantity of each period.

Our ABAP team didn't find this function in //PPT1.

Any tip will be very helpful.

Thanks in advance.

Thiago Cyrillo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

To add the new info row

Create your own info row class. Your class is inherited from the class /SAPAPO/CL_RPT_INFOROW. To fill the row with content, redefine the method GET_CELLS and insert the name of the class into the database table /SAPAPO/RPTINFR. Maintain title texts for different languages in the table /SAPAPO/RPTINFRT.

Hope this helps.

Also more details on enhancement function of PPT Planning table is as below:

http://help.sap.com/saphelp_em70/helpdata/en/39/7b5b63689347e2a6849bc644be18e7/content.htm

Regards

Former Member
0 Kudos

Hello Swetha,

thanks for your answer, but our issue is the function to return the distributed quantities. To create an inforow is ok for us.

Regards

Thiago Cyrillo

0 Kudos

Hello Tiago,

If you have distributed qty function on in ECC ( production version) and in user settings in PPT1 if you set dist. qty tick then you can see that the production order or planned order qtys are distributed over the days.

This functionality is generally switch on when you have multiple days production order and you would like to ATP it on daily basis output.

Thanks,

Rajiv

Former Member
0 Kudos

Hi Rajiv thanks for your answer.

I know how to show the distributed quantity in the //PPT1.

In fact we are talking about the production quantity in the Production View - periodic, and not the Product View periodic, what we need is if you know what is this function that calculate the distributed quantity (for the Production View periodic).

Thanks in advance

Thiago Cyrillo