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 )

karthikeya Boyini
karthikeya Boyini

I love programming (: That's all I know

Updated on: 16-Dec-2019

1K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements