SAP Certified Development Associate - Programming in SAP S/4HANA for SAP NetWeaver ABAP Programmer C_S4HDEV1909 Question # 3 Topic 1 Discussion

SAP Certified Development Associate - Programming in SAP S/4HANA for SAP NetWeaver ABAP Programmer C_S4HDEV1909 Question # 3 Topic 1 Discussion

C_S4HDEV1909 Exam Topic 1 Question 3 Discussion:
Question #: 3
Topic #: 1

The class CL_CLASS contains a public static method DO_SOMETHING with an importing parameter PARAM TYPE i. Your program contains the following data declaration: DATA var TYPE string.

Which of the following method calls is syntactically correct?

There are 2 correct answers to this question.


A.

cl_class=>do_something( param = CONV #( var ) ).


B.

cl_class=>do_something( param = var ).


C.

cl_class=>do_something( param = EXACT #( var ) ).


D.

cl_class=>do_something( param = CAST #( var ) ).


Get Premium C_S4HDEV1909 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.