sap.passguide.c taw12 740.v2016-12-11.by.sampras · pdf file exam a question 1 you want to add...

30
http://www.gratisexam.com/ C_TAW12_740 Passing Score : 800 Time Limit : 0 min http://www.gratisexam.com/

Upload: hatruc

Post on 12-Feb-2018

219 views

Category:

Documents


1 download

TRANSCRIPT

http://www.gratisexam.com/

C_TAW12_740

Passing Score: 800Time Limit: 0 min

http://www.gratisexam.com/

http://www.gratisexam.com/

Exam A

QUESTION 1You want to add a field ZZPRICE to the SAP standard transparent table EKKO. Which of the following actions results in an enhancement of the SAP standard?

http://www.gratisexam.com/

A. Create an append structure and add ZZPRICE to it. B. Add ZZPRINCE to the Customizing include for the table C. Insert ZZPRINCE into an SAP structure for the table. D. Insert ZZPRINCE at the and of the table.

Correct Answer: ACSection: (none)Explanation

Explanation/Reference:

QUESTION 2Which of the following customer modification options are available in the table maintenance generator?

A. Maintenance screens B. Events C. Search helps D. Append searches

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:

QUESTION 3Which of the following can you define in the technical settings of a transparent table?

http://www.gratisexam.com/

A. Size category B. Table name C. Data class D. Buffering type E. Delivery class

Correct Answer: ACDSection: (none)Explanation

Explanation/Reference:

QUESTION 4For which of the following purposes can you use the ABAP dictionary.

A. To create locks objectsB. To activate the logginging for transparent tablesC. To maintain program translationsD. To create development classes

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:

QUESTION 5You use Unifield Modeling Language (UML) to design your classes. You want to describe the message exchange between objects. Which diagram type can youuse?

http://www.gratisexam.com/

http://www.gratisexam.com/

A. Class diagram B. Object diagram C. Component diagram D. Sequence diagram

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 6You want to add a field of type CURR to a transparent table. What else must you do?

A. Create a new field CUKY as a predefined typeB. Add a key field of type CUKYC. Create a reference to a field of type CUKYD. Add a check table that contains a field of type CUKY

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 7A structure has enhancement category 3: Can be enhanced (character type).Which set of elementary type is allowed for the new fields?

A. C,D,N,T B. D,I,SRTIRNG,T C. C,D,N,X D. F,I,P,X

Correct Answer: ASection: (none)Explanation

http://www.gratisexam.com/

Explanation/Reference:

QUESTION 8Which of the following transaction can you use to define transparent tables?

A. SE16N B. SE38 C. SE11 D. SM37

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 9You want to create a transparent table in the ABAP dictionary. When is the table physically created in the database?

A. When you activate the tableB. When you run the database utility transaction (SE14) C. When you insert the table name ans select Create D. Whe you save the table

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 10Which view types can you to join two tables with an outer join?

http://www.gratisexam.com/

http://www.gratisexam.com/

A. Maintenance view B. Database view C. Projection view D. Help view

Correct Answer: ADSection: (none)Explanation

Explanation/Reference:

QUESTION 11When does SAP recommended that you use a hashed table?

A. When a table must to sorted automatically by key in ascending order B. When a table is very large and you want to access the table by key only C. When a table is very large and you want to access the table by index only D. When a table must be accessible by both index and key

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 12How can you define an internal table in a private method of a class?

A. DATA It_itab TYPE TABLE OF B. DATA It_itab TYPE TABLE OF C. DATA It_itab TYPE D. DATA It_itab TYPE < Table Type>.E. DATA It_itab TYPE TABLE OF WITH HEADER LINE

Correct Answer: ABD

http://www.gratisexam.com/

Section: (none)Explanation

Explanation/Reference:

QUESTION 13You want to create a transparent table. Which of the followih=ng must you define to activate the table?

A. A delivery class B. A foreign key C. The primary key D. The MANDT field E. A short description

Correct Answer: ACESection: (none)Explanation

Explanation/Reference:

QUESTION 14Which of the following are valid control level changes within a loop over an internal table?

A. COLLECT B. LAST C. END OF D. SUM

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 15In an ABAP Program, you want to assign an initial value to an elementary data object when you define it. Which addition must you use?

http://www.gratisexam.com/

http://www.gratisexam.com/

A. VALUE B. DEFAULT C. OBLIGATORY D. READ-ONLY

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 16Which of the following structures is created when you use a table type to define one of its components?

A. Deep structure B. Nested structure C. Flat structure D. Append structure

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 17You created the following ABAP code: DATA x TYPE REF TO DATA, DATA y TYPE REF TO OBJECT. ASSIGN x TO <fs>. ASSIGN y TO <fs>. You want to add adeclaration of <fs> to the code. Which of the following declarations are valid?

A. FIELD-SYMBOLS TYPE REF TO DATA.

http://www.gratisexam.com/

B. FIELD-SYMBOLS TYPE any. C. FIELD-SYMBOLS . D. FIELD-SYMBOLS TYPE REF TO ANY.

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 18Which of the following are fully-specified internal table types?

A. Standard B. Any C. Index D. Hashed

Correct Answer: ADSection: (none)Explanation

Explanation/Reference:

QUESTION 19You want to define a formal parameter to a subroutine that accepts only internal tables of types standard and type sorted as actual parameters. Which of thefollowing generic ABAP data types must you use?

A. Sorted table B. Standard table C. Index table D. Hashed table

Correct Answer: CSection: (none)Explanation

http://www.gratisexam.com/

Explanation/Reference:

QUESTION 20Which fo the following ABAP standard types are incomplete?

http://www.gratisexam.com/

A. F B. N C. X D. STRING

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 21Which statement ends a screen sequence and starts from the initial screen?

A. LEAVE TO SCREEN 0 B. LEAVE SCREEN C. CALL SCREEN D. SET SCREEN 0

Correct Answer: ADSection: (none)Explanation

Explanation/Reference:

QUESTION 22

http://www.gratisexam.com/

Which of the following actions can be performed in the Process After Input (PAI) processing block?

A. Set fo the GUI status of the screen B. Modify screen attributes dynamically C. Set title bar D. Check the function code

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:

QUESTION 23Using the system table what can you modify through a LOOP AT SCREEN ... ENDLOOP construct?

A. Values of screen elements B. Function codes of buttons C. Screen status D. Attributes of screen elements

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 24Which ABAP statement can make an element visible that you statically defined as invisible?

A. SCREEN-INVISIBLE = 0 B. SCREEN-ACTIVE = 1. C. SCREEN-ACTIVE = 0. D. SCREEN-INVISIBLE = 1.

Correct Answer: CDSection: (none)

http://www.gratisexam.com/

Explanation

Explanation/Reference:

QUESTION 25Which of the following function types in a GUI status are reserved for internal use?

http://www.gratisexam.com/

A. S - System B. E - ExitC. H - Help request D. T - Transaction

Correct Answer: ABDSection: (none)Explanation

Explanation/Reference:

QUESTION 26When is a foreign key check performed on an input/output field?

A. If the fields refers to a dictionary field for which an append search is defined B. If the fields refers to a dictionary field for which a value help is defined C. If the field refers to a dictionary filed for which a check table is defined D. If the field refers to a dictionary filed for which a search help is defined

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

http://www.gratisexam.com/

QUESTION 27You want a validation routine for a selection screen field if a wrong value is entered into the field an error message should be displayed and the focus should moveto the field. Which event do you use to achieve this?

A. START-OF-SELECTION B. AT-SELECTION-SCREEN C. END-OF-SELECTION D. INITIALIZATION

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 28Which of the following ABAP code lines is valid?

A. CONSTANTS gc_matnr TYPE matnr VALUE 100'. B. PARAMETERS p_matnr TYPE matnr DAFAULT "100'. C. DATA gc_matnr TYPE matnr DEFAULT '100'. D. SELECT-OPTIONS s_matnr TYPE matnr DAFAULT '100'. E. STATICS s_matnr TYPE matnr TYPE matnr DAFAULT '100'.

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:

QUESTION 29How can you add a section breakpoint to your program?

A. Set a breakpoint in the ABAP debugger and press F8 B. Set a breakpoint in the ABAP debugger and select Save C. Set a breakpoint in the ABAP editor

http://www.gratisexam.com/

D. Execute command /h

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 30You define a generic variable that can hold the ABAP types C,D,N,STRING and T. You want to restrict the use of other ABAP types. Which generic data type mustyou use in the definition?

A. CLIKE B. SIMPLE C. DATA D. CSEQUENCE

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 31Which type of transport task is used when you modify SAP standard objects?

A. Transport of copiesB. WorkbenchC. RepairD. Development/Correction

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:

http://www.gratisexam.com/

QUESTION 32In an ABAP program you have the following code sequence: DATA var TYPE n LENGTH 1. FIELD-SYMBOLS <fs> TYPE c. ASSING var TO <fs> CASTING.Which type is used to dast the assigned memory area?

A. The default type I B. The type of var C. The default type STRING D. The type of

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 33You want to move a transport request from the development system to the subsequent system. Which of the following are prerequisites for this?

http://www.gratisexam.com/

A. The extended program check must show no warningsB. The transport request must releasedC. All tasks of the transport request must be assigned to the same userD. All object included in the transport request must be activated

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:

QUESTION 34Which of the following includes are generated with you create a function group?

http://www.gratisexam.com/

A. LxxxxTOP B. LxxxxUXX C. LxxxxOO1 D. LxxxxFOI

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:

QUESTION 35Before you can add programming logic to your ABAP program that checks automations, which of the following do you have to create?

A. An authorization profile B. An authorization role C. An authorization field D. An authorization object

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 36When would you call the RFC function module synchronously?

A. During interactive communication B. During two-way communication C. During queue processing D. During unidirectional communication

Correct Answer: ABSection: (none)Explanation

http://www.gratisexam.com/

Explanation/Reference:

QUESTION 37You display the content of an internal table using an ALV Grid Control. The content of the internal table changes during the program. Which CL_GUI_ALV_GRIDclass method can you use to display the changed content?

A. REFRESH_TABLE_DISPLAY in module PAI B. REFRESH_TABLE_DISPLAY in module PBO C. SET_TABLE_FOR_FIRST_DISPALY in module PBO D. SET_TABLE_ FOR_ FIRST_ DISPALY in module PAI

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 38Which of the following transactions are integrated in the ABAP Workbench tools?

A. Process Overview (SM50) B. Oveview of Job Selection (SE37) C. ABAP Editor (SE38) D. Class Builder (SE24)

Correct Answer: BCDSection: (none)Explanation

Explanation/Reference:

QUESTION 39Which of the following can you do with the SAP Code Inspector?

A. Monitor runtime behavior B. Monitor background tasks

http://www.gratisexam.com/

C. Perform static code checks D. Analyze runtime data

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 40Which the following values are remplaceable In debugger mode?

http://www.gratisexam.com/

A. Tables names B. Constants C. Fields names D. Variables

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 41Which action ono the underlying dictionary object triggers a database table conversion?

A. Reducing the size of a field B. Inserting an append structure C. Inserting a field of type reference D. Changing the order of non-key fields

http://www.gratisexam.com/

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:

QUESTION 42Which of the following statement can you use to set up checkpoints in an ABAP program?

A. ASSERTB. BREAKC. CHECKD. BREAK-POINTE. LOG-POINT

Correct Answer: ADESection: (none)Explanation

Explanation/Reference:

QUESTION 43Which of the following can you do with the ABAP debugger?

A. Analyze internal tables B. Analyze memory usage C. Compare data objects D. Analyze SQL traces E. Change source code

Correct Answer: ABCSection: (none)Explanation

Explanation/Reference:

http://www.gratisexam.com/

QUESTION 44To which of the following must you assign newly created SAP repository objects?

A. Transport task B. Transport request C. Package D. Function group

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 45You are writing the function module that will be called from external systems vi remote function call (RFC).How do you report an error back to the external caller?

A. Write the error data into an CHANGING parameter than is passed by value B. Write the error data into an EXPORTING parameter than is passed by reference C. Write the error data into a TABLES parameter than is passed by reference D. Write the error data into a RECEIVING parameter than is passed by value

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 46Which of the following compatibilities is Provided by the Application Platform layer of SAP NetWeaver?

http://www.gratisexam.com/

http://www.gratisexam.com/

A. Master data management B. Database and operating system abstraction C. Bussines process management D. Multi-channel access

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:

QUESTION 47Which task does the dispatcher perform?

A. Distributes request to the work processes B. Administrates the lock table in shared memory C. Executes programs that run without user interaction D. Verifies the correctness of ABAP programs

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 48Which of the following must you do to be able to use a Business Add-In (BA-dl)?

A. Modify the adapter class B. Write code for methods C. Create the Ba-dl implementation D. Activate the enhancement project

Correct Answer: BCSection: (none)Explanation

http://www.gratisexam.com/

Explanation/Reference:

QUESTION 49Which of the following is an implicit enhancement?

A. Pre-method B. Protected method C. Overwrite method D. Private method

Correct Answer: ACSection: (none)Explanation

Explanation/Reference:

QUESTION 50Which of the following can you use to enhance SAP standard tables and structures with fields?

A. Appends search helps B. Customizing includes C. Fields exits D. Appends structures

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:

QUESTION 51Which of the following characters is the first of a menu exit function code?

A. &B. -C. +

http://www.gratisexam.com/

D. *

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 52How can you find customer exits in an ABAP program?

A. Search for customer exits in the Repository Information SystemB. Search for 'CL_EXITHANDLER' in the programC. Search for 'CALL_CUSTOMER' in the programD. Search for customer exits in the program documentation

Correct Answer: ADSection: (none)Explanation

Explanation/Reference:

QUESTION 53Which of the following enhancements calls customer function module?

A. Business Add-in(BA-dl)B. User exitC. Customer exitD. Business Transaction Event

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 54

http://www.gratisexam.com/

Which objects can share data through context mapping?

A. View controller and another view controllerB. Component controllers and view controllersC. Custom controllers and transparent tablesD. Global classes and component controllers

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 55Which of the following variables is the self-reference variable in ABAP OO?

A. THISB. SENDERC. MED. SUPER

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 56Which components belong to an elementary search help? (Choose two)

A. Fixed valuesB. Import / export parametersC. Selection methodD. Attachment to a field

Correct Answer: BCSection: (none)

http://www.gratisexam.com/

Explanation

Explanation/Reference:

QUESTION 57Which of the following tasks does the BADI implementing class perform?

A. FilteringB. SequencingC. InsertingD. Deleting

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 58What can you create using the ABAP Dictionary? (Choose three)

A. DomainsB. Type poolsC. Transparent tablesD. Field symbolsE. Internal tables

Correct Answer: ABCSection: (none)Explanation

Explanation/Reference:

QUESTION 59What can you use to achieve polymorphism?

http://www.gratisexam.com/

A. EventsB. SubroutinesC. InheritanceD. Reports

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 60What happens when an authorization check fails?

A. The program is terminated.B. The system field SY-SUBRC is set to a value other than zero.C. A type E message is displayed.D. A CX_AUTH_FAILED type exception is raised.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 61Which parameter types can be used in the signature of a functional method? (Choose two)

http://www.gratisexam.com/

A. EXPORTINGB. IMPORTINGC. RETURNING

http://www.gratisexam.com/

D. CHANGING

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 62You are establishing the business logic layer for a Web Dynpro Component. Which service types are available in the Service Call wizard? (Choose three)

A. Transaction codeB. Web service proxyC. Class methodD. Function moduleE. Function group

Correct Answer: BCDSection: (none)Explanation

Explanation/Reference:

QUESTION 63Which of the following predefined ABAP types is incomplete?

A. FB. PC. XSTRINGD. STRING

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

http://www.gratisexam.com/

QUESTION 64You have implemented a class CL_CUSTOMER in which you defined a private attribute. From where can you access this attribute directly? (Choose two)

A. From all methods of all subclasses of CL_CUSTOMERB. From all methods of the class CL_CUSTOMERC. From all methods of a class to which CL_CUSTOMER grants friendshipD. From any program using the class CL_CUSTOMER

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 65Which of the following features do you have to consider when you use shared objects? (Choose three)

A. Data is saved as attributes of objectsB. Concurrent write accesses are supportedC. Memory bottlenecks result in runtime errors and have to be caughtD. Concurrent read accesses are supportedE. Data is saved as tables of objects

Correct Answer: ACDSection: (none)Explanation

Explanation/Reference:

QUESTION 66Which assignment will lead to a conversion error?

A. An XSTRING type data object to a STRING type data object DATA. gv_xstring TYPE xstring, gv_string TYPE string. gv_xstring = 'AF00'. gv_string = gv_xstring.

B. A type C data object with the value '123' to a type C data object with length 2 DATA. gv_c3(3) TYPE c VALUE '123', gv_c2(2) TYPE c. gv_c2 = gv_c3.

http://www.gratisexam.com/

C. A type P data object to a type F data object DATA. gv_p TYPE p VALUE '15000', gv_f TYPE f. gv_f = gv_p.

D. A type C data object with the value '1.50E4' to a type I data object DATA. gv_c(6) TYPE c VALUE '1.50E4', gv_i TYPE i. gv_i = gv_c.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 67You created a transparent table and during activation got a warning message 'Enhancement category for table missing". What do you have to do to eliminate the warning message?

A. Select any option other than Not Classified from the enhancement category.B. Change the Data Class and Size category in the technical settings.C. Provide the correct reference field for the Currency or Quantity field.D. Select the option Not Classified from the enhancement category.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 68How is an ABAP program with several dialog steps executed?

A. The program is always executed in just one dialog work process without roll out.B. The ABAP dispatcher takes over the entire execution without assigning any work process.C. The program is always executed in just one dialog work process with roll out.D. Usually, dialog steps are assigned to different dialog work processes.

Correct Answer: DSection: (none)Explanation

http://www.gratisexam.com/

Explanation/Reference:

QUESTION 69You perform an update task using update function modules and detect an error in the program that calls the update function modules. Which statement can beused to discard all update requests for the current SAP LUW? (Choose two)

A. EXIT.B. ROLLBACK WORK.C. MESSAGE axxx(nnn).D. MESSAGE exxx(nnn).E. DELETE UPDATE.

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

http://www.gratisexam.com/