Skip to content

Alignment of comment when using enumerated PERFORM #363

@Raukze

Description

@Raukze

I got a syntax error because the comment with leading * is not aligned at the beginning of a line.

FORM form USING  VALUE(pv_bool) TYPE abap_bool.
ENDFORM.
 
START-OF-SELECTION.
  PERFORM form USING:
* comment
       abap_true,
       abap_false.
FORM form USING VALUE(pv_bool) TYPE abap_bool.
ENDFORM.
 
START-OF-SELECTION.
  PERFORM form USING
       * comment
                     abap_true.
  PERFORM form USING abap_false.

image001

Thanks in advance!

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions