SAP Certified Associate - Back-End Developer - ABAP Cloud C_ABAPD_2507 Question # 18 Topic 2 Discussion

SAP Certified Associate - Back-End Developer - ABAP Cloud C_ABAPD_2507 Question # 18 Topic 2 Discussion

C_ABAPD_2507 Exam Topic 2 Question 18 Discussion:
Question #: 18
Topic #: 2

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)


A.

row is a predefined name and cannot be changed.


B.

This REDUCE expression may produce a result of multiple rows.


C.

Components of h_structure_variable will be copied to same-named components of structure_variable.


D.

The REDUCE expression creates a loop over source_itab.


Get Premium C_ABAPD_2507 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.