Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Entire Coding
    This setting causes that every line of the source code will be exported.

  2. Only inline comments
    The setting „Only inline comments“ entails that only inline comments (marked in ABAP by * or “) of the source code will be exported.

  3. Only marked coding/comments
    If the setting „Only marked Coding/comments“ is chosen, all segments marked by the sign for comment integration in the source code are exported in the documentation. In the source code the segments must be marked as follows:

    1. A segment begins with <comment sign> and ends with </comment sign>

    2. The segment can enclose comments and coding

    3. The opening and closing of a segment with the comment sign must take place of course within comments.
      Sample: Comment sign is "docu"
      The report in ABAP editor (the opening and the closing of the segment is marked):

      Sourcecode in ABAP editor with a segment marked for the documentationImage RemovedSourcecode in ABAP editor with a segment marked for the documentationImage Added


      The export of this coding contains only the marked part:

      The marked Sourcecode in the documentation
  4. No coding/comments
    By selecting this setting, no source code is integrated into the documentation.