You are on page 1of 12

If no error message is sent in the AT SELECTION-SCREEN block, then ______________ is

triggered as the subsequent event

Select an answer c
AT SELECTION-SCREEN ON VALUE-
A. 
REQUEST
B.  END-OF-SELECTION
C.  START-OF-SELECTION
D. AT SELECTION-SCREEN OUTPUT 

Where are semantic characteristics of a field defined?

Select an answer b
A. Domain
B.  Data Element
Reference
C. 
Field

State whether the statement is true or false. User-Exits are not impacted during system version
upgrades.

Select an answer a
A. TRUE
FALS
B. 
E

Which among the following can be used to access system variables?


Select an answer c
A. SYSTEM database table
B.  SYST database table
C.  SYST structure at runtime
SYSTEM structure at
D. 
runtime

Which of the following architectures does ABAP WebDynpro use?


Select an answer c
A. Many View Controller
Model View
B. 
Component
C.  Model View Controller
D. Model Visual Controller

Match the right transaction code to ABAP programming activities:


1. CUSTOM ENHANCEMENT PROJECTS
2. BADI IMPLEMENTATION
3. SPOOL
4. SQL TRACED
5. RUNTINME ANALYSIS
A. SE19
B. SE30
C. ST05
D. SP01
E. SMOD

Select an answer c
A. 1D, 2B, 3C, 4E,and 5A
1E, 2B, 3D, 4C, and
B. 
5A
1E, 2A, 3D, 4C, and
C. 
5B
1E, 2B, 3C, 4D, and
D. 
5A

State whether the statement is true or false. A friend of a class has access to private attributes of
the class allowing the friendship.

Select an answer a
A. TRUE
FALS
B. 
E

State whether the statement is true or false. Remote Function Calls (RFCs) can be used in
synchronous and asynchronous communication procedures.

Select an answer a
A. TRUE
FALS
B. 
E

tate whether the statement is true or false. Authorization checks are usually performed during
the PBO event

Select an answer false pai


A. TRUE
FALS
B. 
E

Which among the following statements interrupts the execution of the program by the number of
seconds specified?

Select an answer b
A. PAUSE
B.  WAIT UPTO
C.  STOP
D. None of the above
options

Which Object Oriented method can be used to display ALV output?

Select an answer c
A. Table_display
B.  Set_table_display
Set_table_for_first_displa
C. 
y
D. Set_display

Which variable can help ascertain function code of a current action?

Select an answer c
A. SY-DATUM
B.  SY-COMM
C.  SY-UCOMM
None of the
D. 
above

Which among the following is the best way to avoid hardcoded file name for application server?

Select an answer b
A.  Maintaining a Z table
B.  Maintaining and Using logical filename
C.  Used Domain objects with fixed value of file path

D.  None of the above options

State whether the statement is true or false. All database locks are released no later than the
next database commit or rollback.

Select an answer a
A. TRUE
FALS
B. 
E

In which among the following scenarios does a Logical Unit of Work begin?

Select an answer b
A. Each time a transaction is ended.
Each time a transaction is started, before the database changes of the previous LUW have been
B. 
cancelled (database rollback).
C.  When the database changes of the previous LUW have been confirmed (database commit).
D. None of the above options are correct.
State whether the statement is true or false. ENQUEUE and DEQUEUE modules are generated
by default when lock objects are activated..

Select an answer a
A. TRUE
FALS
B. 
E

Which among the following carries the number of current loop pass in Do and While loop?

Select an answer d
A. SY-LINCT
B.  SY-TABIX
C.  SY-DBCNT
D. SY-INDEX
State whether the statement is true or false. 'Select single' returns maximum one record.

Select an answer a
A. TRUE
FALS
B. 
E

State whether the statement is true or false. Dialog interactions can be done in RFC execution.

Select an answer a
A. TRUE
FALS
B. 
E

Which among the following statements cannot be used in a Business Add-In (BADI)
implementation?

Select an answer c
A. itab1[] = itab2[].
Data: Itab1 type table of
B. 
ztype
C.  TABLES: itab1
D. None of the above options

Which among the following are valid predefined data types in ABAP?

Select an answer d
A. b
B.  x
C.  decfloat16
All of the above
D. 
options

State whether the statement is true or false. WDDOINIT is a hook method.


Select an answer a
A.  TRUE

B.  FALSE

State whether the statement is true or false. Interface are WebDynpro components without
window or view.

Select an answer b
A. TRUE
FALS
B. 
E

Which transaction is used to upload graphics in Smart Forms?

Select an answer c
A. SM21
B.  SE71
C.  SE78
D. SE24

Which among the following for which transaction SPDD is used?

Select an answer c
A. To adjust SAP custom dictionary object
B.  To adjust SAP custom object
To adjust SAP standard dictionary
C. 
object
To adjust SAP standard repository
D. 
object

What is the transaction code to implement Business Add-In (BADI)?


A. SE38
B. SE16
C. SE19
D. SE18

Select an answer c
A and B
A. 
only
B and C
B. 
only
C and D
C. 
only
A and D
D. 
only
State whether the statement is true or false. Dynamic programming techniques can present
serious security risks.

Select an answer a
A. TRUE
FALS
B. 
E

State whether the statement is true or false. Each class can have several direct subclasses, but
only one direct superclass.

Select an answer a
A. TRUE
FALS
B. 
E

In global classes, constructors must be defined in __________ area.


Select an answer a
A. Public
B.  Private
C.  Protected
D. Friend

State whether the statement is true or false. Legacy System Migration Workbench (LSMW) is
part of the standard ERP system.

Select an answer a
A. TRUE
FALS
B. 
E

which is the transaction code through which Direct Input allows "session management"?
Select an answer c
A.  SM35
B.  SE35
C.  BMV0

D.  SM37

What is full form of BDC Session?

Select an answer a
A. Batch Data Communication Session
Background Data communication
B. 
Session
C.  Batch Data conversion Session
D. Background Data conversion Session

State whether the statement is true or false. CALL TRANSACTION method allows multiple
transactions to be processed by SAP.

Select an answer b
A. TRUE
FALS
B. 
E

Which among the following is the interface parameter to determine success of a BAPI call?

Select an answer c
Exceptions Parameter
A. 
'RETURN'
B.  Dictionary Structure BAPIRET2
C.  Export Parameter 'RETURN'
D. Export Parameter 'sy-subrc'

Which are valid modes for processing batch input sessions?

Select an answer d
A. Foreground
B.  Display Errors Only
C.  Background
All of the above
D. 
options

State whether the statement is true or false. Internal table with structure BDCDATA can only
contain batch input data for single transaction run.

Select an answer a
A. TRUE
FALS
B. 
E

What are the text types available in Smart Forms?


A. Text element
B. Text module
C. Static text
D. Dynamic text
E. All of the above options

Select an answer a
A, B, and D
A. 
only
A, B, and C
B. 
only
B, C, and D
C. 
only
D. E only

An adobe interface can exist without an adobe form

Select an answer a
A. TRUE
FALS
B. 
E

State whether the statement is true or false. Printing can be done in both sides of a Smart Form.

Select an answer a
A. TRUE
FALS
B. 
E

Which system variable will give count of total number of pages in a Smart Form?

Select an answer a
A. SFSY-FORMPAGES
B.  SFSY-PAGE
C.  SFSY-FORMPAGE
D. SFSY-JOBPAG

Which among the following is a valid program type to call SAP Smart Forms inside driver
program?

Select an answer c
A. Include
B.  Subroutine
Function
C. 
Module
D. Interface

State whether the statement is true or false. Can Smart Forms Layout be moved without
transport requests.

Select an answer b
A. TRUE
FALS
B. 
E

What is the transaction code to import graphics to SAP system?

Select an answer c
A.  SE72

B.  SE41

C.  SE78

D.  SE51

State whether the statement is true or false. External debugging point cannot be added inside
SAP Smart Forms.

Select an answer b
A.  TRUE

B.  FALSE

In which stack does Adobe Document Services (ADS) get installed?

Select an answer a
A. Java
B.  ABAP
Can be installed in both Java and ABAP
C. 
stack
D. None of the above options

Which of the following statements about form properties are True?


A. You can select ABAP, JavaScript, or FormCalc as the default scripting language.
B. The default locale will typically be overridden in the ABAP program.
C. The XML data file will be taken for the local preview of Adobe Reader.
D. The XML data file contains the definition of the form layout.
Select an answer b
A. A and B only
B.  B and C only
C.  A and D only
A, C, and D
D. 
on

Adobe interface does not contain______________ parameter.

Select an answer c
A. Import
B.  Export
Changin
C. 
g

In which format is data sent to spool for processing?

Select an answer c
A. PCL
B.  PS
C.  PDL
All of the listed
D. 
o

What is the transaction code to design Adobe forms?

Select an answer c
A. SO10
B.  SE63
C.  SFP
D. SMARTFORMS

State whether the statement is true or false. Code in initialization is executed by Adobe document
services.

Select an answer b
A. TRUE
FALS
B. 
E

Boiler objects are also known as_________________.

Select an answer c
A. Dynamic objects
B.  Field objects
C.  Statis objects
None of the above
D. 
options
Which among the following is supported by printer languages in Adobe Forms?

Select an answer b
A. Printer command language
B.  Post script, printer command language, zebra programming language
C.  JavaScript, FormCalc
D. Both B and C

Which of the following are access strategies for tables?


A. Index unique scan
B. Concantenation
C. Sort table scan
D. Full table scan

Select an answer a
A, B, and D
A. 
only
A, C, and D
B. 
only
B, C, and D
C. 
only
D. A and B only

State whether the statement is true or false. Single record buffering requires more storage space
in the buffer than full buffering.

Select an answer b
A. TRUE
FALS
B. 
E

There can be a maximum of ____ internal sessions for each external session.

Select an answer d
A. 4
B.  6
C.  10
D. 9

State whether the statement is true or false. An RFC statement referring to OLE_FLUSH
indicates a round trip to the front-end PC.

Select an answer b
A. TRUE
FALS
B. 
E

State whether the statement is true or false. Select * statement should be used as much as
possible.

Select an answer b
A. TRUE
FALS
B. 
E

Which of the following problems will occur in connection with SELECT ... FOR ALL ENTRIES?
A. No empty driver table
B. Deletion of duplicate table entries
C. rsdb/max_block parameter to be implemented

Select an answer c
A and B
A. 
only
B and C
B. 
only
A and C
C. 
only

How many phases does an ABAP Runtime Analysis have?

Select an answer b
A. 4
B.  3
C.  7
D. 5

You might also like