abapOpenChecks - Installation - Checks - Utilities - Links

CHECK_55 - Statements can be chained

Improve this page
RFC enabled
CODE
DATA: foo type c.
DATA: bar type c.

->

DATA: foo type c,
      bar type c.

Configuration

Configuration