Sie sind auf Seite 1von 10

Correct

Q.1) The Repository consists of all of the development objects of the system and resides on the

A. Application server
B. Database (Your Answer)
Correct


Q.2) The Repository is client

A. Dependent
B. Independent (Your Answer)
Correct


Q.3) The repository contains

A. Objects defined by SAP only
B. Objects defined by customers only
C. Objects defined by SAP and customers (Your Answer)
Correct


Q.4) Apart from the repository the Database also contains the application and Customizing tables which are usually client specific, ie
have a client column

A. True (Your Answer)
B. False
Correct

Q.5) The repository is subdivided according to

application components(Your Answer)

Possible correct answers:
application components

Correct

Q.6) The application components are further devided into

packages(Your Answer)

Possible correct answers:
packages

Correct

Q.7) When a repository object is created it must be assigned to a

package(Your Answer)

Possible correct answers:
package

Correct


Q.8) Repository objects are often made up of sub-objects that are also referred to as repository objects

A. true (Your Answer)
B. false
Incorrect

Q.9) The blank blank blank is suitable for the random search for Repository objects such as all programs by a certain developer or all
function modules that were changed after a certain date.

infromation syste(Your Answer)

Possible correct answers:
repository information system

Correct


Q.10) You get to the repository information system by choosing tools -> ABAP Workbench -> Overview ->

A. Repository Information System
B. Search
C. Information System (Your Answer)
D. Respository
Incorrect

Q.11) Blank can be used for an application specific search for repository objects

information system(Your Answer)

Possible correct answers:
application hierarchy

[Essay]


Q.12) The ABAP workbench includess all tools required for creating and editing Repository objects. Name the six most important tools

Incorrect

Q.13) The object navigator is split into two areas, the navigation area and the blank area

tools(Your Answer)

Possible correct answers:
tool

Correct

Q.14) In the object navigator you can display or hide the blank area

navigation(Your Answer)

Possible correct answers:
navigation

Incorrect

Q.15) In the navigation area only you can choose the functions using a context menu, which you access using the right mouse button.
The context menu offers only those functions which have been designed for the respective object.

A. True (Your Answer)
B. False (Correct Answer)

Explanation
In both the navigation and the tool area you can choose the functions using a context menu, accessed with the right mouse button
Incorrect

Q.16) In the object navigator objects are displayed in which area

navigation(Your Answer)

Possible correct answers:
navigation area

Incorrect


Q.17) Which of the following are true about the object navigator

A. Double clicking a listed object allows you to edit or display it (Your Answer)
B. You can navigate between the object lists that have been previously displayed using the blue arrows (Missed)
C. You can add frequently displayed lists to your favourites (Your Answer)
Correct


Q.18) Navigation in the navigation area is

A. independent of navigation in the tool area (Your Answer)
B. dependent of navigation in the tool area
Incorrect


Q.19) To create a new object in the object navigator you can

A. use the context menu for an object type in the corresponding object list (Your Answer)
B. use the Edit Object button (Your Answer)
C. use the Other Object button (Missed)
D. use the New Object button (Your Answer)
Incorrect


Q.20) At the start of a development project the project manager creates a change request in which he names all the employees involved
in the project. He creates the change request in

A. The transport organiser (Your Answer)
B. The object navigator
C. The repository information system (Your Answer)
D. The ABAP workbench (Missed)
Correct


Q.21) A task is created for each employee listed in the change request by the

A. ABAP workbench
B. Transport Organiser (Your Answer)
Incorrect


Q.22) Organizing a dev project using a change request offers the following advantages - true or false

A. Each employee can track and check their profect specific activities (Your Answer)

B. The respective development object can be accessed by all employees in the project. For those developers not involved in the
project the repository objects remain locked until the change request is released (Missed)

C. The joint transport of development objects processed in the project at the time of project completion is ensured by assigning
the objects to the change request. The transport route of the involved packages specificies to which subsequent system they
are transported(Missed)

D. Unlike the functional devisions that seperate repository objects using packages change requests are limited with regard to the
time schedule of the objects involved. (Missed)
E. Though a program will always belong to only one package it can at different times belong to more than one project (Missed)
Correct

Q.23) What transaction code do you use for the object navigator

se80(Your Answer)

Possible correct answers:
SE80

Incorrect

Q.24) What transaction code do you use to get to the transport organiser

se09(Your Answer)

Possible correct answers:
SE03

Incorrect

Q.25) where do you create packages?

se80(Your Answer)

Possible correct answers:
object navigator

Incorrect


Q.26) When creating a package in the object navigator you have two choices


A. In the navigation area choose the object type package and enter the package name in the field below and press enter (Your
Answer)
B. In the object navigator choose new -> package (Your Answer)
C. Choose edit object on the initial screen of the object navigator (Missed)
Unanswered

Q.27) Package attributes: For the APLLICATION COMPONENT -> This determines the location of the package with the BLANK by
specifying yhr correspnding applicaton component.




Possible correct answers:
application hierarchy

Unanswered

Q.28) Package attributes: For the Software Component -> For customer developments you should enter BLANK as the software
component




Possible correct answers:
home

Unanswered

Q.29) Package atributes: Transport layer-> if you are executing your own deveopments you must set up a transport layer for customer
developments which must be specified here. The transport layer determines if the objects of this package are to be blank to a blank
blank and if so to which system.




Possible correct answers:
transported subsequent system

Unanswered


Q.30) Package attributes: Package types. You can choose between three package types

A. Standard package types: can contain repository object and other packages (Missed)
B. Main package: can only contain other packages (Missed)
C. Custom package: contains customizing objects
D. Structure package: can only contain main packages (Missed)
Incorrect


Q.31) The abap programming language is

A. Typed (Missed)
B. Enables multi-language applications (Your Answer)
C. Enables SQL access and has been enhanced as an object oriented language (Your Answer)
D. Is platform dependent
E. Is upward-compatible (Your Answer)
Unanswered

Q.32) To support the type specific processing of data, type blank and type blank are supported




Possible correct answers:
conversions casting

Incorrect

Q.33) Using translatible blank blank you can develop multi language applications

text(Your Answer)

Possible correct answers:
text elements

Incorrect

Q.34) The blank blank standard embedded in ABAP allows direct database access

SQL(Your Answer)

Possible correct answers:
open sql

Incorrect

Q.35) Blank blank is the object oriented enhancement of abap

class(Your Answer)

Possible correct answers:
abap objects

Unanswered

Q.36) ABAP programs are made up of individual




Possible correct answers:
statements

Incorrect

Q.37) The first word in a statement is called an

keyword(Your Answer)

Possible correct answers:
abap keyword

Incorrect

Q.38) Words must always be seperated by atleast one

keyword(Your Answer)

Possible correct answers:
space

Correct

Q.39) Each statement must end with a

period(Your Answer)

Possible correct answers:
period

Correct


Q.40) ABAP statements can be indented

A. True (Your Answer)
B. False
Correct


Q.41) Statements can not take up more than one line

A. True
B. Flase (Your Answer)
Correct


Q.42) You can have multiple statements on one line

A. True (Your Answer)
B. False
Incorrect


Q.43) ABAP distinguishes between upper and lowercase for keywords additions and operands

A. True (Your Answer)
B. False (Correct Answer)
Correct

Q.44) For indentations and converting between upper/lowercase letters you can use the blank blank

pretty printer(Your Answer)

Possible correct answers:
pretty printer

Correct

Q.45) Comment lines are introduced using a

*(Your Answer)

Possible correct answers:
*

Correct

Q.46) If you wish to comment out hte rest of a line you use a

"(Your Answer)

Possible correct answers:
"

Incorrect

Q.47) You can combine consecutive statements with the same beginning into a blank statement

:(Your Answer)

Possible correct answers:
chained

Unanswered

Q.48) The blank blank takes to firectly to the documentation for the statement on which the cursor is positioned




Possible correct answers:
F1 key

Unanswered

Q.49) The blank blank with the descritpion Help ON takes you to a dialog box where you can enter the required Keyword statement




Possible correct answers:
i button

Unanswered


Q.50) To create a new program in the object navigator there are three options available

A. In the tool area choose the object type Program and enter the program name in the input field
B. In the navigation area choose the object type Program and enter the program name in the input field (Missed)
C. Goto the package where you want to create the program and select the programes node or the context menu (Missed)
D. Choose edit object from the initial screen of the object navigator (Missed)
Correct


Q.51) There can be multiple inactive versions of a development object in the repository

A. True
B. False (Your Answer)
Correct


Q.52) The request release and transport of the developed objects are only possible if all objects in the request have been activated.

A. True (Your Answer)
B. False
Incorrect

Q.53) When you activate an object you overwrite the previously actvie version with the blank version only after a successful syntax
check

current(Your Answer)

Possible correct answers:
inactive

Incorrect


Q.54) Activating an object includes

A. Saving the object as an active version (Your Answer)
B. Saving the object as an inactive version (Missed)
C. Syntax or consistency check of the inactive version (Your Answer)
D. Generating the relevant runtime object for later execution if it is a program (Your Answer)
Unanswered

Q.55) When you generate a development object the system creates a seperate blank object and stores it in the repository. This generated
version is the version that is executed at runtime.




Possible correct answers:
runtime

Incorrect


Q.56) If your program has active and inactive versions it is only possible to run the active version

A. True (Your Answer)
B. False (Correct Answer)
Incorrect


Q.57) It blank possible to continue the development of a repository bject without changing the current system status

A. is (Correct Answer)
B. is not (Your Answer)

Das könnte Ihnen auch gefallen