TAW12_DIALOG_PROGRAMMING
![]() |
![]() |
![]() |
Título del Test:![]() TAW12_DIALOG_PROGRAMMING Descripción: Consultas de Abap Dialog Programming |




Comentarios |
---|
NO HAY REGISTROS |
Indicate the functions that are capable of transporting data to screen fields. DYNP_VALUES_UPDATE. DYNPREAD. F4IF_FIELD_VALUE_REQUEST. DYNP_VALUES_READ. How do you determine the Parameter ID for a screen field?. Check table TPARA. Check the Value statement in the Top Include. F1, Technical Info on the screen field. Check users default. What happens when a user presses F1 on a screen field?. The system will display the documentation of the field 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. The system will display the documentation of the data element to which a screen field refers. Identify the element that is not part of the user interface. Title bar. Menu bar. Function key settings. Application toolbar. Selection screen. Standard toolbar. How many custom menus are allowed on a menu bar? (pre 4.6). 8. 6. 15. "Call function starting new task" is an example of What type of call?. Batch. Synchronous. Direct. Asynchronous. Mark the program attribute that is used to define a Dialog Program. R. 1. D. M. When does the dialog processor perform automatic checks?. After the User has pressed enter and before the PAI modules are processed. Before PBO Processing Begins. After PAI Processing is complete. After the User has pressed enter and before the PBO modules are processed. Where does the Modification Group assignement of fields get defined?. In the Screen Painter. Do you really care. Using the SET GROUP statement. In the Dynpro. What makes up a Tabstrip? (more than one answer is correct). Subscreen Area. Tabstrip Menu Bar. Subscreens. Function Keys. Tab Title. After changing a field attribute in a dynpro, what statement is used to activate the change?. MODIFY. SET. ACTIVATE. COMMIT. If you do not SUPRESS DIALOG in a dynpro before you LEAVE TO LIST-PROCESSING, the following will happen. (more than one answer is correct). The report will be displayed on the screen only after the user presses the enter key. The screen will be displayed, and will be empty. The screen will be displayed with the report that was built, but the gui-status will be the one from the previous screen. The previous screen (calling screen) will be redisplayed. What technique is used to ensure remote functions are still processed, even if the partner computer is not active?. Asynchronous RFC. Transactional RFC. Synchronous RFC. What is required for a Radio Button defined on a screen to work in a Module Pool?. You should declare a corresponding one character variable in your TOP include. Nothing else is required. You should declare a corresponding one character variable in the Screen Flow. Ensure the radio button is selected in the screen. What is true about the LEAVE TO LIST-PROCESSING statement? (more than one answer is correct). The invoking module pool still retains control of execution. Data available in the dialog program must be passed to the list. Enables processing of ok_code functions. The CALL SCREEN xxx statement is possible. Enables execution of interactive reporting events. Which function would you use to retrieve a number from an internal number range?. NUMBER_RANGE_INTERVAL_LIST. NUMBER_GET_INFO. NUMBER_RANGE_EXTERNAL_CHECK. NUMBER_GET_NEXT. How many At exit Command modules are allowed in the PBO?. Unlimited. 2. 0. 1. Which is not an automatic check carried out by the Screen Processor?. Parameter Id Validation. Format Check. Foreign Key Check. Obligatory Field Check. Fixed Values. F4 is pressed for a screen field. What is the order of precedence that takes place?. Assume that all "possible values" options have been defined for the screen field. a)The corresponding check table will be referenced and displayed b)Process on Value-Request is executed c)A search help is referenced and displayed d)The corresponding domain values will be displayed. b, c, a, d. a, b, c, d. d, a, c, b. b, d, a, c. Screen 200 follows Screen 100. Screen 100 is displayed with GUI Status 'BASE'. Screen 200 is then displayed without issuing the SET PF-STATUS. What will take place?. Run Time Error. Standard List Status. Screen 200 is displayed without a status. Status 'BASE' is displayed. When defining a new Dialog Program, what is the first thing you are prompted for?. Application. Screens. Logical Database. Top Include. What screen object is needed on a tabstrip?. subscreen area. screen. pushbutton. box. What is true about Dialog Programs? (more than one answer is correct). The flow logic is contained in Modules. Transactions are a vehicle to execute dialog programs. Dialog Programs do not require a transaction to execute the module pool. Update and Enqueue techniques are important. Screens are optional in a dialog program. In what cases are Tabstrips good candidates? (more than one answer is correct). When Navigation between components is pre-determined in a fixed manner. When Users need the ability to navigate freely between components. When several components of an application need to be displayed on one screen. What is needed in your tabstrip to have scrolling take place on the application server?. Assign Function Code = Space. Assign Function Type = Space. Assign Function Type = P. Assign Function Code = P. What steps would be required to define a Tabstrip in your Dialog Program?. Define Pushbuttons on the subscreen area. Name your tabstrip object. Place a tabstrip object on your screen using Screen Painter. Declare a Tabstrip control in your global top include. What are some essential steps for logging changes made to SAP Data? (more than one answer is correct). Create a function to update tables CDHDR and CDPOS. Define a change document object. Mark the change document flag on the domain of the field where logging is required. Call the generated change doc function (i.e. obj_write_document) in an ABAP program. What statement will start a new internal session in the same external session? (more than one answer is correct). Submit..... and Return. Leave to transaction. Submit. Call Transaction. In a dialog program, what coding technique allows passing all of the rows of the internal table T_BOOKINGS to the program named RSPGM101?. SUBMIT RSPGM101 WITH BOOKING = T_BOOKING. EXPORT T_BOOKING TO MEMORY ID ‘MYID’. SUBMIT RSPGM101. SET PARAMETER ID ‘BOK’ FIELD T_BOOKING. SUBMIT RSPGM101. IMPORT T_BOOKING TO MEMORY ID ‘MYID’. SUBMIT RSPGM101. What is true about calling a screen? (more than one answer is correct). A screen can be called from a report program. Screens should be called from PBO modules. Screens can be called from PAI modules. A screen can be called from within a function module. What class is used for method load_gui_status in a context menu?. menu_class. cl_context_class. cl_menu. cl_ctmenu. What must be assigned to a module pool in order to be executed?. Event. Module. Transaction. Program Type. What attribute in a table control must be defined in order to activate row selection functionality?. w/selcolumn. LINE_SEL_MODE. Function code. TOP_LINE. The standard function key used for displaying a list of possible values is: F3. F2. F1. F4. Which number range function would you use to determine if an external number lies in a specified number range interval?. NUMBER_GET_NEXT. NUMBER_RANGE_EXTERNAL_CHECK. NUMBER_RANGE_INTERVAL_LIST. NUMBER_GET_INFO. NUMBER_CHECK. A complex data object must be declared in your Top Include for a table control. What is its TYPE?. TableView. Table. TableControl. CXTAB. What type of memory is retained for the duration of an external session?. SAP memory. Extended memory. ABAP/4 memory. What is the sequence of events and order of data transported in the following code? Process After Input. Module Exit at exit-command. Field ABC Module Validate_ABC. 10 All fields not defined in FIELD statements 20 System performs Auto Field Checking 30 Fields in FIELD Statements. 20,30,10. 10,20,30. 20,10,30. What is a context menu?. Context Sensitive Pushbuttons. Functions that are relevant for the current Screen Group. Shortcuts for frequently used functions. A special menu for subscreens. Your screen has a table control defined to it. In the PAI, what does the SY-LOOPC system variable contain?. Loop Counter. Number of filled lines. Number of table control lines. What is true about POH (PROCESS ON HELP-REQUEST) / POV (PROCESS ON VALUE-REQUEST) Events?. None of the answers are correct. 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. After these events are processed the screen is redisplayed but the PBO is not processed. Mark the valid name for a 'text field' in screen painter. _mytext. ?mytext. !mytext. What field is not mandatory when you create a transaction?. Authorization Object. Screen Number. Transaction Text. Program. What is the difference between Call Screen and Set screen?. There is no difference. Set screen executes and returns to the point of call. Call Screen does not. Call screen executes and returns to the point of call. Set Screen does not. Call Screen is used only for external screens. Set screen is only for screens in the same module pool. Which of the following corresponds to the command entry /ntcod?. SUBMIT TRANSACTION tcod. CALL TRANSACTION tcod. LEAVE PROGRAM. LEAVE TO TRANSACTION tcod. |