2019
08-27

How to use String Functions in ABAP CDS Views HOT

CONCAT(arg1, agr2) string function can be used to concatenate two character strings. [crayon-68c047f516579593364159/]2CONCAT_WITH_SPACE(arg1, arg2, spaces)This string function is used to concatenate two character strings with space. The number of blanks between the arguments arg1 and arg2 is specifi....Read More >