Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 7.5x →  Changes in Release 7.52 

ABAP Doc in Release 7.52


1. Documentation links

2. Further changes

Other versions: 7.31 | 7.40 | 7.54

Modification 1

The new syntax {@link ...} makes it possible to link to other documentation of repository objects (or its components) in ABAP Doc comments.

Modification 2

Further Changes

The following changes have also been made to ABAP Doc comments:

  • Opening and closing tags no longer need to be specified in lowercase letters.
  • The restriction to 7 bit ASCII characters no longer applies. An ABAP Doc comment can now contain any 16 bit Unicode characters.
  • <br> or <br/> can be used to specify a line break. <br></br> should no longer be used.
  • The special characters @ and < now only need to be escaped when they are placed directly in front of another character.
  • Lists can now be nested.
  • The tags <p>, <ul>, or <ol> can now be placed within <h1>, <h2>, <h3>, <p>, <em>, or <strong> tags.
  • Text can now be specified directly within <ol> and <ul> tags.
  • In the <ol> tag, the attributes reversed, start, and type can now be specified with their traditional HTML meaning.
  • The attributes specified in tags are now checked by the syntax check.