Hi Rajan,
For performance reasons, Product Chart is restricted to display only receipts. This restriction is hardcoded, such that only receipts are selected regardless of Planning Board Profile settings.
If you'd like to do a modification to bypass this restriction and show them anyway, this can be done in coding below:
Include /SAPAPO/LCDPS_PRESENTATIONF13
FORM MATERIALS_GET_ORDS_SUBORDS
CALL FUNCTION '/SAPAPO/EFPL_PEG_GET_ORD'
EXPORTING
i_simsessid = g_simsess_id
i_simverid = g_simver_id
i_start = g_time_axis_wa-start_time
i_end = g_time_axis_wa-end_time
i_pegids_tab = l_pegid_tab
i_ionode_peg_sel = gc_io_peg_all_out
>>> Replace the value in bold above with gc_io_peg_all_ionodes to select all I/O nodes instead of only outputs.
Once the modification is done, settings in the Planning Board Profile to display them will be taken into account.
Regards,
Tiago