Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CORRESPONDING ... EXCEPT and LOOP AT ... GROUP BY indentation #330

@vonglan

Description

@vonglan

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions