Comments
The integration of the new function modules /WMD/XF_WEB_SAVE_LONGTEXT and /WMD/XF_WEB_GET_LONGTEXT has optimized the connection of the web application to the comment interface.
When making these changes, the presentation of the comments was also revised.

Comments that are created from the present point on are displayed clearly separated by creator and creation date.
Existing comments can also be converted to the new format. The following prerequisites must be fulfilled:
In the file
/sap/bc/bsp/wmd/ui5_365/settings.jsthe following parameter must have the value "true".xf5web.bc_text_split_compound_messages = true;
The standard separator "***" must be used in the headers so that the comments can be correctly separated from each other. The following parameter in the file
/sap/bc/bsp/wmd/ui5_365/settings.jsmust have the value "***".xf5web.bc_text_headline_delimiter = "***";
In addition, the file /sap/bc/bsp/wmd/ui5_365/settings.js can be used to specify whether the headers of comments are to be displayed in the new format or in the conventional format.
xf5web.bc_text_show_headerline = true;