ABAP - Taw10_2 Unit 5
![]() |
![]() |
![]() |
Título del Test:![]() ABAP - Taw10_2 Unit 5 Descripción: Screen Elements: Subscreens and Tabstrip Controls |




Comentarios |
---|
NO HAY REGISTROS |
Unit 5. Pag 145. Subscreen area is a reserved rectangular area on a screen. True. False. Unit 5. Pag 145. Subscreen area may contain any other screen elements. True. False. Unit 5. Pag 145. A subscreen area is an dependent screen which you display within another screen. True. False. Unit 5. Pag 146. Select the circumstances in the you can use subscreens. In screen enhancements. Within other screen objects. In the modification assistant. In Web Transacctions. Unit 5. Pag 147. Call subscreen is allowed between LOOP and ENDLOOP or between CHAIN and ENDCHAIN. True. False. Unit 5. Pag 147. A subscreen may not have a named OK_Code field. True. False. Unit 5. Pag 147. Subscreens may contain a module with the at exit-command addition. True. False. Unit 5. Pag 147. You cannot use the set titlebar, set pf-status, set screen or leave screen in the modules of a subscreen. True. False. Unit 5. Pag 147. You can use the set titlebar, set pf-status, set screen or leave screen in the modules of a screen. True. False. Unit 5. Pag 148. In the __________, enter a name for the subscreen area. Object text field. Screen. Editor. Abap Dictionary. Unit 5. Pag 148. To use the subscreen only call in the PBO. True. False. Unit 5. Pag 149. The _____________ statement tells the system to execute the PBO and PAI processing blocks for the subscreen. Unit 5. Pag 150. Where is declared the global field that can be used in the program flow logic. Top Include. Screen. Abap Editor. Abap Dictionary. Repository. Unit 5. Pag 151. Where should find the subscreen so you can transfer the data back to the screen. In the same module pool as the main program. In the screen main of the program. In the group of the screen as the main program. In the function group. Unit 5. Pag 151. If the subscreen is not the same module pool as the main program is available to the subscreen and the data?. Yes. No. Unit 5. Pag 151. You must program the data transfer using a function module that exports and imports data, with appropiate ________ statement in the subscreen coding. Unit 5. Pag 151. Select the correct definition: If you want to use subscreens in the screens of several different programs, you encapsulate the subscreens in a function module and use function group to transport data. If you want to use subscreens in the screens of several different programs, you encapsulate the subscreens in a function group and use function module to transport data. Unit 5. Pag 151. You pass data between the calling program and the function group using the __________ of the function module. Unit 5. Pag 152. You use function module to __________ data between the calling program and the function group. Transport. Assign. Update. Delete. Unit 5. Pag 167. Consist of individual pages with a tab pages and tab title. Tabstrip Control. Menu. Group. CheckBoxes. Unit 5. Pag 167. A tabstrip control may have ___ row of tab titles. 1. 2. 3. 4. Unit 5. Pag 167. If the tabstrip control contains too many pages, it possible for all of the tab titles to be displayed at once. Yes. No. Unit 5. Pag 167. Select the options when yo can use tabstrip controls. To change environment, menus. To change pushbuttons, header data. To processed the components in a certain order. The components are processed dynamically. To control too many pages. Unit 5. Pag 167. Select the options when yo not use tabstrip controls. To change environment, menus. To change pushbuttons, header data. To processed the components in a certain order. The components are processed dynamically. The components are processed statically. To control too many pages. Unit 5. Pag 168. A page element consists of. Tab title. Subscreen area. Subscreen. Group. Group Box. Unit 5. Pag 169. Select the order to create a tabstrip control. 1. 2. 3. Unit 5. Pag 169. Where is located the tabtsrip control to create a tabstrip control area?. Object list in the screen painter. Menu editor. Abap dictionary. Graphical layout editor. Unit 5. Pag 170. Assign name to the tabstrip control in the: Object name. Object list. Abap Program. Abap Dictionary. Repository. Unit 5. Pag 170. In the program, use the _______ statement to declare an object with the same name. DATA:. TYPE:. CONTROLS:. CONSTANT:. Unit 5. Pag 170. The type tabstrip is defined in the type pool: CXTAB. XCTAB. TABCX. TABXC. Unit 5. Pag 170. The default number of tab pages for a tabstrip control is. 1. 2. 3. 4. Unit 5. Pag 172. You can assign a single subscreen area to several tab pages by entering the name of the subscreen area directly in the. Reference Object. Abap Editor. Text Field. Layout Editor. Unit 5. Pag 173. In tabstrip when you scroll between the different page elements, there is communication between the presentation server and application server. True. False. Unit 5. Pag 174. To program a tabstrip control to scroll localy at the front end, you must: Assign a separate subscreen area to each tab page. Call all of the screens from the flow logic. Call all of the subscreens from the flow logic. Assign function type P to all of the tab titles. Assign function type " " (space) to all of the tab titles. The systems hide any page element whose subscreen contains no elements that can be displayed. Unit 5. Pag 177. You only can call a subscreen in the PBO. True. False. Unit 5. Pag 176. You can hide a tab page at runtime by setting the corresponding tab title to inactive using the system table screen,______________. Screen-active = 0. Screen-invisible = 0. Screen-Input = 0. Screen-Output. Unit 5. Pag 177.You can use the tabstrip control ________to help you create controls and insert them on screens in a program. Unit 5. Pag 177. The wizard includes, ____modules, ___ modules, and _______statements. Screen. PBO. PAI. Include. Activetab. Unit 5. Pag 187. The _____ statement tells the system to exeute the PBO and PAI processing blocks for the subscreen as components of the PBO and PAI of the main screen. Unit 5. Pag 187. When using an encapsulated subscreen, the subscreen call must occur before the function module call. True. False. Unit 5. Pag 187. To program a tabstrip control to scroll locally at the frontend, you must call all susbscreens from the flow logic. True. False. |