cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancements to Resource Planning table /SAPAPO/RPT

Former Member
0 Kudos

Hi,

We have following two requirements for resource planning table /SAPAPO/RPT

1. Different colours for row for different order category like planned order, process order. I can find BADI for changing colour of Rows in production planning table but could find anything for resource planning table. Is it Possible

2. Additional  editable coloumn /feild in RPT where use can enter comment. THis Comment can be refered by planner afterwards.

Regards,

Santosh

Accepted Solutions (1)

Accepted Solutions (1)

rajkj
Active Contributor
0 Kudos

Hi Santosh,

1. I am not sure it's possible to change the operations list display. Probably, your ABAP expert can analyze the code and suggest.

2. For additional columns in RPT's operations list, you can use BAdI /SAPAPO/RPT_OPRLIST. 

Thanks,
Rajesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajesh,

Thanks for reply. Is it possible to have user defined editable feild  in resource planning table with this BADI.

As whenever planner fixes the order or changes some date he wants to put comment  in this feild. Whenever next time he looks at this order and looks at the comment planner come to know purpose of fixing or changing date of the order.

So whehter user defined input feild can be added with the help of badi

rajkj
Active Contributor
0 Kudos

Hi Santosh,

Since there is no specific field available in operations table to capture user comments, you need to extend the right table to have one text field and assign this custom field to the new column. Then, making the column editable is ABAP stuff.  If the user enters comments and saves the record, he can refer those comments later for the same operation.

Thanks,

Rajesh