option
Cuestiones
ayuda
daypo
buscar.php

TAW12_Techniques for List generation

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
TAW12_Techniques for List generation

Descripción:
Techniques for List generation

Fecha de Creación: 2015/09/04

Categoría: Informática

Número Preguntas: 94

Valoración:(0)
COMPARTE EL TEST
Nuevo ComentarioNuevo Comentario
Comentarios
NO HAY REGISTROS
Temario:

What will cause the USER-COMMAND to fire. Normal Function Codes. Function Codes that Start with P. Type S Function Codes. Type T Functions Codes.

What happens if message E046 is raised. Field Sales is open for input and all other fields are not available for input. All fields are open for input and cursor is positioned on field sales. The initialization event is fired again. The program ends.

When does the processing block for a Get statement end. When the next keyword event is encountered. When the END GET statement is encountered. When all data has been retrieved for the Get. After each PUT in the LDB.

Mark the code that will display the selection screen of called program ZTST. (more the one answer is correct). SUBMIT ZTST USING SELECTION-SET 'VAR1'. SUBMIT ZTST VIA SELECTION-SCREEN USING SELECTION-SET 'VAR1'. SUBMIT ZTST VIA SELECTION-SCREEN. SUBMIT ZTST AND RETURN.

What is true about sorting an Extract (Intermediate) dataset. The sequence of the control breaks in the Loop does not have to correspond to the extract dataset sort sequence. The extract dataset is typically sorted in the Start-of-Selection processing block. You can sort an extract dataset even without a header. The extract dataset must be sorted for processing to begin.

Refer to the following code, why would the literal 'Hello' not be displayed on your list. Write: 'Hello'(001). (more tan answer is correct). Your logon language is different than the original language. Text elements cannot be used in a Write statement. The text element is missing from the program. The text element does not contain the value 'Hello'.

what tool would be used to view the events for cl_gui_alv_grid. Class Builder. BAPI Browser. Function Builder. Workbench Organizer.

Select the line that would execute in the following code after the EXIT statement. 11. 12. Exits the Program. 9. 7.

Select the line that would execute in the following code after the STOP statement. 7. 9. 12. 11.

Wich type is not a GUI Status. List Status. Dialog Box. Context Menu. Online Status.

A view called zmyview is created in the dictionary. What gets physically created on the underlying database. a view named v_zmyview. Views do not get created on the database. a view named zmyview. Views are not created with the dictionary.

In the Catch Statement, What is every runtime error assigned to. Error Class. Catch Class. Case. Development Class.

What is contained in the system variable SY-LINSZ. row count of the current line. width of the current line. height of the current line. size of vertical bars in your list.

Progrm A issues the following statement SUBMIT PROGRAM B. What takes place. User Context is flushed. Program B becomes active in the same internal session of Program A. Program B runs in a new internal session. Program A becomes active in the same internal session of Program B.

In what manner can lists be saved.(More than one answer is correct). Local File to the application server. HTML Format on local PC. SAPOFFICE. ABAP Editor. Report Tree.

What Methods can be used to set the values for printing an online list. (More than one answer is correct). Include SET_PRINT_PARAMTERS. NEW-PAGE PRINT ON. Function SET_PRINT_PARAMETERS. Function GET_PRINT_PARAMETERS.

Which of the following is an invalid method for populating an internal table. Insert ITAB. Collect. Read Table ITAB. Append. Select * into Table ITAB from dbtab.

What is true about Extract dataset. (More than one answer is correct). The Header Must be defined as one of the field groups. More than one Extract Dataset is allowed per program. An extract dataset may consist of records with different structures. Definition of a field group immediately reserves storage space for the fields. The field group HEADER is part of each extract record.

What is true about the End-of-Page Event. (More than one answer is correct). Works only if you reserve space in the Report Statement using the line-count statement. Used to create Footers. Automatically creates a footer on the last page of a list. Occurs when the page break has been triggered by the New-Page statement.

What are the 3 main sub object of a LDB (logical database). (More than one answer is correct). Selection Screen. Search Helps. Structure. DB Program. Tables.

What is result of the following code. 1 3 4. 2. 1 2 3 4.

What autorization object can be used to restrict users from processing nodes in the reporting tree. S_PROGRAM. S_DEVELOP. Local File to the application server. S_NODE. S_EXECUTE. S_TREE.

In the context of a logical database, which is not a valid ABAP/4 Keyword event. Put. At Selection-Screen. Initialization. End-Of-Selection. Get.

Select the methods used to Access data on the database. (More than one answer is correct). Get node. ABAP/4 Open SQL. Read Table. LDB. Native SQL.

What are valid methods for including text elements in your program. Write: TEXT-001. Write: 'Hello'(001). Write: TEXT-001'Hello'. Write: 001(Hello).

Select the valid Customer Defined Message Statement. MESSAGE Y123. MESSAGE E123(9999). MESSAGE ID 'AT' TYPE 'S' NUMBER 100. MESSAGE E123 by Fielda Fieldb.

What is the purpose of the Nodes statement in ABAP program. Indicates the nodes from the logical database. Specifies the logical database. Specifies the logical database. Sets up an address pointer to the nodes in the shared memory buffers.

What is true about Functional Areas and USer Groups in Abap Query. (More than one answer is correct). A Functional area can be assigned to several user groups. Several Functional areas can be assigned to one user group. The user can access only designated queries in a given user group. The queries of a user group belong only to the person that created the query. Users belonging to the same authorization group have the same query privilege.

Assuming a Detail list exists, what takes place when SY-LSIND is set to zero. (More than one answer is correct). The basic and secondary lists are deleted. The original basic list is re-displayed. All secondary lists are deleted. the basic list is overwritten with the current secondary list.

Refer to the following. If there are no entries in my_itab, what is the result. No entries are retrieved. Run time error. Only distinct values for key1. All entries are retrieved.

What is true about a Logical Database Program. Get Event in the report program requests data from the Put Statement. You can access hierarchically higher tables in your program even though there is no tables statement for the table. Any Node that is accessed requires the Node to be defined in the NODES statement. The Put Statement in the LDB provides data for the Get Event in the report program.

Wich of the following short programs will not display the text "SY-LSIND=1" during interactive reporting. ZPGM1. ZPGM3. ZPGM2.

What is the effect of the Collect Statement if an entry with the same key already exists. adds the numeric fields to an existing entry. Appends a new line. Creates a new entry.

When does the system reset the formatting values on a write statement. When explicitly changed using the Format statement. At any New Event. All answers are correct. Using the Reset option of the Format statement.

What does the DESCRIBE TABLE statement provideto the program. Key Defintion. Key length. Key Uniqueness. Access Type.

What does the following code achieve. When the user presses F4, Screen 100 is displayed instead of the normal possible values search help. When the user presses F4, Screen 100 is displayed in addition to the normal help screen. When the user presses F1, Screen 100 is displayed instead of the normal possible values search help. When the user presses F1, Screen 100 is displayed in addition to the normal help screen.

Which Report Statement option determines the width of a list. Line-Count. Line-Size. Line-Width. Report Size.

When is the Top-Of-Page event triggered. When the report starts. When the first write statement is encountered. After Number of lines per page, as specified in the REPORT, have been wriiten to the list buffer. When the Top-Of-Page event is encountered in sequence.

After a READ LINE on a list, what happens to the HIDE data. Nothing, the data remains in the hidden area. It is transferred back to the fields defined in the program. The hide data is restored to shared memory. The Hide data is not available to the program.

Identify the dictionary type of the field catalog used for the ALV control. lcv_t_fcat. alv_catalog. catalog. fieldcat.

What is true about the End-Of-Page event. (More than one answer is correct). Works only if you reserve space in the Report Statement using the line-count statement. Automatically creates a footer on the last page of a list. Used to create Footers. Occurs when the page break has been triggered by the New-Page statement.

For called programs components that are of type transaction or report, what is true about the roll area (assuming processing will resume in the calling program). They run in their own roll area. Share the same roll area. They run in the roll area of the caller.

What is the value of F1 after the export. 1. SPACE. Run Time Error will occur. 2.

What happens when an EXIT statement is executed in the AT event. The remainder of the current processing block is executed. the system leaves the processing block and branches to the processing block of the next event. The program ends. The output list is displayed.

What is the event could be used to create a header on a Detail list. At line-selection. Top-of-page. New-page. Top-of-page During Line-Selection.

Mark the valid values for a checkbox. (More than one answer is correct). 0. SPACE. Any Alpha Character. X. 1.

Which of the following will trigger the AT LINE_SELECTION event. (More than one answer is correct). Function Code CHOOSE. Menu Option EDIT>Choose. Function Code PICK. Function Code P+. Double Click a line on a list. F2.

What is the order of the code that gets executed int he following code. 4, 5, 6, 8, 9. 9, 4, 5, 9, 6. 4, 9, 5, 9, 6.

What are the coordinates of the following Modal Dialog Box. Window Starting at 10 20 Ending at 20 30. Starting at Row 10, Column 20 Ending at Row 20, Column 30. Starting at Column 10, Row 20 Ending at Column 20, Row 30. Starting at Column 10, Row 30 Ending at Column 20, Row 20.

Mark the invalid program text element. Titles/Headers. Selection Texts. Parameter Texts. Text Symbols.

What class is used to display the ALV Grid Control. cl_gui_alv_grid. cl_gui_custom_container. cl_gui_alv. cl_gui_custom_grid.

Identify the clause that is used to supress estandar headers. No Standard Page Heading. No Standard Heading. Suppress Standard. System>List>Save.

Upon what condition will a transaction be directly called from a GUI Status. The Function Type is set to S. The Transaction Type is set to T. The Function Code is left blank. The Function Type is set to T.

Programs that extend beyond transaction limits and want to pass data should use. Tables. SAP Memory. ABAP/4 memory.

Identify the key assignments for function keys in a GUI Status (More than one answer is correct). Random Function Keys. Recommended Function Keys. Reserved Function Keys. Suggested Function Keys. Freely Assigned Function Keys.

On what line does the output 'AAAA' appear in the following code. 2. 10. 9. 1.

Identify the valid methods for setting the value of select-options select field. (More than one answer is correct). Start-of-Selection. ZFLIGHTS-CARRID = 'AA'. SELECT-OPTIONS AIRLINE FOR ZFLIGHTS-CARRID DEFAULT 'AA'. SELECT-OPTIONS AIRLINE FOR ZFLIGHTS-CARRID MEMORY ID CAR. Initialization. ZFLIGHTS-CARRID = 'AA'.

What technique would you use to fix the 10 leftmost columns on a list when scrolling to the right. Set Left Scroll-Boundary Column 10. Set Right Scroll-Boundary Column 10. Scroll List PS+<10>. Scroll List Left.

What is the order of events that fire. 10 Start-of-Selection 20 End-of-Selection 30 Initialization 40 Get 50 At Selection-Screen. 30 10 50 40 20. 30 50 10 40 20. 50 10 40 10 20.

An ABAP Program has a selection screen. The ABAP is to be included as a step in background JOB. What other the field must be filled in when creating the JOB Step. Variant. Print Specifications. Language. Mandatory Fields.

Name the Transaction Code used to view background jobs. SE80. SM37. SE37. SM36.

What is the true about Extract dataset. (More than one answer is correct). The Header Must be defined as one of the field groups. Definition of a field group immediately reserves storage space for the fields. An extract dataset may consist of records with different structures. The field group HEADER is part of each extract record. More than one Extract Dataset is allowed per program.

Name the Transaction Code used to create beackground jobs. SM36. SE12. SM37. SM13.

READ CURRENT LINE makes use of what system variables... (More than one answer is correct). SY-CPAGE. SY-INDEX. SY-CUROW. SY-PAGNO.

Within the AT USER-COMMAND processing clock which system variableis used to check the function code. SY-GUI. SY-UCOMM. SY-FCODE. SY-KEY.

What is required to establish an interactive list. (More than one answer is correct). The user interface allows actions to trigger interactive list type events. The Hide command is programmed into the report. Corresponding interactive events are programmed.

What appears in the standard header of a list. (More than one answer is correct). Page Number. User. Date. Underline. Program title.

If your program has no START-OF-SELECTION event and you program statements between the REPORT statement and the first event keyword of FORM statement, the statements are included witch which processing block. END-OF-SELECTION. No Processing Block. START-OF-SELECTION. Initialization.

Which system variable contains the number of the detail list that is being generated. SY-TABIX. SY-LSIND. SY-LISTI. SY-INDEX.

What is not a valid functional area type. LDB. Sequential Data Set. Search Help. Joined Tables. Program.

Where do you define a LDB to a program. Data Statement. Get Statement. Program Attributes. Tables Statement.

At what points does parameter ID get reset. User sign off. When you Flush the SPA/GPA memory. Free Memory. Program Execution Ends.

How can records from the left table be omitted in an outer join. specify conditions in the WHERE clause. specify conditions in the ON clause. There is no way to omit records from the left table. specify conditions in the FROM clause.

What is true about Functional Areas and User Groups in ABAP Query. (More than one answer is correct). The queries of a user group belong only to the person that created the query. A Functional area can be assigned to several user groups. The user can access only designated queries in a given user group. Users belonging to the same authorization group have the same query privilege. Several Functional areas can be assigned to one user group.

What is the structure of the internal table when a select-options is declared in your program. Sign Option Low High. Sign Operator High Low. High Low Sign Operator. Low High Sign Option.

How many stadistics or ranked list are allowed per query. Unlimited. 10. 9. 1.

Where in a program would you create the objects for ALV control. In a PAI Module. In a PBO Module. At Start-of-Selection event. In the Load-of-Program Event.

Where would the Cancel Button typically be located. Title Bar. Standard Toolbar. Menu Bar. Application Toolbar.

During interactive reporting, at what point does SY-LSIND get incremented by the system. When you programatically increment it. At the end of an interactive processing block. At the beginning of an interactive processing block.

Mark the valid syntax and usage of the message statement. Assume the message class UD is defined in the REPORT statement. (More than one answer is correct). Message (UD)E004. Message E004(UD). Message E004. Message ID UD Type E Number 0004.

The user default for the data format is set to YYYY.MM.DD. Assume that today's date is Jan 15, 1999. Select the displayed output of the date field in the following code. 15-01-1999. 1999.01.15. 01/15/1999. 19990115.

Which statement prevents duplicate internal table entries. Append. Delete Duplicates. Collect. Insert.

Mark the sort statement that is more efficient. Sort itab by keys. Sort ITAB BY (fieldname). Sort ITAB. Sort Itab Ascending.

At what point does the standard selection screen (as a result of a select-options) get displayed. After Initialization event. At Start-of-Selection event. Prior to Initialization event. Before the Report Statement.

Which modularization unit do not use ABAP/4 memory to pass data. transactions. Remove this record. function modules. reports called with SUBMIT and Return. Parameter Ids.

What is the ALV Grid Control. It is a link control tool to Query and Quickviewer. It is a generic tool for displaying lists in screens. it is an object. It is a data collection tool.

Where does the system store the data after a READ LINE has performed on a list. SY-LISTI. In Memory. In an Internal Table. SY-LISEL.

Identify the line number that will cause the break for AT NEW CONNECTION        CARRIER     CONNECTION   FLIGHTDATE 10   AA                 FFF                    Jan 2 20   AA                 FFF                    Jan 3 30   DL                 FFF                    Jan 5. 30. 20. All rows will cause a break. NO rows will cause a break.

Define Logical Database. An ABAP/4 Reading Program used to read and process data. A Reporting Tool. Defintion of a Relational Data Model. A method to update data.

Values supplied to variants are stored in which table. T006. TVARV. PARM. TVAR.

An Internal Table is filled with the data below. Whats is the contents of the header line the first time the sum statement is executed Carrier Connection Seats AA FFF 10 AA FFF 20 DL FFF 30. AAFFF30. AAFFF10. AA***30. *****30.

Suppose LFA1 is the root node, LFBK and LFB1 are branches of LFA1, and LFC1 is a branch of LFB1. If the report contains only one single GET statement for LFB1, the processing passes through which tables. LFA1, LFBK, LFB1, LFC1. LFA1, LFBK, LFB1. LFA1 and LFB1.

Which is not a valid option of the Write Statement. As RadioBox. NO-GAP. No-Zero. Under. Centered. Input.

What Internal Table Fields are generated using a select-options. (More than one answer is correct). Sign. Operator. High. Low. Option. Between.

Denunciar Test