Skip to Content
0
Dec 29, 2022 at 09:42 AM

How to select from EINE and concatenate results into single variable?

78 Views

Hi, I'm trying to select infnr, ekorg, esokz from EINE table and concatenate it into a single variable. Is it possible?

  SELECT infnr,
ekorg,
esokz
FROM eine
WHERE ebeln = @l_ebeln
INTO @l_name.