INTO result SEPARATED BY space. Addition 3 ... RESPECTING BLANKS Effect The additionRESPECTING BLANKSis only allowed when strings are processed and respects the trailing blanks for data objectsdobj1, dobj2 ...or rows in the internal tableitab. If this addition is not used, the blanks are ...
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 that it's shown in a more user-...
SAP Managed Tags: ABAP Development Gang, You can not cancatenate all types of fields.For this you have all fields in Char. Declare according to your internal table non charector fields,declare that many variables in char with same lengh. data : v_var1() ,v2 ect Loop at itab. v_...
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...