Q8
Single choice
You write the following ABAP statement:
SELECT SINGLE carrid, connid, cityfrom, cityto
FROM spfli
INTO @gs_spfli
WHERE carrid = @pa_car AND connid = @pa_con.
How are the selected fields placed into target structure gs_spfli?