Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Combining fields in CDS view in SAP ABAP
With the use of SAP ABAP 7.5, you can make use of the CONCAT_WITH_SPACE function.
Example
The above code can be simplified like this:
CONCAT_WITH_SPACE( bp.name_first, bp.name_last, 1 )
Advertisements
