Space before line break within literal might get lost in SNOTE processing

Message type: E = Error

Message class: DD_CDS_ANALYSIS - CDS code inspector messages

Message number: 500

Message text: Space before line break within literal might get lost in SNOTE processing



What causes this issue?

Within a literal a space followed by a line break was found. When
delivering corrections for the view using SNTOE, spaces before line
breaks within literals might get lost.


System Response

The system issues an error message and will not allow you to continue with this transaction until the error is resolved.



How to fix this error?

Check whether the white space is really needed to be in front of the
line break. If yes, check whether the CONCAT_WITH_SPACE string function
could be used.
This warning can be suppressed by putting the pseudo comment
/*+[hideWarning] { "IDS" : [ "LINEBREAK_IN_LITERAL" ] }*/
in front of the view definition or the literal.


Procedure for System Administrators


Error message extract from SAP system. Copyright SAP SE.