You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace old string syntax ('...') with modern pipe syntax (|...|) in ABAP code snippets
Updated all abap2UI5 code examples throughout the documentation to use
the modern ABAP string literal syntax with pipe delimiters |...| instead
of the legacy single quote syntax '...'.
This affects:
- Event handling (WHEN statements, client->_event() calls)
- String literals in method parameters
- View definitions
- Message and error handling
- Data initialization
16 files modified with consistent string delimiter updates.
0 commit comments