You are on page 1of 4

ABAP Certification 3

1.Which of the following can be maintained from ABAP workbench?

a) We can edit or display ABAP programs in the ABAP Workbench in the ABAP Editor.
b) We can display or edit screens within the ABAP Workbench in the Screen Painter.
c) We can display and edit menus within the ABAP Workbench in the Menu Painter.
d) The BAdI implementation tool is integrated within the Object Navigator, so it’s possible to
create BAdI implementations in the Object Navigator.
e) The customer project (CMOD) is not integrated within the ABAP Workbench, so it’s not possible
to create customer projects with the ABAP Workbench.
f) The ABAP Dictionary is integrated within the ABAP Workbench, so it can be maintained in ABAP
Workbench.
g) You can maintain SAP script forms and SAP Smart Forms within the ABAP Workbench.

2.Which of the following has been added in SAP NetWeaver 7.0 EHP 2 in object navigator?

a) Repository Browser
b) Repository Information System
c) Transport Organizer
d) MIME Repository
e) Tag Browser
f) ABAP Test Cockpit
g) Test Repository
h) Enterprise Service Browser
i) Web Dynpro Text Browser
j) Enhancement Information System
k) ABAP Unit Browser

3.Advantages of move-corresponding
a) The target structure need not be left justified
b) Faster performance
c) Less effort
d) Extending the field list or target structure does not require any change to be made in the
program

4.What takes much of the runtime of an application


a) Screen processing
b) Database access
c) Commit
d) Buffering

5.From the release 7.0, is it possible to mention secondary indexes in the select query

a) True
b) False
6. Which of the following can be done in work bench settings?
a) Configure the ABAP Editor settings.
b) Select the new Front-End Editor, the old Front-End Editor, or the standard Back-End Editor and
customize its settings.
c) Set your default ABAP Debugger to either the classic or new ABAP Debugger.
d) Change pretty printer settings, split screen settings, and the pattern settings.
e) Maintain the settings for the Class Builder, Screen Painter, Menu Painter, Function Builder,
Repository Information System, Data Browser, Internet Transaction Server, Business Server
Pages, Web Dynpro, Transport Organizer, SAP script, eCATT, and proxy generation.

7.Choose the CORRECT statement(s)


a) A system can contain only one application server and one SAP table buffer
b) A system can contain many application servers but only one SAP table buffer
c) A system can contain one application server but many SAP table buffers
d) A system can contain many application servers and their own SAP table buffers

8.Choose the INCORRECT statement(s)


a) A database view can contain data, also can contain duplicate entries
b) Any kind of view cannot contain data
c) A database view contains only unique entries

9.Mass data change using MODIFY statement gives better performance


a) Yes
b) No

10.When the System send an SAP screen to the Presentation layer, it involves
a) Explicit database commit
b) Implicit database commit
c) No commit happens in this scenario

11.You use the ________________to browse or import objects such as style sheets, icons, graphics, and
so on from the ABAP Workbench.
a) Web Dynpro Text Browser
b) MIME Repository Browser
c) Tag Browser
d) Enterprise Service Browser
e) Web Application Builder
f) Web Dynpro Explorer

12.The server containing the enqueue work processes is called as


a) Central unit
b) Central instance
c) Central work process
d) LUW work process

13.The COLLECT_ALL statement helps to store all the lock requests in a local lock container and passes
to the enqueue server
a) True
b) False

14.If one of the locks in the local lock container is not successful and cannot be set, the function module
triggers the exception
a) LOCK_FAIL
b) LOCK_FAILURE
c) FOREIGN_LOCK
d) FLUSH_ENQUEUE
e) RESET_ENQUEUE

15.Types of lock modes


a) Non-extensive
b) Extensive
c) Extensible
d) Shared
e) Common
f) Exclusive

16.It is mandatory that all enhancement spot definitions or implementations are assigned to a
composite enhancement definition. Enhancement definitions and implementations.
a) True
b) False

17.Choose the CORRECT statement(s)


a) Update modules only have an interface for transferring data through importing and tables
parameters and they must be types using reference fields or structures
b) Update modules cannot have an interface
c) Importing and tables parameters of update modules should not be typed using reference fields
or structures

18.Choose the CORRECT statement(s)


a) We cannot use commit work in an update module
b) we cannot use rollback work in an update module
c) we can either use commit work or rollback work in an update module
d) we cannot use both commit work or rollback work in an update module

19.The changes are written to --------database in a local update module


a) VBLOG
b) DBLOG
c) UTLOG
d) No table

20.Choose the CORRECT statement(s)


a) Read accesses to a record are not allowed during a database lock
b) Read accesses to a record are allowed in a database lock if in "shared lock" mode
c) Read accesses to a record are allowed in a database lock if in "Exclusive lock" mode

You might also like