0% found this document useful (0 votes)
1K views5 pages

SAP ABAP Quiz 1

This document contains a 15 minute quiz on the ABAP programming language. It asks 24 multiple choice questions about topics like what ABAP stands for, what generation of programming language it is, editor commands, data types, and statements. The answers provided cover things like ABAP meaning Advanced Business Application Programming, it being a 4th generation language, common line commands, valid buffer options, and differences between online and non-online programs.

Uploaded by

Sultan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views5 pages

SAP ABAP Quiz 1

This document contains a 15 minute quiz on the ABAP programming language. It asks 24 multiple choice questions about topics like what ABAP stands for, what generation of programming language it is, editor commands, data types, and statements. The answers provided cover things like ABAP meaning Advanced Business Application Programming, it being a 4th generation language, common line commands, valid buffer options, and differences between online and non-online programs.

Uploaded by

Sultan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

ABAP/4 Quiz

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

9.

b) False.

ABAP is ___________ editor.


a) screen

b) line.

10.

Tick the following buffers.


a) AA

11.

b) BB

d) XX

e) YY

b) False

Is PP case sensitive.
a) True

b) False.

13.

The attributes _______, _______


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

17.

c) ten

b) two

c) ten

ULINE generates ________ line.


a) straight

19.

b) two

&

_________ are used for

d) nine

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


a) one

18.

f) ZZ.

Buffer gets cleared after archiving.


a) True

12.

c) CC

b) dotted.

/p(l) --------------> format specification


/ -- ___________
p -- ___________
l -- ____________

d) nine

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

24.

b) packed c) character d) numeric

CLEAR statement clears the field.


a) True

b) False.

Quiz No. 1 A n s w e r s
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


1---- Output length.
20.

False.

21.

TEXT ELEMENTS or MAINTAIN HEADINGS.

22.

char, hexadecimal.

23.

character.

24.

False.

You might also like