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 )

Updated on: 16-Dec-2019

2K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements