CDS view 1 ACCEPTED SOLUTION Former Member 2020 Feb 224:37 PM 2Kudos 3,863 SAP Managed Tags: ABAP Development Hi Sylvia, you can use lpad function: lpad('abcd',10,'0') First argument is your string, second
It would be nice to see the pipe | for concat similar to what we have on the HANA db, more flexible that the two argument concat function in cds. But for now, this helps me out, so thanks again. Sean Reply bernd_h Discoverer In response to jasmin_gruschke 2021 Aug 25 10:...
SET TITLEBAR 'CDS View' WITH |{ sy-dbcnt }|. ENDCASE. and I get this error: I find it hard to believe that the pipe isn't recognized, but perhaps I'm doing something wrong. Any thoughts? Reply Sandra_Rossi Active Contributor In response to Sandra_Rossi 2021 Jan 16 7:10 ...