Question 10
You write the following ABAP statement SELECT SINGLE carrid AND connid cityfrom AND cityto FROM spifi INTO@gs_spfi WHERE carrid=@ps_car AND connid = @pa_con
How are the selected fields placed into rget Structure gs_spfir?
Select an option, then click Submit answer.
-
○
Into fields with the same name and same type.
-
○
Into fields with the same name.
-
○
From left to right
-
○
Into fields with the same type.