Free C-ABAPD-2309 Sap C-ABAPD-2309 Practice Test Question

Loading demo links...

Showing 1–2 of 2 questions

Question 1 (Topic 1)

What are advantages of using a field symbol for internal table row access? (Choose two.)

Select an option, then click Submit answer.

  • Using a field symbol is faster than using a work area.
  • The field symbol can be reused for other programs.
  • The row content is copied to the field symbol instead to a work area.
  • A MODIFY statement to write changed contents back to the table is not required.
Question 2 (Topic 2)

Given the following ABAP SQL statement excerpt from an ABAP program: You are given the following information: 1. The data source “spfli” on line #2 is an SAP HANA database table. 2. “spfli” will be a large table with over one million rows. 3. This program is the only one in the system that accesses the table. 4. This program will run rarely. Based on this information, which of the following general settings should you set for the spfli database table? (Choose two.)

Select an option, then click Submit answer.

  • “Storage Type” to “Row Store”
  • “Storage Type” to “Column Store”
  • “Load Unit” to “Page Loadable”
  • “Load Unit” to “Column Loadable”