SAP / abap-file-formats

File formats that define and specify the file representation for ABAP development objects
MIT License
58 stars 56 forks source link

abap doc position #93

Closed larshp closed 3 years ago

larshp commented 3 years ago

@schneidermic0

see "Documenting a Block of Statements" in https://help.sap.com/doc/saphelp_nw75/7.5.5/en-US/17/e98e1c1ff545cea3f95b85a0539322/content.htm?no_cache=true

see https://github.com/SAP/abap-file-formats/pull/85#discussion_r629976754

for

    TYPES:
      "! Method description
      BEGIN OF method,
        bar TYPE c LENGTH 1,
      END OF method.

I don't get any warning in the editor as suggested in the official documentation?

larshp commented 3 years ago

ahh, its a problem with BEGIN, closing