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

SAP C_TAW12_750 - SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50

Page: 3 / 3
Total 81 questions

You are asked to enhance the GUI status of an SAP standard application. How do you identify which menu exit function code you can use?

A.

It starts with a plus (+)

B.

It starts with a dollar sign ($)

C.

It starts with an ampersand (&)

D.

It starts with an asterisk (*)

You have created the following. A class with an event definition. A Handler class with a method ON_EVT that handles this event. A report that instantiates the handler class. A message statement that raises an exception however AND the report does not react to the event. How do you analyze this issue?

Note: There are 3 correct answers to this question.

A.

Check if the handler method is registered to the correct event

B.

Check if the event is triggered by setting a breakpoint at MESSAGE...RAISING...statement

C.

Check if the handler method ON_EVT is defined in a subroutine of the report

D.

Check if the event is triggered by setting a breakpoint at the RAISE EVENT statement

E.

Check if the implementation of the handler method ON_EVT contains the desired login

What transaction can be used to carry out modification adjustment after a system upgrade? Note: There are 2 correct answers to this question.

A.

SPAD

B.

Dspau

C.

SPOD

D.

DSPAU_ENH

Which of the following program type can contain screens? Note: There are 3 correct answers to this question.

A.

Function groups

B.

Module pools

C.

Interface pools

D.

Class pools

E.

Executable programs