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.