|
If you think you know ABAP, then try answering these
questions correcly.
1. ABAP is a programming language that… (Select all that apply.) A. Executes on all three levels of the three-tier architecture.
2. Which events can exist in all types of programs that actually contain executable statements? A. LOAD-OF-PROGRAM
3. Dynpros can be placed in which program types?
A. Executables
4. A change request is part of a task. A. True
5. Which statements about ABAP are true? A. Each statement must begin with a keyword.
6. A development object can be assigned to only one package. A. True
7. A development object can be assigned to only one change request. A. True
--- Answers 1. Correct answers: B, C, D, E ABAP does not, however, execute on the database server.
Although it can be considered to interact with the database through the
database interface, it does not execute on the database level. Nor does
it actually execute on the presentation server. It interacts with the presentation
server normally through the SAP GUI, but the only execution occurs on the
application servers.
2. Correct answer: A The only event common to all executable programs is LOAD-OF-PROGRAM.
3. Correct answers: A, B, C Dynpros are not possible in methods or classes.
4. Correct answer: B A change request holds a task.
5. Correct answer: B All ABAP statements must end with a period. Whereas it
is certainly true that ABAP requires the statement to begin with a keyword,
there are cases where the keyword is optional. The most obvious is the
COMPUTE keyword, which we have never seen coded in a program (though it
certainly helps to know the keyword exists when you are trying to find
help on an arithmetic function
6. Correct answer: A A development object can only be assigned to a single
package. It can be reassigned to a different package, but it is only ever
assigned to one package at a time.
7. Correct answer: B A development object can only be assigned to multiple projects or change requests. Only one project or change request can be active at a time, but over time, it is common for development objects to be assigned to different projects and change requests, and they are changed. |
|
See Also
Get help for your ABAP problems
ABAP Books
More ABAP Tips
SAP Basis, ABAP Programming and Other IMG Stuff All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|