Hi Jörg-Michael,
it seems these do not work as expected (or maybe something is wrong with my ADT/installation?):
APPEND CORRESPONDING #( group->*
EXCEPT mode_response_time_secs
mode_response_time_percentage ) TO it_agg REFERENCE INTO DATA(wa_agg).
and
LOOP AT it REFERENCE INTO DATA(group)
GROUP BY ( syst = group->syst
begin_date = group->date_in_system_tz
instance = group->instance
tcode = group->tcode
progname = group->progname
task_type = group->task_type
screen_nr = group->screen_nr
jobname = group->jobname ).
In both cases, I would expect the field names to be aligned.
Best regards,
Edo
Hi Jörg-Michael,
it seems these do not work as expected (or maybe something is wrong with my ADT/installation?):
and
In both cases, I would expect the field names to be aligned.
Best regards,
Edo