format Check Obligatory Field Check Fixed Values Foreign Key Check Parameter Id Validation
2 of 133
OK_CODE is a system reserved variable and cannot be accessed directly Because the OK_CODE gets reset at the beginning of each execution of PAI processing To prevent accidental setting of the OK_CODE in a different screen So the OK_CODE is freed up for subscreens
3 of 133
(More than one answer is correct) To improve user response time your updates need to run together as a logical unit Immediate updates to the Database are required your program need the updates completed in order to continue processing
4 of 133
NUMBER_GET_INFO NUMBER_RANGE_INTERVAL_LIST NUMBER_CHECK . NUMBER_RANGE_EXTERNAL_CHECK NUMBER_GET_NEXT 5 of 133
0 2 Unlimited 1 6 of 133
(More than one answer is correct) Update table.. .. PERFORM.. .. ON COMMIT and WAIT COMMIT WORK AND WAIT CALL FUNCTION in Update Task 7 of 133
SAP memory ABAP/4 memory Shared Memory
8 of 133
V2 Local V1 Transactional 9 of 133
an update-task function module triggered with COMMIT WORK AND WAIT an update-task function module triggered with COMMIT WORK Batch Input Programs PERFORM.. .. ON COMMIT 10 of 133
After these events are processed the screen is redisplayed but the PBO is not processed After these events are processed the PAI is processed then the PBO and then the screen is displayed After these events are processed the PBO module is processed and the screen is redisplayed None of the answers are correct
11 of 133 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
TAW12 - Week 2
12 of 133 10 20 30 40 50 60 70
PROCESS BEFORE OUTPUT. MODULE SET_STATUS_0100. Set Titlebar 'ABC'. CALL SUBSCREEN SUB INCLUDING 'SAPMZABC' '110'. LOOP. MODULE CHECK_LOOP. ENDLOOP.
80 PROCESS AFTER INPUT. 90 MODULE USER_COMMAND_0100. 100 FIELD FLIGHT MODULE CHECK_FLIGHT ON-REQUIRED. (More than one answer is correct) 30 100 20 40 50
TAW12 - Week 2
13 of 133 (More than one answer is correct) ROLLBACK WORK CALL Transaction MESSAGE S101 COMMIT WORK
14 of 133
To where the transaction was called To the initial screen of the transaction To the previous screen To the Cancel area
TAW12 - Week 2
15 of 133
I type MESSAGE statement A type MESSAGE statement E type MESSAGE statement W type MESSAGE statement S type MESSAGE statement 16 of 133
LEAVE TO BASIC LIST LEAVE TO LIST-PROCESSING CALL REPORT report_name GENERATE list 17 of 133
An error in one V2 function module cause all other V2 functions to be rolled back Each V2 function module for a given 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
TAW12 - Week 2
18 of 133 (More than one answer is correct) Set Screen Use the Next Screen Option on the Screen Attributes Loop at Screen Submit Screen 19 of 133
(More than one answer is correct) The function module forms its own Database LUW The remote function will continue to execute even if the caller is no longer active All parameters must have a dictionary reference They are executed on another R/3 database server
TAW12 - Week 2
20 of 133 (More than one answer is correct) The flow logic is contained in Modules Dialog Programs do not require a transaction to execute the module pool
Screens are optional in a dialog program. Transactions are a vehicle to execute dialog programs update and enqueue techniques are important.
TAW12 - Week 2
21 of 133 contains screen field values contains function codes determines successful user action
TAW12 - Week 2
22 of 133 (More than one answer is correct) Multiple subscreens are possible in a single screen. You can also specify the subscreens dynamically at runtime. Can set their own titlebar Can set their own GUI status have their own OK_CODE
TAW12 - Week 2
23 of 133 (More than one answer is correct)
Duplicate numbers will never be encountered in the system perceived improved performance can be achieved a programmer can choose to ignore buffering on request The numbering sequence is contiguous
TAW12 - Week 2
24 of 133
Case OK_CODE PAI Module User_command PBO
TAW12 - Week 2
25 of 133 (More than one answer is correct) Leave to transaction Call Transaction Submit.. .. and Return Submit
TAW12 - Week 2
26 of 133
On the same screen On the next screen After the AT-EXIT Module In the System Log
TAW12 - Week 2
27 of 133
process after input. 10 module exit at exit-command. module back. 20 30
field a module check_field_a. field b module check_field_b.
40 chain. field: a, b, c. module check_field_abc. endchain. 50
chain. field: c, d. module check_field_cd. endchain. c a, b, c c, d b, d
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.