Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Choice1

Former Member
0 Kudos

Can someone help with the following please?

1. What technique would you use to fix the 10 leftmost columns on a list when scrolling to the right?

a) Set Left Scroll-Boundary Column 10

b) Set Right Scroll-Boundary Column 10

c) Scroll List PS+<10>

d) Scroll List Left

2. When does the system reset the formatting on a Write statement?

a) When explicitly changed using the Format statement

b) At any New Event

c) Using the Reset option of the Format statement

d) All of the above

3. Which type is not a valid GUI Status type?

a) Online (Dialog) Status

b) List Status

c) Dialog Box

d) Context Menu

4. What does the following code achieve?

At Selection-Screen on value-request for sales.

Call screen 100.

a) When the user presses F4, Screen 100 is displayed in addition to the normal help screen

b) When the user presses F1, Screen 100 is displayed instead of the normal possible values search help

c) When the user presses F4, Screen 100 is displayed instead of the normal possible values search help

d) When the user presses F1, Screen 100 is displayed in addition to the normal help screen

5. Which of the following are valid logical database types? More than one answer is correct.

a) Table

b) Structure

c) File

d) Complex Data Object

e) Node

6. Program A issues the following statement SUBMIT PROGRAM B. What takes place?

a) Program B becomes active in the same internal session of Program A

b) Program A becomes active in the same internal session of Program B

c) Program B runs in a new internal session

d) User Context is flushed

7. What is the code required in order to scroll the 3rd detail list to page 5 ?

a) Scroll LIST 3 5

b) Scroll LIST Index 3 to Page 5

c) Scroll LIST sy-index 3 to Page 5

d) Scroll LIST sy-lsind 3 to Page 5

8. For called program components that are of type transaction or report, what is true about the roll area (assuming processing will resume in the calling program).

a) They run in their own roll area

b) They run in the roll area of the caller

c) Share the same roll area

9. What is not a valid functional area type?

a) LDB

b) Sequential Data Set

c) Program

d) Search Help

e) Joined Tables

10. Which is not a valid option of the Write Statement?

a) NO-GAP

b) Input

c) Centered

d) Under

e) No-Zero

f) As RadioBox

11. What are the 3 main sub objects of a LDB? More than one answer is correct.

a) Structure

b) Selection Screen

c) Search Helps

d) Tables

e) DB Program

12. What is needed to ensure a check field is verified against the referenced key field of the check table?

a) same data element is required for check field and referenced field

b) same domain is required for check field and referenced field

c) same data type only is required for check field and referenced field

d) all key fields MUST have domain equality between check table andn foreign key table

13. What is true about the primary index of a table? More than one answer is correct.

a) The key fields of the table make up the primary index

b) The primary index ID is designated by the Database Adminstrator

c) The developer designates the fields to be used as the primary index

d) The primary index is automatically created when the table is activated

14. Which of the following gets stored as a Runtime Object?

a) Programs

b) Tables

c) Aggregate Objects

d) Fixed Values belonging to a domain

15. Identify the different type categories in the ABAP dictionary. More than one answer is correct.

a) Data Elements

b) Structures

c) Data definitions

d) Table Types

e) Data Models

16. What is true about views? More than one answer is correct.

a) A view is automatically created on the database upon activation

b) A view contains data

c) Maintenance Views are not updateable

d) Views can be buffered

1 ACCEPTED SOLUTION

abdul_hakim
Active Contributor
0 Kudos

Answers:

1.A

2.C

3.B

4.C

5.AE

6.C

7.Not clear with your question

8.A

9.Dont know what you are exactly asking for?

10.B

11.BDE

12.D

13.AD

14.A

15.ABCD

16.CD

4 REPLIES 4

rodrigo_paisante3
Active Contributor
0 Kudos

Hi.

If you want to train for certification, go to http://www.sapdomain.com/

There you will answer some questions and get the correct answer.

Message was edited by:

RP

0 Kudos

Thanks RP. I am already practicing at sapdomain but need help with the above questions.

Regards,

Mau

abdul_hakim
Active Contributor
0 Kudos

Answers:

1.A

2.C

3.B

4.C

5.AE

6.C

7.Not clear with your question

8.A

9.Dont know what you are exactly asking for?

10.B

11.BDE

12.D

13.AD

14.A

15.ABCD

16.CD

0 Kudos

Thanks Hakim. Points awarded.