Syntax CONCATENATE{dobj1 dobj2 ...}|{LINES OF itab} INTO result [IN{CHARACTER|BYTE}MODE] [SEPARATED BY sep] [RESPECTING BLANKS]. Additions Effect Concatenates either the content of the data objectsdobj1, dobj2, ...of the rows of the internal tableitabin accordance with their order and...
1. Sap works on the concept of Open Sql. ie. Sql is database independent. 2. ABAP Syntax does not have provision for using such EXPRESSIONS (like concatenate) directly in SQL. 3. However u may use them in Native Sql. 4. In open sql one can use aggregate functions like SUM COUNT et...
what is the syntax error? Can you pl. take a screenshot of that error along with the CDS view and paste it here? Reply Sandra_Rossi Active Contributor 2020 Jan 21 1:37 PM 3 Kudos 5,951 SAP Managed Tags: ABAP Development Please use the CODE button to format your code so...
CONCATENATE (ABAP Keyword) introduction & details CONCATENATE Basic form CONCATENATE f1 … fn INTO g. Addition … SEPARATED BY h Effect Places the fields f1 to fn after g . With the fields fi (1 <= i <= n), trailing blanks are ignored, i.e. these fields are considered only to have...