For preparation for SAP ABAP certification. This was taken from another website ( http://www. Esnips. Com/doc/51e277a2-7727-45ee-bc34-a7fdd27b7728/TAW10%20 1-2%20Basics ) where the answers were already provided
Dispatches tasks to non R3 systems
Controls resources for the R/3 applications
Issues SQL requests to the underlying database
Manages services between R/3 systems
Types: t_mytab like lfa1.
Types: t_mytab type lfa1.
Type: t_mytab type lfa1.
Types: t_mytab type lfa1 of standard table.
Check sy-subrc
Check Permission
Authority-Check
Check Authority
Exceptions parameters
Interface parameters
Sy-subrc
Exception integers
Result = 900.0000
Result = 9000000
Result = 900.00
Result = 90000.0000
20001220
2001210
10001220
10
Communication
Internet
Application
Database
Presentation
By Value
By Exception
By Table
By Header Line
Line type
Table type
Key sequence
Uniqueness attribute
No effect
Conversion always occurs
Forms are less flexible and are guaranteed no chance of a run time error
Forms are more flexible but prone to a short dump if conversion does not work
Conversion never occurs
An Endcatch statement is required
A data variable defined with type x must be defined to receive the raised error code
The statement immediately following the CATCH statement is executed in the event of an error trapped by the CATCH statement
A CASE statement can be used to to validate the value of the error class
FORMS
Functions
Both
Neither
Exits the Start-of-Selection Event
Exits the Program
Exits the Loop
Exits the Form
0
10
Defined by Basis
Unlimited
The field must be linked to another field of type CUKY
No other requirement exists
The field must be numeric
Decimals must be defined in the domain
CREATEFROMDATA
GETDETAIL
GETLIST
CREATELIST
UPDATEDETAIL
Parameter objects are a maximum of 30 characters in length
You can use text elements with parameters
Lower case is the default
It is not possible
User Master Record
CHECK
Authority-Check
All fields of fs1 are moved to fs2
Fs2-field3 = 3
Fs2-field5 = 3
Fs2-field3 = 1
Server responds to a client request regardless of hardware
Client responds to a server request regardless of hardware
Server and client are both located on the same software
Server and client are both located on the same hardware platform
Reduces the size of the generated load module
Provides the ability to powertype key words
Hides the code between keywords
Limits the functionality of runtime analysis to base features
Stop sign
Info sign
Warning sign
Highlighted line
Field1
Field2
Field1, Field3
Field2, Field4
SNA
TCP/IP
CPIC-C
LU6.2
Where only numbers are allowed and there is a need for arithmetic operations
Where only numbers are allowed and there is no need for arithmetic operations
Where there is a need for numbers, characters, and arithmetic operations