You are on page 1of 0

ABAP/4 Qui z ABAP/4 Qui z

Time : 15 mins.


1. ABAP stands for :

A _________________
B __________________
A __________________
P ___________________


2. ABAP is ___________ generation 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) YY f) 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 for
management of ABAP / 4 program.


14. Give one example of Chain statement.


15. Difference between online program and non-online program.


16. SKIP generates by default _______ blank line(s).

a) one b) two c) ten d) nine


17. ABAP/4 generates _________ header line(s) for each page .

a) one b) two c) ten d) 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 No. 1 Quiz No. 1Answers Answers

1. Advanced Business Application Programming.

2. fourth.

3. I nsert Command.

4. Pretty Printer.

5. I (nsert) , FI ND , N(ext), R(eplace), ,I C.

6. I nsert, 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. WRI TE: XYZ, Name, Counter.

15. I n non-online, you use editor Execute function to start an ABAP/4
program directly from the editor. I n 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
1---- Output length.

20. False.

21. TEXT ELEMENTS or MAI NTAI N HEADI NGS.

22. char, hexadecimal.

23. character.

24. False.

You might also like