SAP
C_ABAPD_2507
180 Minutes
80
SAP Certified Associate - Back-End Developer - ABAP Cloud
A: Fields with the same name but with different types may be copied from itab2 to itab1.
B: itab1 and itab2 must have at least one field name in common.
C: Fields with the same name and the same type will be copied from itab2 to itab1.
D: itab1 and itab2 must have the same data type.
A: You add the clause REDEFINITION to the component in subl.
B: You implement the redefined component for a second time in superl.
C: You implement the redefined component in subl.
D: You add the clause REDEFINITION to the component in superl.
A: The name of a type defined privately in class ZCL_CLASS_A
B: The name of a data element from the ABAP Dictionary
C: The name of a type defined privately in another class
D: The name of a domain from the ABAP Dictionary
A: go subl = CAST # go super), will not work
B: go_sub2 = CAST # go super), will work. go_subl CAST #go_super), will work
C: go_sub2 = CAST #(go_super). will not work. ] go sub2->sub2 meth 1(...). will work
D: go_subl->subl_meth !(...)* w'll work.
A: sy-linno
B: sy-labix
C: sy-subrc
D: sy-index