C_ABAPD_2507 Web TestEngine demo

Exit VceDump C_ABAPD_2507 SAP Certified Associate - Back-End Developer - ABAP Cloud
Question 6 of 15
0% complete
Q6 Multiple choice

Given this code,

DATA(structure_variable) =

REDUCE structure_type(

INIT h_structure_variable TYPE structure_type

FOR row IN source_itab

NEXT

h_structure_variable-f1 += row-f1

h_structure_variable-f2 += row-f2 ).

Which of the following statements are correct? (Select 2 correct answers)

Select all that apply.

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in