C_TAW12_71

4
5/24/2018 C_TAW12_71-slidepdf.com http://slidepdf.com/reader/full/ctaw1271-561d71ef95e33 1/4 P A S S 4 T E S T  rüfungshilfen für T Zertifizierungen h t t p : / / w w w . p a s s 4 t e s t . d e W i r b i e t e n I h n e n e i n e n k o s t e n l o s e n e i n j ä h r i g e n U p g r a d e S e r v i c e a n 

Transcript of C_TAW12_71

  • PASS4TEST

    Prfungshilfen fr IT Zertifizierungen

    http://www.pass4test.deWir bieten Ihnen einen kostenlosen einjhrigen Upgrade Service an

  • IT Certification Guaranteed, The Easy Way!

    1 / 3

    Exam : C_TAW12_71

    Title :

    Vendor : SAP

    Version : DEMO

    SAP Certfied Development

    Associate - ABAP with SAP

    NetWeaver 7.02

  • IT Certification Guaranteed, The Easy Way!

    2 / 3

    NO.1 Which of the following part of SAP business suite. (3 Answers)

    A. SAP Design By one

    B. SAP Design All

    C. Product life cycle management

    D. ERP

    E. CRM

    Answer: CDE

    NO.2 Size of Integer.

    A. 8 bytes

    B. 6 bytes

    C. 4 bytes

    D. Assigns as you declare the value.

    Answer: C

    NO.3 When you press Double_Click, What will happen.

    A. Handler class.

    B. Handler method.

    C. event handler class method triggers

    D. 2 more options.

    Answer: C

    NO.4 What is defined in ABAP Dictionary. (3 answer)

    A. Type tools.

    B. Transparent tables.

    C. Domains.

    D. Internal tables

    E. Methods

    Answer: ABC

    NO.5 There are two classes CL_SUPER and CL_SUB. Class CL_SUPER has method say

    SUPER_METHOD and CL_SUB has a method SUB_METHOD.[This q gave me confidence and put me

    into confusion!!....what is wrong (TRICKY thing is they dint mention CL_SUB is inherited from

    CL_SUPER )].

    DATA: GO_SUPER type ref to CL_SUPER,

    GO_SUB type ref to CL_SUB.

    A. GO_SUPER->SUPER_METHOD.

    B. GO_SUPER->SUB_METHOD.(i CHOSE THIS BUT PLEASE READ THE QWELL)

    C. GO_SUB->SUB_METHOD.

    D. GO_SUB->SUPER_METHOD.

    Answer: A

    NO.6 What are the parameters of Functional method. (2 answer)

    A. Importing

  • IT Certification Guaranteed, The Easy Way!

    3 / 3

    B. Exporting

    C. Changing

    D. Returning

    E. Transporting

    Answer: AD

    NO.7 What are the components of ABAP Workbench.(3 answer)

    A. Function builder.

    B. Class Builder

    C. Screen Painter

    D. Two more options.

    Answer: ABC

    NO.8 When is the authorization of user checked for entering data.

    A. When entered.

    B. At selection screen

    C. At selection screen Output

    D. End of page.

    Answer: B

    NO.9 What you can do in class builder.

    A. Local class and Local interface from your local program.

    B. Redefine classes and interfaces.

    C. When you can define global class, you can use in F8 Function.

    Answer: ABC

    NO.10 In a table, when buffering settings are switched on and buffering style is single,What would

    be the option .

    A. SELECT SINGLE.

    B. SELECT SINGLE...... UPDATE

    C. SELECT... LOOP

    D. One more option

    Answer: A