SAP NEWS-769-ABAP DOC



Get Example source ABAP code based on a different SAP table
  



ABAP Doc in ABAP Release 7.69
ITOC

ABAP_MODIFICATION_NN Documentation Links

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

ABAP_MODIFICATION_NN 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.