I hope it's not a config option I'm missing, but this (already ABAP cleaner formatted code):
TYPES:
BEGIN OF ty_conf_out_posnr.
INCLUDE TYPE conf_out AS conf_out.
TYPES: items TYPE string_t,
END OF ty_conf_out_posnr.
Should be this:
TYPES:
BEGIN OF ty_conf_out_posnr.
INCLUDE TYPE conf_out AS conf_out.
TYPES: items TYPE string_t,
END OF ty_conf_out_posnr.
Writing the below code will revert back to the the upper version when I run ABAP cleaner (or actually something worse, it puts the END OF... statement on row 0).
My config: ECC.zip
I hope it's not a config option I'm missing, but this (already ABAP cleaner formatted code):
Should be this:
Writing the below code will revert back to the the upper version when I run ABAP cleaner (or actually something worse, it puts the END OF... statement on row 0).
My config: ECC.zip