For preparation for SAP ABAP certification. This was taken from another website (http://rs223. Rapidshare. Com/files/152577135/taw12_qa. Zip ) where the answers were already provided.
Contains screen field values
Contains function codes
Determines successful user action
Rate this question:
Event
Program Type
Module
Transaction
Rate this question:
ENQUEUE_EZMARA
DEQUEUE_EZMARA
ENQUEUE_EZ_MARA
DEQUEUE_EZ_MARA
Rate this question:
Field
Module
Check
Case
Rate this question:
Screen Pushbuttons
Menu Functions
Container
Tool-bar pushbuttons
Rate this question:
Ensure the prefix name of the radio buttons is the same
Encompass them in a Radio Button Group
Define a Group box
Make sure each one has the same Screen Group name
Rate this question:
Case OK_CODE
PAI
Module User_command
PBO
Rate this question:
LEAVE TO BASIC LIST
LEAVE TO LIST-PROCESSING
CALL REPORT report_name
GENERATE list
Rate this question:
A loop...endloop statement for the table control only in the PAI
A loop...endloop statement for the table control in both the PBO and the PAI
A loop...endloop statement for the table control only in the USER_COMMAND module
A loop...endloop statement for the table control only in the PBO
Rate this question:
Read data, lock data, update database, release locks
Lock data, read data, release locks, update database
Lock data, read data, update database, release locks
Rate this question:
Use the Data Browser
Through a Function Call
Create it as an object in the dictionary
Rate this question:
R
D
1
M
Rate this question:
OK_CODE is a system reserved variable and cannot be assessed direction.
Because the OK_CODE gets reset at the beginning of each exection of PAI processing
To prevent accidental setting of the OK_CODE in a different screen
So that the OK_CDE is freed up for subscreen
Rate this question:
C
A, b, c
C, d
B, d
Rate this question:
SM13
CCMS
SM12
SE80
Rate this question:
TSTC
TXNCODES
TSTCT
TXN
Rate this question:
SAP Memory
ABAP/4 Memory
Shared Memory
Rate this question:
I type MESSAGE statement
A type MESSAGE statement
E type MESSAGE statement
Wtype MESSAGE statement
S type MESSAGE statement
Rate this question:
There is no difference
Call Screen is used only for external screens. Set Screen is only for screens in the same module pool
Call Screen executes and returns to the point of call. Set Screen does not.
Set Screen executes and returns to the point of call. Call Screen does not.
Rate this question:
Until the Next screen change
Until the next Set TitleBar statement
Until the next DB LUW
Rate this question:
Infinitely
1
Not at all
5
Rate this question:
Format Check
Obligatory Field Check
Fixed Values
Foreign Key Check
Parameter Id Validation
Rate this question:
V2
Local
V1
Transactional
Rate this question:
3
2
0
1
Rate this question:
03 - Already_locked
08 - General_Failure
01 - Foreign_Lock
02 - System Failure
Rate this question:
To where the transaction was called
To the initial screen of the transaction
To the previous screen
To the Cancel area
Rate this question:
It is not possible in this case
Field1 = Generic, Field2 = Generic, Field3 = Space
Field 1 = ’AA’, FIELD2 = ’111’, Field3 = Initial
Field 1 = ’AA’, FIELD2 = ’111’, Field3 = Space
Rate this question:
Subscreen
Sy-Table
Screen
Screen_ITAB
Rate this question:
The system will display the doucmentation of the field to which a screen field refers
The system will display the documentation of the data element to which a screen field refers
The system will display the documentation of the domain to which a screen field refers
The system will display the technical information of the field to which a screen field refers
Rate this question:
After all V1's are complete
After each related V1
Before V1's are started
Parallel to relative V1's
Rate this question:
Batch
Asynchronous
Synchronous
Direct
Rate this question:
NUMBER_GET_INFO
NUMBER_GET_NEXT
NUMBER_RANGE_INTERNAL_LIST
NUMBER_RANGE_EXTERNAL_CHECK
Rate this question:
The Module Validate is processed if both FLIGHT and CARRID are other than the initial value
The Module Validate is processed if at least one of the fields FLIGHT or CARRID are other than the initial value
The Module Validate is processed only if both FLIGHT and CARRID are initial values
The Module Validate is never processed
Rate this question:
Extended memory
SAP memory
ABAP/4 memory
Rate this question:
Function Modules
Generic Lock Keys
A Dictionary Table
Rate this question:
On the same screen
On the next screen
After the AT-EXIT module
In the System Log
Rate this question:
Call Subscreen in the PAI and PBO
The Call Subscreen statement is not required
Call Subscreen in the PAI only
Call Subscreen in the PBO only
Rate this question:
Set Screen
Use the Next Screen Option on the Screen Attributes
Loop at Screen
Submit Screen
Rate this question:
P
T
Blank
F
E
Rate this question:
1, 2, 3
3, 2, 1
2, 3, 1
Rate this question:
SUBMIT TRANSACTION TCOD
LEAVE PROGRAM
LEAVE TO TRANSACTION TCOD
CALL TRANSACTION TCOD
Rate this question:
At Line-Selection
Start-of-Selection
Top-of-Page
At Selection-Screen
Rate this question:
An RFC Function Call that terminates normally
A program that issues a MESSAGE type 'A'
A user cancels the transaction
A program that issues a Commit Work statement
Rate this question:
Before PBO processing Begins
After the User has pressed Enter and before the PAI modules are processed
After PAI Processing is complete
After the User has pressed Enter and before the PBO modules are processed.
Rate this question:
Module pool
Flow logic
Screen attributes
Element list
Screen layout
Rate this question:
Prevents a single user with read-write access from attaining further locks to the same set of table rows. This is useful when you are using recursive routines to make updates.
Gives a single user read and write access to the specified table rows. No other users may access the rows.
Allows multiple users to access the specified table rows, but with read-access only. No write-accesses are allowed at any time.
Rate this question:
0
2
Unlimited
1
Rate this question:
An error in one V2 function module cause all other V2 functions to be rolled back
Each V2 function module for a givin COMMIT WORK always runs in its own (separate) DB LUW
V2 errors cause V1 updates to be rolled back
They are usually time critical updates
Rate this question:
Quiz Review Timeline (Updated): Mar 20, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.