Quantcast
Channel: SCN: Message List - SAP Advanced Planning & Optimization (SAP APO)
Viewing all articles
Browse latest Browse all 2032

Re: DS Board - Product Chart does not display demand elements

$
0
0

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


Viewing all articles
Browse latest Browse all 2032

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>