Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONABAP TAW_12_731

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
ABAP TAW_12_731

Description:
TAW_12_731

Author:
Narottam Dutt
(Other tests from this author)

Creation Date:
20/09/2014

Category:
Computers

Number of questions: 30
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
Which controller types can exist within a Web Dynpro component? (Choose three) Window controller User controller View controller Application controller Component controller.
How do you program an input validation on a selection screen that allows users to correct their input? Implement the check at the event AT SELECTION-SCREEN OUTPUT. In case of an input error, a type E MESSAGE must be displayed. Implement a check at the event AT SELECTION-SCREEN. In case of an input error, a type E MESSAGE must be displayed. Implement the check at the event END-OF-SELECTION. In case of an input error, a type E MESSAGE must be displayed. Implement the check at the event AT SELECTION-SCREEN. In case of an input error, a type A MESSAGE must be displayed.
What must you do to define a database view using the ABAP Dictionary? (Choose three) Choose the database tables from where the view acquires data. Define the join conditions between the tables. Choose the fields from the tables that should be part of the view. Define selection criteria for the view. Define buffering settings for the underlying database tables.
To which context object is the attribute LEAD_SELECTION_INDEX related? Supply function Node Attribute Element.
Which property of the InputField UI element must be bound to a context attribute? state enable value visible.
An executable ABAP program contains a standard selection screen and uses the event blocks AT SELECTION-SCREEN, AT SELECTION-SCREEN OUTPUT, INITIALIZATION, START-OFSELECTION. In which sequence will ABAP runtime call these event blocks? 1. AT SELECTION-SCREEN OUTPUT 2. INITIALIZATION 3. AT SELECTION-SCREEN 4. START-OF-SELECTION 1. INITIALIZATION 2. AT SELECTION-SCREEN 3. AT SELECTION-SCREEN OUTPUT 4. START-OF-SELECTION 1. INITIALIZATION 2. AT SELECTION-SCREEN OUTPUT 3. AT SELECTION-SCREEN 4. START-OF-SELECTION 1. INITIALIZATION 2. AT SELECTION-SCREEN OUTPUT 3. START-OF-SELECTION 4. AT SELECTION-SCREEN.
Which boundary conditions lead to improved access time to an internal table? (Choose three) Left justified part of key for sorted tables Fully qualified key for sorted tables Index access for hashed tables Left justified part of key for hashed tables Index access for standard tables.
What can you change in the ABAP Debugger? Content of an internal table Value of a reference variable Value of a constant Definition of a structure.
Which of the following tasks does the BADI implementing class perform? Filtering Sequencing Inserting Deleting.
Which of the following predefined ABAP types is incomplete? F P XSTRING STRING.
When should you use a hashed internal table? (Choose two) When accessing mainly single records When accessing by secondary key When accessing using the left-justified part of the key When accessing always by primary key When accessing by index.
In which modularization units can you use parameters? (Choose three) Event blocks such as START-OF-SELECTION Function modules Subroutines Dialog modules such as PBO modules Methods.
You have implemented a class CL_CUSTOMER in which you defined a private attribute. From where can you access this attribute directly? (Choose two) From all methods of all subclasses of CL_CUSTOMER From all methods of the class CL_CUSTOMER From all methods of a class to which CL_CUSTOMER grants friendship From any program using the class CL_CUSTOMER.
You perform an update task using update function modules and detect an error in the program that calls the update function modules. Which statement can be used to discard all update requests for the current SAP LUW? (Choose two) EXIT ROLLBACK WORK. MESSAGE axxx(nnn). MESSAGE exxx(nnn). DELETE UPDATE.
What happens when an authorization check fails? The program is terminated. The system field SY-SUBRC is set to a value other than zero. A type E message is displayed. A CX_AUTH_FAILED type exception is raised.
What is the purpose of implicit enhancement points? To add fields to an SAP database table To add code to a standard SAP program To change code in a standard SAP program To create a secondary index for an SAP database table.
What can you create using the ABAP Dictionary? (Choose three) Domains Type pools Transparent tables Field symbols Internal tables.
What features are provided by the database interface? (Choose three) Database independence of application programs Conversion of Open SQL statements from ABAP statements into the corresponding database statements Syntax check of Native SQL commands Access to SAP table buffers Data consistency check using foreign key relationships.
Which statements are allowed for processing internal tables? (Choose three) SELECT INSERT DELETE MODIFY UPDATE.
You always want to check the user authorization for data entered in an input field of a selection screen. Where do you do this? In the event block AT SELECTION-SCREEN In the event block AT SELECTION-SCREEN OUTPUT In the event block INITIALIZATION In the event block AT SELECTION-SCREEN on VALUE-REQUEST.
What can you use to achieve polymorphism? Events Subroutines Inheritance Reports.
Which parameter types can be used in the signature of a functional method? (Choose two) EXPORTING IMPORTING RETURNING CHANGING.
How can you switch to the debugging mode? Enter /h in the command field Enter /debug in the command field Enter /debugging in the command field Choose Help? Debugging.
Which of the following transactions allows you to find out whether a particular ABAP program (for example, RMMMPERI or Z_DELETE_ALL_FI_DATA) has been executed at a certain time in the past.? (Choose two) SM50 (Workprocess overview) SM66 (Systemwide Workprocess overview) ST03 (Workload analysis) ST03N (Workload analysis).
How long are local system log entries kept available in SM21? Until the next system restart Until the entry is overwritten (circular file) Until the name of the system log file is changed manually Until the records are replicated to the central system log (usually after one hour).
What can you do if a program behaves differently in batch than in a dialog? (Choose two) Search globally in the program for SY-BATCH. Run the program in dialog and change SY-BATCH in the debugger to simulate batch processing. Run the program in batch and click on DEBUGGING. Run the program in batch and select Environment Analysis.
Which information is displayed when you choose the menu path System - Status? (Choose two) Transaction Code, for example, VA01 Development Class (Package), for example, VA Database platform and release, for example, Oracle 8.0.5.1.1 Customer Number.
Which of the following are events of a report program? (Choose two) AT LINE-SELECTION INITIALIZATION PARAMETERS AT TITLE-PAGE-OUTPUT.
tool of the ABAP Workbench do you use to create global date types and database tables? ABAP Editor Data Dictionary Screen Painter.
What is the function of the F4 key? (Choose two) Display the possible entries. Search for possible entries. Add or remove a value to/from the list of possible entries. Display documentation on possible entries.
Report abuse Consent Terms of use