SAP C_ABAPD_2507 Question Answer
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)
SAP C_ABAPD_2507 Summary
- Vendor: SAP
- Product: C_ABAPD_2507
- Update on: Dec 31, 2025
- Questions: 80

