1. Does a PAI occur when you switch between tab pages whose titles have function type
P in a tabstrip? (Single selection)
F - Yes, if at least one PAI module exists for the sub-screen container.
F - Yes, if at least one required entry field exits on of the tab pages.
T - No.
F - Yes, always.
2. Which of the following statements about context menus on screens is correct? (Single selection)
F - All the elements of a screen always have the same context menu.
F - You set context menus using the command set pf-status.
T - You set context menus within a subprogram ON_CTMENU_<FORM>.
F - The key combination Shift-F10 on a screen always calls a context menu.
3. Which conditions must be fulfilled in a programmed check so that a screen input
field is made ready for input again? (T/F)
F - The check module must be called using:
FIELD field_name MODULE check_module.
F - The check module must be called using:
FIELD field_name MODULE check_module MESSAGE Ennn.
F - The moduel must output an E-type message or W-type message.
T - An I-type message must be output.
4. You want to have the system branch to list processing from within a screen. Which of the
following statements apply here? (Single selection)
F - The list buffer must first be read (READ LIST).
T - You have to program the command LEAVE TO LIST-PROCESSING.
F - You have to program the two commands CALL SELECTION-SCREEN <screen
no> and LEAVE TO LIST-PROCESSING.
F - You must place the command LEAVE TO LIST-PROCESSING at the end
of the PAI of the respective screen.
5. Which of the following statements about pushbuttons are correct? Pushbuttons...
F - On a screen always have a corresponding function key.
T - In an application toolbar always have a corresponding function key.
F - With function code E cause program termination.
T - In an application toolbar always have a function code.
6. What effect does the statement SUPPRESS DIALOG have in a PBO module of a
screen? (Single selection)
F - The screen is displayed. But no inputs are possible.
F - Processing is continued with the calling screen.
F - The screen in question is not called.
T - Screen display is suppressed.
F - Neither the respective PBO module nor any of the subsequent PBO modules
are processed.
7. Which of the following statements about radio buttons is correct? (Single selection)
F - For each screen, the user can choose only one radio button.
F - Clicking a radio button always triggers a PAI.
F - Only the selected radio buttons have the value 1 for PBO in the field SCREEN-ACTIVE.
T - For each radio button group, the user can choose only one radio button.
8. Which of the following statements about sub-screens are correct? (T/F)
T - You call sub-screens using the screen command CALL SUBSCREEN.
F - You call sub-screens using the ABAP command CALL SUBSCREEN.
(SCREEN COMMAND)
F - The statement LEAVE TO SCREEN is not allowed in sub-screen flow logic.
F - Sub-screens have their own OK code field.
9. You have defined a screen with required entries. You want the "CANCEL" function to work event if all the required entry fields are not filled. How can you do this? (Single selection)
F - The "Cancel" function must have the function code "BACK".
F - There is no way to do this: required entry fields must always be filled first.
F - No special actions are required.
F - You must temporally switch off the required entry for the fields concerned within the
LOOP AT SCREEN. ....
ENDLOOP.
T - The ‘Cancel’ function must be type ‘E’ and be handled in a module with the addition
AT EXIT-COMMAND.
10. Which of the following statements about screens is correct? (Single selection)
F - Only full-screens can have a subsequent screen.
F - You can define screens only in programs of type M.
F - On a screen, you can only output fields with Dictionary reference.
T - You assign each screen to exactly one program.
11. Where can you set the status and the title for a modal dialog box (popup)? (Single selection)
F - At the event TOP-OF-PAGE.
T - In a PBO module of the corresponding screen.
F - In a PAI module of the corresponding screen.
F - In the attributes of the corresponding screen.
12. Which of the following statements about field transport between ABAP and screen are correct? (T/F)
T - Name equivalence is imperative for field transport between ABAP and screen.
F - Field transport from ABAP to the screen generally takes place before the first PBO module of the screen.
T - Field transport from the screen to ABAP is delayed if you have a FIELD statement.
T - Dictionary structure on the screen requires a TABLES statement in ABAP.
13. You have created a screen with 5 radio buttons. How do you ensure that only one radio button is selected at a time? (Single selection)
T - Combine all the radio buttons into a group.
F - Create a common function code for all the radio buttons.
F - Assign all the radio buttons to the same modification group.
F- Enclose all entire radio button in a frame.
14. Under which circumstances is module with the addition ON CHAIN-INPUT executed? (Single Selection)
F - When exactly one field within the CHAIN has a value other than its initial value.
F - When a new entry has been made for at least one field within the CHAIN.
F - When a new entry has been made for all fields in the chain.
T - When the value of at least one field within CHAIN is other than its initial value.
15. Which of the following statements in relation to Web Services are correct? (T/F)
- As of Release 6.20, ABAP Web Services can be developed on the SAP Web Application Server.
- In the ABAP runtime environment, each function module and also each BAPI can be switched on as a Web service.
- Web Services are based on open and generally accepted standards.
- In NetWeaver04, Web services can be developed both in the ABAP as well as the Java runtime environment.
16. How does the Web Service Framework support the inclusion of Web services that have been provided? (T/F)
- Generation of a WSDL description.
- UDDI Brower for searching for suitable Web services.
- Generation of a client proxy on the basis of the WSDL description.
- Configuration of the SOAP runtime on the client side using logical ports.
17. Which components are created by the Web Service Creation Wizard when a Web serviceis defined? (T/F)
- Virtual Interface.
- Client proxy.
- XI Message Interface.
- Web service definition.
- Logical port.
18. What advantages do Shared Objects have compared with import/export To Shared memory / Buffer? (T/F)
- In Shared Objects areas, groups of object references can be stored.
- Data In shared objects areas is compressed.
- It is possible to access data in Shared Objects areas, without copying.
- In Shared objects areas, more data - in principle - can be stored than in the shared memory / buffer
19. How is a Shared Objects area accessed in ABAP? (Single selection)
- With the help of a special database table.
- With the help of a special data type.
- With the help of a special class.
20. What does the transformation between XML and ABAP data structures involve? (Single selection)
- Generation of ABAP proxy types from XML schemas.
- Generation of XML schemas from ABAP types.
- Neither generation of XML schemas from ABAP types nor generation of ABAP proxy types from
XML schemas.
No comments:
Post a Comment