The functions
Determine action limits
Activate card
Close card
in the control chart are no longer executed.
This is a side effect of an error correction in the statistics graphics.
SolutionProgram 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