Syntax error Combining fields in CDS view in SAP ABAP

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: 2019-12-16T07:42:39+05:30

3K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements