Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONTest8

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Test8

Description:
BC410-Screens

Author:
karen
(Other tests from this author)

Creation Date:
21/09/2019

Category:
Others

Number of questions: 52
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
The current SAP screen programming model is single-screen transactions. Which of the following characteristics best describes this model? The input screen and data screen are combined in one window It is easy to switch between CREATE, CHANGE, and DISPLAY mode The system retains context after saving Program coding using one include program is possible Direct access to the objects is possible.
A module pool program requires at least one transaction code in which you specify an initial screen true false.
Process after input (PAI) is processed after a user interaction on the screen true false.
The __ processor controls the flow logic on a screen ABAP DYNRP.
Dynamic changes to the attributes of screen elements can be done using the LOOP AT SCREEN..ENDLOOP block with a MODIFY SCREEN statement in PBO module true false.
A screen sequence is inserted using the __ statement. CALL SCREEN SET SCREEN NEXT SCREEN.
Call Module statements can be found in the flow logic of a dialog program true false.
If you omit the __ addition in a CALL SCREEN statement, the size of the dialog box is determined by the size used in its screen attribute. ENDING AT STARTING AT.
Which of the following make up a GUI status? Menu bar Standard toolbar Application toolbar Title bar Function key settings.
You can create functions only with dynamic texts true false.
Which of the following types of keys can be found in the function key assignments? Reserved function keys Recommended function keys Fastpath keys Freely assigned function keys.
You can use variables in GUI titles which are set dynamically at runtime by including the "&" symbol. true false.
Menu bars and application toolbars are independent elements within a program. You can reuse them from a GUI status with __. reference technique technical attributes status bar.
When the user triggers a function using a button, the relevant function code is transferred into the OK field of the screen true false.
The user can change the labels in text fields at runtime true false.
Underscores are interpreted as separators between two words of the same text field true false.
The __ and __ attributes are selected by default when we create a status icon and these attributes cannot be changed invisible output field intensified 2 dimensional.
To change the group box text dynamically, which of the following steps are required? Select the Output field attribute of the group box Use text elements Create a global data field in the ABAP program with the same name and assign a value to this global data field Use an '&' in the group box text attribute and assign the text during runtime using a function module.
Automatic field input checks in an input field relate to their data type true false.
The user can enter values freely in dropdown boxes true false.
When the users selects one __, all of the others are automatically deselected. checkbox radio button.
When you assign a function code to a radio button group, the system then assigns the same function code to all the radio buttons in that group true false.
You can specify an icon for the pushbutton either statically, or dynamically using the function module ICON_CREATE true false.
When a user chooses a pushbutton, the system can tell which function is chosen by checking the OK_CODE field. true false.
Developers can define a SET/GET parameter ID in the ABAP workbench true false.
Automatic field input check occurs __ the processing of PAI modules before after during.
The ON INPUT addition is used in a MODULE statement if the module shall only be processed if the value of the field content in initial true false.
The BACK function differs from the CANCEL function in its dialog behavior true false.
In a single screen transaction, the __ function displays the screen with initialized data fields and allows the user to select a new object. BACK EXIT CANCEL.
If a field has input help, the possible entries pushbutton appears on its left true false.
A single main screen includes only one subscreen true false.
You must call a subscreen in __ section(s) of the flow logic of the main screen. both PBO and PAI either PBO or PAI.
When including a subscreen of a function group, the subscreen call (at PBO) must occur before the function module call true false.
Tabstrip controls allow users to navigate freely between screens true false.
The developer can create more tab titles by choosing the __ element in the screen painter pushbutton subscreen.
Local scrolling in tabstrip controls is appropriate for display transactions true false.
In the __ processing block, the program sets the corresponding screen pbo pai.
Empty subscreens always exist in tabstrip control pages True False.
The vertically scrolling action in the table control __. triggers PAI processing block is controlled entirely at the presentation server.
__ attributes are maintained in the screen painter static dynamic special.
General attributes include information about table control properties true false.
If you are not using the same structure for the table control fields and the work area of the internal table, __. you must call a module between LOOP and ENDLOOP that moves the data from the work area into the screen fields. the system can transport data between the ABAP program and the screen automatically.
If __, you must first copy the data into the work area of the internal table. the fields on your screen have the same names as the fields in the internal table and if the internal table has a header line the fields on your screen do not have the same names as the fields in the internal table.
The only function of the Wizard is to create a table control true false.
Any change of attributes of an individual cell in a table control is possible only in a module called from a LOOP through the table control true false.
Temporary change in the attributes of table control fields is not possible true false.
OFFSET and LINE parameters cannot be used together in a table control true false.
Context menus can be modified dynamically true false.
Context menus are assigned to __ fields. input/output special hidden.
You can define the orientation of splitting by setting it to horizontal or vertical in the element list of the screen true false.
A splitter control can only be created in the alphanumeric screen painter true false.
In ABAP programs, the position of the sash of a splitter control is controlled using an instance of the CL_DYNPRO_SPLITTER class true false.
Report abuse Consent Terms of use