23.2.11

SAP Note 23246 - Functions in control charts can no longer be exec.

Symptom:

The functions
Determine action limits
Activate card
Close card
in the control chart are no longer executed.

Cause and prerequisites

This is a side effect of an error correction in the statistics graphics.

Solution
Program correction in function module QRKG_STANDARD_CHART
call function 'GET_STAT_PARAM'
importing
cua_id = l_fcode
*-- index =
*-- kurve =
*-- new_val =
s_typ = l_user_action.
*-- exceptions
*-- inv_mcode = 01.

if l_user_action = '0'. "<--- insert ----
l_user_action = '2'. "<--- insert ----
endif. "<--- insert ----

case l_user_action.
...

No comments:

Post a Comment