ABAP/4 QUIZ
Time : 15 mins.
1. ABAP stands for :
A
B
A
P
2. ABAP isgeneration programming language.
a ) first
b ) second
c) third
d) fourth
3. IC stands for
4. PP stands for .
5. Name some of the editor commands.
6. Name some of the line commands.
7. Line commands can be repeated max. of times.
a) one
b) four
c) ten d) nine.
8. There is UNDO line command.
a) True
b) False.
9. ABAP is editor.a) screen b) line.
10. Tick the following buffers.
a) AA
b) BB
c) CC
d) XX
e) YYf) ZZ.
11. Buffer gets cleared after archiving.
a) True
b) False
12. Is PP case sensitive.
a) True
b) False.
13. The attributes, & are used formanagement of ABAP/4 program.
14. Give one example of Chain statement.
15. Difference between online program and non- online program.
16. SKIP generates by defaultblank line(s).
a) one
b) two
c) tend) nine
17. ABAP/4 generates header line(s) for each page .
a) one
b) twoc) tend) nine
18. ULINE generates line.
a) straight
b) dotted.
19. /p(l)> format specification
/ --
p --
l --
20. NEW- PAGE. will create an empty page on the screen list.
a) True
b) False.
21. Where will you maintain list heading , title and column heading.
22. Following data types are present in ABAP/4.
a) char
b) alphanumeric
c) hexadecimal
d) varchar
23. If the type specification is missing, then the field is of type
a) integer
b) packed
c) character
d) numeric
24. CLEAR statement clears the field.
a) True
b) False.
Quiz dio. lens wets
1. Advanced Business Application Programming.
2. fourth.
3. Insert Command.
4. Pretty Printer.
5. I(nsert) , FIND , N(ext), R(eplace)„IC.
6. Insert, Delete, Copy, After, Before, Move, Scroll, Spilt, Repeat.
7. nine.
8. False.
9. Line.
10. XX,YY,ZZ.
11. False.
12. True.
13. Type, Application, Class.
14. WRITE: `XYZ', Name, Counter.
15. In non-online, you use editor Execute function to start an ABAP/4 program directly from the editor. In online, an ABAP/4 program (module pool ) is activated
by the transaction code assigned to it.
16. one.
17. two.
18. dotted.
19. / ---- Line feed.
p --- Column position
I---- Output length.
20. False.
21. TEXT ELEMENTS or MAINTAIN HEADINGS.
22. char, hexadecimal.
23. character.
24. False.