You write a report that displays mass data in a table using the ALV Grid control, which of the following functions can you offer to the user without doing any specific programming?
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?