C_TAW12_750 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50

Loading demo links...

Showing 10–10 of 10 questions

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.