Você está na página 1de 10

9/2/2014 SAP abap quiz part 6

http://www.proprofs.com/quiz-school/story.php?title=sap-abap-quiz-part-6 1/10
Create A Quiz
Take Quizzes
Take A Quiz
Popular This Month
View Examples
Store

SAP
SAP ABAP QUIZ Part 5
SAP ABAP QUIZ Part 2
SAP ABAP QUIZ Part 3
SAP ABAP Basic
Which Internet Cat Sensation Are You?
Related Quizzes
Popular Quizzes
Search Quizzes


Search Quizzes
9/2/2014 SAP abap quiz part 6
http://www.proprofs.com/quiz-school/story.php?title=sap-abap-quiz-part-6 2/10
50 Questions I By Mshilp
A.
B.
C.
D.
Which Fairy Tale Prince Should You Marry?
Which Modern Film Director Should Direct The Story Of Your Life?
Which Celebrity Health Fad Should You Try Next?
Which Type Of Coffee Are You?
Take Another Quiz
Quizzes Set 62 SAP Abap Quiz Part 6
Free Cloud Storage
Chat Now to Get Your Free Cloud Storage. Act Quickly, Limited Time!
SAP Abap Quiz Part 6
ABAP certification
Start
Remove Excerpt
Question Excerpt
1. ChainEndchain block ensures the fields within the block
Are transfer to program
Are automatically validated
Are ready for input following an error dialog
Are corrected with possible values
2. For dialog program using screen the processing terminates and the user must restart the transaction when the
following occurs
9/2/2014 SAP abap quiz part 6
http://www.proprofs.com/quiz-school/story.php?title=sap-abap-quiz-part-6 3/10
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
Message type A
Message type E
Message type W
None of the above
3. For dialog program using screen the processing continues when the user has confirmed when the following occurs
Message type S
Message type W
Message type I
None of the above
4. To quit a dialog programming from a screen where mandatory fields are there you should click on the button
Enter
Back
Cancel
Exit
5. User specific and frequently used values in a selection screen can be stored and retrieved by using
Parameter
Variant
ABAP memory
Dictionary tables
6. Values stored in SAP memory using Parameter ID is available for
All the users
Any of the terminal sessions of an user
All internal sessions
Only current internal session
7. The key word used in conjunction with MODULE statement for avoiding input checks is
At exit command
At exit-command
On exit command
On exit-command
8. The addition for FIELD statement, which makes a module to be called only when the field value is changed, is
Field Module on change
Field Module on-change
Field Module on request
Field Module on-request
9. The sequence in which input help on screen are called for is
Field search help, check table help, search help for data element, fixed values
Field search help, check table help, fixed values, search help for data element
Field search help, fixed values, check table help, search help for data element
Fixed values, Field search help, check table help, search help for data element
10. The screen event, which allows getting input help, is
9/2/2014 SAP abap quiz part 6
http://www.proprofs.com/quiz-school/story.php?title=sap-abap-quiz-part-6 4/10
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
A.
B.
C.
D.
A.
Process after Input
Process before output
process on help request
none of the above
11. Function codes can be assigned to the following screen elements except
Text field
Radio button
Check box
Status icon
12. Rectangular area on a screen into which another screen can be placed at runtime is called as
Custom control
Subscreen area
Tabstrip
Table control
13. Subscreens can be used in the following circumstances except
In screen enhancements
Within other screen objects
In Table control
In the modification assistants
14. A Tabstrip control consists of the following elements except
Tab title
Subscreen area
Subscreen
Scroll bar
15. Transaction code for a screen program has these information except
Screen Number
Authorization object
Transaction text
Variant
16. Scrolling in Tabstrip can take place either in the front end or in the application program
True
False
17. Top-of page event is triggered when
Last write statement is encountered
First write statement is encountered
Start-of-selection event is complete
End-of-selection event is complete
18. Tabstrip control is not possible in a selection screen
True
False
9/2/2014 SAP abap quiz part 6
http://www.proprofs.com/quiz-school/story.php?title=sap-abap-quiz-part-6 5/10
B.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
A.
B.
C.
D.
19. To concatenate 2 strings the correct syntax is
Concatenate string1, string2 into string3
Concatenate string1 string2 into string3
Concatenate: string1, string2 into string3
Concatenate: string1 string2 into string3
20. The statement Open dataset for output is used for
Opening a file on the presentation layer
Opening a file on the application layer
Opening a file on the database layer
None of the above
21. Within a table control the following can be used except
Checkbox
Table elements
Pushbuttons
Custom control
22. In a table control one of the following statements is true
Cannot be resized
Line selection is possible
Scrollbars is not possible
None of the above
23. Context menu can be created in
Menu painter
Context menu painter
Screen painter
All of the above
24. List can have
1 header and 2 column headers
2 header and 3 column headers
1 header and 3 column headers
1 header and 4 column headers
25. List may contain colors, symbols, icons and text
True
False
26. List is displayed on a screen by using the following statement
Leave to list processing
Leave to list-processing
Leave list processing
Leave list-processing
27. A transaction can be inserted in a menu by maintaining
9/2/2014 SAP abap quiz part 6
http://www.proprofs.com/quiz-school/story.php?title=sap-abap-quiz-part-6 6/10
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
A role and area menu
A profile and are area menu
A role, profile and area menu
None of the above
28. In regard to a screen's flow logic, which of the following in not a true statement?
Contains PBO and PAI module statements
Uses the same syntax as the ABAP modules.
Determines the processing sequence of ABAP logic for a screen
Controls what happens before a screen is output and what happens after user input
29. If the user picks the WIND function, the following code indicates. AT USER-COMMAND. IF SY-UCOMM =
'WIND'. WINDOW STARTING AT 7 4 ENDING AT 65 12. WRITE text-900. ENDIF.
Display text-900 in a dialog window
Display text-900 in a full screen
Output text-900 on row 4, starting at column 7
Draw a box around text-900 with coordinates (7,4) and (65,12)
30. Within the TOP-OF-PAGE event the following code represents Write: /1 text-001.
Selection text.
Basic list row.
Page footer
Page header
31. Given the two ABAP Dictionary tables below, the Customer number field in table one must contain a value from
table two. The Customer number field is known as a ____. Table one. Customer number (Primary key) Company
code (Primary key) Other data Table two. Customer number (Primary key) Customer name Other data
Secondary index
Matchcode object
Validation field
Foreign key
32. The event that is processed before the data has been read but after selection screen has been displayed is.
END-OF-PAGE
START-OF-SELECTION
END-OF-SELECTION
AT LINE-SELECTION
33. . The declarative keyword for defining your own data types in an ABAP program is
DATA
TYPE-GROUPS
TYPES
DATA-TYPE
34. This data type has a default length of one and a default value = '0'.
P
C
9/2/2014 SAP abap quiz part 6
http://www.proprofs.com/quiz-school/story.php?title=sap-abap-quiz-part-6 7/10
C.
D.
A.
B.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
N
I
35. DATA statement may appear only at the top of a program, before START-OF-SELECTION.
True
False
36. The editor function that formats and indents the lines of code automatically is called
Auto align
Pretty printer
Generate version
Syntax check
37. The transport route of an ABAP workbench object is determined by the object's.
Client designation
Program type
Development class
Naming convention
38. Your own selection screen modifications should be coded here.
AT SELECTION-SCREEN OUTPUT
AT USER-COMMAND.
AT LINE-SELECTION.
INITIALIZATION.
39. To assign an initial value, include this option of the PARAMETERS statement.
FIRST
INITIALIZATION
VALUE
DEFAULT
40. To make a single field open for input after an error or warning message
Add the field to the screen with the input attribute checked
Declare the field as global data.
Use the FIELD flow logic statement
Call message type S.
41. Page headers for a secondary list should be coded in which event?
TOP-OF-PAGE
START-OF-SELECTION
TOP-OF-PAGE DURING LINE-SELECTION
AT USER-COMMAND
42. Given. REPORT ZTESTPRG. FORMAT INTENSIFIED OFF. WRITE 'This is a line of output'. AT LINE-
SELECTION. MODIFY CURRENT LINE LINE FORMAT INTENSIFIED. What happens when the text line
is double-clicked for the first time?
The line remains unchanged
The line becomes open for input
The line is changed to intensified output
9/2/2014 SAP abap quiz part 6
http://www.proprofs.com/quiz-school/story.php?title=sap-abap-quiz-part-6 8/10
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
C.
D.
A.
B.
Nothing, this is a syntax error
43. To prevent invalid list lines from being selected by a double-click, you should do all of the following except.
Check the hide field after outputting the basic list
Clear the hide field after outputting the basic list
Check the hide field in AT LINE-SELECTION to make sure the hide field has a value
Clear the hide field at the end of the AT LINE-SELECTION event
44. How many radio button groups are allowed on 1 screen?
Any number
1
2
5
45. A requirement is to display a persons name and address on the screen. The name must start in column 10 and the
address must appear directly below it. Which of the following statements allow this?
WRITE: AT POSITION 10 NAME, /ADDRESS.
WRITE: /10 NAME, ADDRESS UNDER NAME.
WRITE: /10 NAME, / ADDRESS.
WRITE: /10 NAME, / ADDRESS UNDER NAME.
46. Which of the following will affect a selection-screen?
Ranges
Pushbutton
Field-Symbols
Parameters
47. What is true about a structure?
The STRUCTURES statement is used to define a structure in a program
Structures contain data beyond the runtime of a program
A physical database table is created for a structure
The TABLES statement is used to define a structure in a program
48. In PBO, what field contains the total number of lines in table control tc_flight
SY-DYNNR
TC_FLIGHT-TOTAL_LINES
SY-STEPL
TC_FLIGHT-LINES
49. Name the transaction used to create background jobs
SM13
SE12
SM37
SM36
50. A screen field has been dynamically changed in a dialog program. When does it get re-initialized?
Only when the program encounters more code to modify the field attributes
At the end of the transaction
9/2/2014 SAP abap quiz part 6
http://www.proprofs.com/quiz-school/story.php?title=sap-abap-quiz-part-6 9/10
C.
D.
Back to top
SAP
SAP Abap Quiz Part 5
SAP Abap Quiz Part 2
SAP Abap Quiz Part 3
SAP Abap Basic
Which Internet Cat Sensation Are You?
Which Fairy Tale Prince Should You Marry?
Which Modern Film Director Should Direct The Story Of Your Life?
At PAI execution
At PBO execution
Login to post comments.
Remove Ad
Related Quizzes
Popular Quizzes
9/2/2014 SAP abap quiz part 6
http://www.proprofs.com/quiz-school/story.php?title=sap-abap-quiz-part-6 10/10
Which Celebrity Health Fad Should You Try Next?
Which Type Of Coffee Are You?
Powered by ProProfs

Você também pode gostar