SAP ABAP MCQ QUESTIONS AND ANSWERS

SAP ABAP FOR S4 HANA MCQ

1) Which of the following cannot be created via the ABAP dictionary( se11 )?

options:


Views


Search helps


Lock objects


Function-Pool


Answer: Function-Pool

 

2) What are the basic type categories in the ABAP dictionary ?

1.Data Elements  2.Structures  3.Stack  4.Table Types

Question 2 options:


1,2,3,4


1,2,4


2,3,4


1,2


Answer: 1,2,4


3) Structures like tables must have a primary key field assigned.

options:


True


False


Answer: False

 

4) If a table does not have MANDT as part of the primary key, it is ____.

Fill in the blank with an appropriate option.

options:


A structure


Not mandatory


Client-independent


Invalid


Answer: Client Independent


5) When creating a transparent table in the ABAP Dictionary, which step automatically creates the table in the underlying database?

Choose the most appropriate option.

options:


Adding technical settings to the table


Activating the table


Saving the table


Checking the table syntax


Answer:  Activating the table


6) SELECT fld1 fld2 FROM tab1 APPENDING TABLE itab WHERE fld1 IN sfld1. 

options:


Nothing, this is a syntax error.


Add rows to the existing rows of itab.


Add rows to itab after first deleting any existing rows of itab.


Select rows from tab1 for matching itab entries.


Answer: Add rows to the existing rows of itab


7) Which one of these benefits may not be associated with Open SQL used in ABAP.

Choose the most appropriate option.

options:

Open SQL is a lot faster compared to Native SQL

Open SQL is portable and it can run on any underlying database.

Automatic Client handling by the database interface

Data - buffering on application server is possible


Answer: Automatic Client handling by the database interface


 

8) LOOP AT ITAB_1.
COLLECT ITAB_1 INTO ITAB_FINAL.
ENDLOOP.
If the tables contain character fields, which table should be declared with the keys Explicitly specified? Choose most appropriate option.

options:

ITAB_1

ITAB_FINAL

Either one will do.

Neither needs a key to be specified


Answer: ITAB_FINAL


 

9) Which of the following is true? Choose most appropriate option.

options:

Option-A: TABLE is used as a synonym for STANDARD TABLE

Option-B: You can only access a hashed table using the generic key operations. Explicit or implicit index operations (such as LOOP ... FROM one INSERT itab within a LOOP) are not allowed.

Option-C: All hashed tables are index tables.

Option-D: We have to define the hash procedure explicitly for HASHED TABLE.

All of the above.

Both options A and B.


Answer: Both A and B



10) Which is the correct syntax for sorting an internal table? Choose most appropriate option.

options:


SORT ITAB USING key1 key2.


SORT ITAB key1 key2.


SORT ITAB BY key1 key2


SORT ITAB WITH key1 key2.


Answer: SORT ITAB BY key1 key2.



11) Since there is no way to populate the screen during background processing, what is the only way to populate the screen for background mode.

options:

a)There is no way

b) variant

c)Selection screen

d)None of the above


Answer: Variant



12) Once background job is scheduled, which status says the job has been created but still has not been released to run

Question 2 options:

a)Scheduled

b)Active

c)Cancelled

d)Released


Answer: Scheduled



13) The individual functions are protected by which object during job processing?

options:

a)B_BTCH_JOB

b)S_BATCH_JOB

c)P_BTCH_JOB

d)S_BTCH_JOB


Answer: B_BTCH_JOB


14) Function modules which are used to generate jobs with an ABAP program.

options:


a)JOB_OPEN


b)JOB_SUBMIT


c)JOB_LOG


d)JOB_CLOSE


Answer: JOB_OPEN


 

15) Function modules which are used to read jobs from the database?

options:


a)BP_JOB_SELECT


b)TP_JOB_SELECT


c)BP_JOB_FETCH


d)TP_JOB_FETCH


Answer: BP_JOB_SELECT


 

16) Which of the following are tools to report data in ABAP?

Choose the appropriate option.

options:



a) 

ALE



b) 

ALV



c) 

LSMW



d) 

SAP SMARTFORMS

Answer: ALV


 

17) Superscripts and Subscripts are maintained for __________.



a) 

Pages



b) 

Character Formats



c) 

Paragraph Formats

Answer: Character Formats


 

18) Are SAP smart forms and smart styles client-independent?

Choose the appropriate option.

options:



a) 

Yes



b) 

No

Answer: YES



19) Which of the following is/are type(s) of ALV reports?

Choose the appropriate option.

options:



a) 

ALV List Display



b) 

ALV Grid Display



c) 

Both

Answer: Both



20) The Type and size of the output paper is set __________.

Choose the appropriate option.

options:


a) 

In the driver program



b) 

In the header


c) 

Cannot be set


d) 

During printing

Answer: In the header



Post a Comment

Previous Post Next Post