LineSize

ABAP, Natural and Cobol

ide.<ProgrammingLanguage>.LineSize = ...

Du­ring program generation LF‑ET takes into account specified line size limits for specific languages and wraps longer lines automatically.

Language

Default value

Permissible value

Further information

ABAP

72

72, 255

ABAP Generation pa­ra­meters

Natural

72

72, 124, 187, 246

Natural Generation pa­ra­meters

Cobol

72

72, 255

Cobol Generation pa­ra­meters

Using this parameter, the preset default value can be changed to one of the permitted alternative values

Entry in an LFET.Project.ini-file:
ide.Abap.LineSize = 255
Entry in an LFET.Project.yaml-file:
ide.Abap:

  LineSize: 255