ABAP1
ABAP1
ABAP1
03. Why should you bundle database updates in your dialog programs?
Note: Please choose the correct answer
a) To process the SAP LUW within the database LUW to ensure data consistency
b) To be able to rollback database changes performed in the same dialog step
c) To avoid database locks set by an SQL statement that persists until the end of
the program
d) To allow you to use SAP locks to ensure data consistency
06. You perform an update task using update function modules and
detect an error in the program that calls the update function modules.
Which statement can be used to discard all update requests for the
current SAP LUW?
Note: There are 2 correct answers to this question
a) EXIT
b) ROLLBACK WORK
c) MESSAGE axxx(nnn)
d) MESSAGE exxx(nnn)
e) DELETE UPDATE
07. In addition to the primary key of an internal table, how many
secondary indexes can you define for an internal table?
Note: Please choose the correct answer
a) 15
b) 0
c) 1
d) 10
09. Which of the following enhancement options does not require any
preparation from SAP?
Note: Please choose the correct answer
a) New BAdIs
b) Explicit enhancement point
c) Explicit enhancement sections
d) Implicit enhancement point
Solutions:
QUESTION: 01 Answer: c
QUESTION: 02 Answer: b
QUESTION: 03 Answer: a
QUESTION: 04 Answer: b
QUESTION: 05 Answer: a, c, d
QUESTION: 06 Answer: b, c
QUESTION: 07 Answer: a
QUESTION: 08 Answer: b, c
QUESTION: 09 Answer: d
QUESTION: 10 Answer: b, c, e
SAP ABAP Sample Questions:
1. Which of the following ABAP standard types are numeric?
Note: There are 3 correct answers to this question.
a) D
b) F
c) I
d) P
e) N
7. Which steps are needed when implementing the singleton concept for
class instantiation with minimum coding?
Note: There are 3 correct answers to this question.
a) Define the instantiation of the class as private.
b) Create an instance of the class in a static constructor.
c) Define the class as abstract.
d) Save the instance of the class in a static attribute.
e) Create an event that returns the instance of the class.
Solutions: