Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

What type of method is generated automatically by the web Dynpro Explorer when you assign an action to a button UI element?

A.

Supply function

B.

Event handler method

C.

Standard hook method

D.

Ordinary method

You run an executable program that contains the following code: DATA: gv_varl TYPE n LENGTH 3. gv_var2 TYPE n LENGTH 3 VALUE '456' START OF SELECTION. CLEAR gv_var2 gv_var2=g

A.

When the assignment to gv_var2 is executed

B.

When value '123' is assigned to the data object

C.

As soon as the program is loaded into the terminal session

D.

At the beginning of the START-OF-SELECTION event block

Which of the following standard hook methods exist in all web Dynpro controllers? Note: There are 2 correct answers to this question

A.

Wddoexit

B.

Wddoinit

C.

Wddoafterraction

D.

Wddobeforenavigation

You need to create a piece of code that can be used by multiple programs. Which of the following techniques does SAP recommend? Note: There are 2 correct answers to this question

A.

Use an include program

B.

Use a method in a local class

C.

Use a method is a global class

D.

Use a function module in function group