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...
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...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Hi Pals, I was wondering how to directly concetenate client name in the select query itself... Currently the code says : SELECT SINGLE NAME1 NAME2 INTO (V_NAME1,V_NAME2) FROM KNA1 WHERE KUNNR = ...