Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONC_TAW12_750_1-160

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
C_TAW12_750_1-160

Description:
C_TAW12_750

Author:
Wildww
(Other tests from this author)

Creation Date:
23/09/2021

Category:
Others

Number of questions: 160
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
Peter9898 ( uploaded 2 years )
Can I Download as a pdf?
Answer
AVATAR
daypo ( uploaded 2 years )
When you finish the test, you have the option to print it. When you click in the print button, you can choose to send the document to a printer or to save it as pdf.
Content:
Question: 1 Select the valid customer defined Message Stement: MESSAGE Y123. MESSAGE E123 (9999). MESSAGE ID 'AT' TYPE 'S' NUMBER 100 MESSAGE E123 by Fielda Fieldb.
Question: 2 What happens when a 1 to many relationship is encountered with an inner Join redundant data is not returned to the resulnt set redundant data from the outer ble is included run time error redundant data from the inner ble is included.
Question: 3 What must be assigned to help parameters? data element domain values nothing.
Question: 4 What is conined in the system variable sy-Linsz? row count of the current line height of the current line width of the current line size of vertical bars in your list.
Question: 5 Identify the line number that will cause the break for at NEW CONNECTION? All rows will cause a break 20 30 NO rows will cause a break.
Question: 6 On what line does the output ‘AAAA’ appear in the following code? 9 2 1 10.
Question: 7 What determines if a table is a client specific versus client independent? The first field is mandt with a external data type CLNT and specified as a key field Depends how Basis has configured the client The option 'Client Specified' is added to the Select stement The first field is mandt with a domain CLNT but not specified as a key field.
Question: 8 What is true about the primary index of table? (More than one answer is correct) The primary index is automatically created when the table is activated The key fields of the table make up the primary index The primary index ID is designated by the Dabase Administrator The developer designates the fields to be used as the primary index.
Question: 9 Default page headings are created on which type of list? All lists Basic Secondary.
Question: 10 Identify the dictionary type of field catalog used for the ALV control? Fieldcat Catalog alv_calog lcv_t_fcat.
Question: 11 Program A issues the following stement SUBMIT PROGRAM B. what kes place Program A becomes active in the same internal session of Program B Program B becomes active in the same internal session of Program A User Context is flushed Program B runs in a new internal session.
Question: 12 What are valid methods for including text elements in your program? (More than one answer is correct) Write: 'Hello'(001) Write: TEXT-001 Write: 001(Hello) Write: TEXT-001'Hello'.
Question: 13 Refer to the following. If there are no entries in my-b what is the result? Run time error All entries are retrieved Only distinct values for key1 No entries are retrieved.
Question: 14 When writing a list, what command would allow you to overwrite a line? Back Overtype Reserve Write:/ 1.
Question: 15 What condition apply for a left outer join in open SQL? Only 'Or' can be used as a logical operator in the ON condition A Left Outer Join is not permitted in OPEN SQL A join stement is found to the right of the join operator At least one field form the table on the right is required for comparison in the ON condition.
Question: 16 What does a LDB provide? (More than one answer is correct) Consistent and flexible user interface A method to access the da in a random manner Centrally defined authorization checks Central performance improvements for update accesses.
Question: 17 What is needed to ensure a check field is verified against the referred key field of the check table? same data type only is required for check field and referenced field all key fields MUST have domain equality between check table and foreign key table same domain is required for check field and referenced field same data element is required for check field and referenced field.
Question: 18 Select example of organizational data? Sales Order Country Keys Cost Centers Vendors.
Question: 19 Identify the valid attributes of domain? (More than one answer is correct) Header Label Length Fixed Values Type.
Question: 20 For called program component that are of type transaction or report, what is true about the roll area (assuming processing will resume in the calling program). Share the same roll area They run in their own roll area They run in the roll area of the caller.
Question: 21 What are the main functions of the da dictionary? (More than one answer is correct) To insulate the ABAP/4 developer from the database To provide data security at the application level To connect to the operating system To support the creation and management of metadata.
Question: 22 What is true about SAP query? Users can access only the fields which are assigned to a functional group A user master record is generated when the query is defined SAP user can be assigned to only one user groups Functional Area can be a special view of a logical dabase.
Question: 23 Programs that extends beyond transaction limits and want to pass data should use: SAP Memory tables ABAP/4 memory.
Question: 24 Which of the following is an invalid method for populating an internal table? Insert IB Append Read table IB Select into table IB from dbb. Collect.
Question: 25 Identify the clause that is used in suppress standard headers? No Standard Heading No Standard Page Heading Suppress Standard System>List>Save.
Question: 26 What appears in the standard header of list? (More than one answer is correct) Page Number User Program title Date Underline.
Question: 27 You have made change to an existing table that conins d a. What kes place when the Database Conversion utility is executed? (More than one answer is correct) Data in the table is automatically deleted and must be reloaded The table in the database is renamed and eventually deleted The indexes for the table needs to manually be reconstructed in the ABAP Dictionary The revised table in the ABAP/4 Dictionary is activated The table in the dabase is recreated.
Question: 28 After a READ LINE on a List, what happens to the HIDE data? Nothing, the data remains in the hidden area The hide data is restored to shared memory The Hide data is not available to the program It is transferred back to the fields defined in the program.
Question: 29 Which of the following short programs will not display the text “SY-LSIND= 1” during interactive reporting? ZPGM3 ZPGM2 ZPGM1.
Question: 30 Where does information comes from when you press F1 on a screen fileld? Data element documention Domain short text Search help Domain Help values.
Question: 31 What will cause the AT USER-COMMAND to fire? Type S Function Codes Type T Functions Codes Normal Function Codes Function Codes that Start with P.
Question: 32 What are the coordinates of the following model dialogue Box? Window Starting at 10 20 Ending at 20 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 Starting at Row 10, Column 20 Ending at Row 20, Column 30.
Question: 33 What is the effect of the collect stement if any entry with the same key already exists? Appends a new line adds the numeric fields to an existing entry Creates a new entry.
Question: 34 How are buffers used by inner and outer joins? buffers are always used buffers are always bypassed the choice can be made to use or bypass buffers.
Question: 35 Mark the code that will display the selection screen of the called program ZIST (More than one answer is correct) SUBMIT ZTST USING SELECTION-SET 'VAR1' SUBMIT ZTST VIA SELECTION-SCREEN SUBMIT ZTST AND RETURN SUBMIT ZTST VIA SELECTION-SCREEN USING SELECTION-SET 'VAR1'.
Question: 36 During interactive reporting, at what point does sy-Isind get incremented by the system? When you programmatically increment it At the end of an interactive processing block At the beginning of an interactive processing block.
Question: 37 What requirement exists if a field is defined in the dictionary of type CURR? Decimals must be defined in The field must be numeric The field must be linked to another field of type CUKY No other requirement exists.
Question: 38 Identify the case where table buffering should be set off For Global Master Data When the most current data is not required When the most current data is required For Small Static non volatile tables.
Question: 39 What is true about views? (More than one answer is correct) A view contains data Maintenance Views are not updateable A view is automatically created on the dabase upon activation Views can be buffered.
Question: 40 READ CURRENT LINE makes use of what system variables …. (More than one answer is correct) SY-CUROW SY-PAGNO SY-CPAGE SY-INDEX.
Question: 41 When does a table get physically created in the underlying database? When you activate a transparent table in the ABAP Workbench When you create a transparent table When Basis creates the tablespace at the OS layer When you activate a transparent table in the Dictionary.
Question: 42 When you EXPORT an internal table that has a header line to ABAP/4 memory, what is the result? The header line and contents of the internal table are stored You cannot EXPORT an internal table with a header line. Only the header line is stored Only the contents of the internal table is stored.
Question: 43 What is the code required in order to scroll the third detail list to page? Scroll LIST Index 3 to Page 5 Scroll LIST sy-index 3 to Page 5 Scroll LIST sy-lsind 3 to Page 5 Scroll LIST 3 5.
Question: 44 In the context of a logical database, which is not a valid ABAP/ 4 keyword event Get Initialization At Selection-Screen End-Of-Selection Put.
Question: 45 Mark the sort stement that is more efficient Sort Ib Ascending Sort IB Sort IB BY (fieldname) Sort ib by keys.
Question: 46 Select the methods used to access data on the database (More than one answer is correct) Read table Get node Native SQL ABAP/4 Open SQL LDB.
Question: 47 Where does the system store the data after a Read Line has been performed on a list? In Memory In an Internal table SY-LISTI SY-LISEL.
Question: 48 What is true about sorting an extract (intermediate) database? You can sort an extract dataset event without a header The extract dataset is typically sorted in the Srtof- Selection processing block The sequence of the control breaks in the Loop does not have to correspond to the extract dataset sort sequence The extract dataset must be sorted for processing to begin.
Question: 49 What is Top-Of-Page event triggered? When the Top-Of-Page event is encountered in sequence After Number of lines per page, as specified in the REPORT, have been written to the list buffer When the report starts When the first write stement is encountered.
Question: 50 What is the purpose of nodes statement in an ABAP program? Points to cluster tables Indicates the nodes from the logical database Specifies the logical database Sets up an address pointer to the nodes in the shared memory buffers.
Question: 51 What happens when an EXIT stement is executed in the AT event? The program ends. The remainder of the current processing block is executed The output list is displayed. The system leaves the processing block and branches to the processing block of the next event.
Question: 52 What makes a text table? The type of foreign key field defined must be "No Key /Candidates" The key of the text table consists of the key of the check table plus an additional language key Cardinality must be defined as 1:1.
Question: 53 Mark the event keyword that links reporting processing and logical database Put Read Get Select.
Question: 54 Why is subquery usually more efficient? data is filtered in the sapgui data is filtered at the application server data is filtered in the database data is filtered on the network.
Question: 55 The user default for the date format is set to YYYY.MM.DD. Assume that today’s date is January 15, 1999 the displayed output of the date field in the following code 01/15/1999 1999/01/15 19990115 1999.01.15.
Question: 56 Which statement would be used to create a box with a frame title on a selection screen? Begin of Block, End of Block Begin of Selection, End of Selection Begin of Frame, End of Frame Begin of Box, End of Box.
Question: 57 What is the default screen that is generated for a selection screen? 100 1000 1001 1100.
Question: 58 What is the recommended method to modify a standard search help to include customer defined search paths? Add an elementary search help to the standard search help Add a collective search help to the standard search help Perform a modification to the standard search help Enhance the standard search help with an append search help.
Question: 59 What is authorization object is required to maintain queries? S_Query S_Program S_Query_All S_Maintain.
Question: 60 What happens if message E046 is raised? Field Sales is open for input and all other fields are not available for input The program ends All fields are open for input and cursor is positioned on field sales The initialization event is fired again.
Question: 61 What is true about the result set of an inner join at the database level? contains all entries from both tables contains all entries from the left table contains only entries that match contains all entries from the right table.
Question: 62 What is structured type in the ABAP dictionary that has no physical table definition in the underlying database referred to as? structured type table type structure table.
Question: 63 An ABAP program has a selection screen. The ABAP is to be included as a step in the Background job. What other field must be filled in when creating the job step? Print Specifications Variant Language Mandatory Fields.
Question: 64 Suppose LFA1 is the root node, LFBK and LFB1, are branches of LFA1, and LFA1 is a branch of LFB1. If the report contains only one single GET statement for LFB1, the processing passes through which table. LFA1,LFBK,LFB1.LFC1 LFA1, LFBK, LFB1 LFA1 and LFB1.
Question: 65 Where are dictionary changes made available to ABAP programs? Next time user signs on Immediately, providing the object is activated After Database is re-organized Next time program is re-generated.
Question: 66 If the program has a START-OF-SELECTION event and you program statement between the REPORT statement and the first event keyword or form statement, the statement are than included with which processing block START-OF-SELECTION END-OF-SELECTION Initialization No Processing Block.
Question: 67 What methods can be used to set the values for printing an online list. (More than one answer is correct) NEW-PAGE PRINT ON Function SET_PRINT_PARAMETERS Function GET_PRINT_PARAMETERS Include SET_PRINT_PARAMETERS.
Question: 68 What can be assigned directly to a data element? (More than one answer is correct) domain built-in type table type check table table field.
Question: 69 Which program us used the refine the values returned by a search help? administration data Export restrict value range Import.
Question: 70 How can records from the left table be omitted in an outer join? specify conditions in the WHERE clause There is no way to omit records from the left table specify conditions in the ON clause specify conditions in the FROM clause.
Question: 71 Table T wants to ensure that the key field t1-fileda entered is valid against a field t2 fielda in the table T2. Which is foreign key table? T1 T3 from the dictionary T2.
Question: 72 What is not a valid functional type? Program Joined tables Sequential Data Set LDB Search Help.
Question: 73 Define logical database A Reporting Tool A method to update data Definition of a Relational Data Model An ABAP/4 Reading Program used to read and process data.
Question: 74 What is the option on the “Parameters” statement in a report program to include a SPA/GPA Parameter ID? Memory ID Parameter ID Value Default Parameter ID.
Question: 75 Which system variable contains the number of detail list that is being generated? SY-INDEX SY-LISTI SY-LSIND SY-BIX.
Question: 76 Identify the item that are not considered Data Dictionary technical settings when creating a dictionary table (More than one answer is correct) Buffering Data Class Field Name Size Category Status.
Question: 77 What is true of the new-page statement? (More than one answer is correct) It is an event Requires at least one write statement before it can be executed Increments the page counter Used to generate a blank page.
Question: 78 What does the following code achieve? When the user presses F1, 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 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.
Question: 79 What is the order of code that gets executed in the following code? 40, 50, 60, 70, 80 40, 80, 50, 80, 60 80, 40, 50, 80, 60.
Question: 80 tables with indices, result in reduced performance in what Kind of OPEN SQL operation Data Base Modify All database access Data Base Retrieval Data Base Updates.
Question: 81 In what can lists be saved? (More than one answer is correct) Local File to the application server SAPOFFICE HTML Format on local PC ABAP Editor Report Tree.
Question: 82 Identify the valid methods for setting the value of a select-option selection field… (More than one answer is correct) Initialization. ZFLIGHTS-CARRID = 'AA'. Start-of-Selection. ZFLIGHTS-CARRID = 'AA'. SELECT-OPTIONS AIRLINE FOR ZFLIGHTSCARRID MEMORY ID CAR. SELECT-OPTIONS AIRLINE FOR ZFLIGHTSCARRID DEFAULT 'AA'.
Question: 83 When does a processing block for a Get statement end? When the END GET statement is encountered When the next keyword event is encountered When all data has been retrieved for the Get After each PUT in the LDB.
Question: 84 What is true about the result set of an left outer join at the database level? (More than one answer is correct) contains all entries from the left table contains only entries that match in the on clause fields from unmatched rows in the right table are null filled fields from unmatched rows in the left table are null filled contains all entries from the right table.
Question: 85 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 Corresponding interactive events are programmed The Hide command is programmed into the report.
Question: 86 Assuming a Detail list exists, what kes place when sy-island is set to zero. (More than one answer is correct) All secondary lists are deleted The basic and secondary lists are deleted The basic list is overwritten with the current secondary list The original basic list is re-displayed.
Question: 87 Which is not a valid option of write statement? Input NO-GAP No-Zero As Radio Box Centered Under.
Question: 88 Mark the valid logical nodes (More than one answer is correct) table Structure Node File Complex Data Object.
Question: 89 At what point does a parameter ID get reset? Program Execution Ends User sign off Free Memory When you Flush the SPA/GPA memory.
Question: 90 What type of ABAP Query list would be appropriate if the user wanted to determine the ten top salespeople? Statistics Ranked lists Percentage Basic lists.
Question: 91 Which of the following will trigger the AT LINE_SELECTION event? (More than one answer is correct) Double Click a line on a list Function Code P+ F2 Function Code PICK Menu Option EDIT>Choose Function Code CHOOSE.
Question: 92 What happens to memory when the Export is executed without specifying ID? i.e Export object to memory SAP Memory is overwritten ABAP memory sets up a new default area The ABAP memory is completely overwritten.
Question: 93 Mark the valid usage of Read stement (More than one answer is correct) DO. Read Line SY-INDEX. ENDDO. Read Line 3 of Current Page Read Line 3 of Next Page Read Current Line of table IB.
Question: 94 Which of the following dictionary objects gets stored as a runtime object? tables All of the answers are correct Structures Data Elements table Types.
Question: 95 What are the three main sub objects of the LDB? (More than one answer is correct) Search Helps DB Program tables Structure Selection Screen.
Question: 96 The cardinality of a foreign key relationship is defined as 1:N What does this imply? One record of the check table is assigned to many records of the foreign key table Many records of the check table are assigned to one record of the foreign key table One record of the foreign key table is assigned to one record in the check table.
Question: 97 Table ZMYBLE is created in the dictionary. When does the table get created in the underlying dabase? When the database administrator physically creates the table At the end of the table creation after it is saved When the table is activated At the beginning of the table creation It does not correspond to an object in the underlying database and does not get created.
Question: 98 What is the order of events that fire? 30 50 10 40 20 50 10 40 10 20 30 10 50 40 20.
Question: 99 Identify the object that cannot have a search help atched to it? table table field type check table data element.
Question: 100 Identify the different type categories in the ABAP dictionary (More than one answer is correct) table Types Data Models Structures Data definitions Data Elements.
Question: 101 Which modulation unit do not use ABAP/4 to pass data? Remove this record function modules Parameter Ids transactions reports called with SUBMIT and Return.
Question: 102 How many statistics or ranked lists allowed per query? 10 Unlimited 9 1.
Question: 103 What is true about the end-of-page Event? (More than one answer is correct) Used to create Footers Occurs when the page break has been triggered by the New-Page statement Automatically creates a footer on the last page of a list Works only if you reserve space in the Report Statement using the line-count stement.
Question: 104 What is the effect of the hide statement? The variable appears on the current line as indicated by sy-linno The system stores the field name and values for each field hidden The fields are invisible and cannot be written to the list.
Question: 105 Which statement prevents duplicate internal table entries? Insert Append Delete Duplicates Collect.
Question: 106 When does system reset the formatting values on a write stement? When explicitly changed using the Format statement All answers are correct At any New Event Using the Reset option of the Format statement.
Question: 107 Given the logical database F1S, identify the database program that is created? Your user defined Program Name SAPMZF1S SAPDBF1S DBF1SSEL.
Question: 108 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 The user can access only designated queries in a given user group Users belonging to the same authorization group have the same query privilege A Functional area can be assigned to several user groups Several Functional areas can be assigned to one user group.
Question: 109 What is the READ LINE statement used for? (More than one answer is correct) Reading Secondary Lists Reading the Basic List Reading Dabase tables Reading Internal tables.
Question: 110 When is it better to buffer the table? When a table is linked to check tables When a table is read infrequently When a table is read frequently and the data seldom changes When a table is read frequently and the data is always changing.
Question: 111 Which object would you integrate to determine the length of a field on a screen? Repository Data Element Value table Dictionary Domain.
Question: 112 What techniques would you use to fix the 10 leftmost columns on a list when scrolling to the right? Scroll List Left Scroll List PS+<10> Set Left Scroll-Boundary Column 10 Set Right Scroll-Boundary Column 10.
Question: 113 Which report statement option determines the width of a list? Line-Width Line-Count Report Size Line-Size.
Question: 114 Refer to the following code. Why the literal ‘Hello’ would not be displayed on your list. Write: “Hello’ (001) (More than one answer is correct) Text elements cannot be used in a Write statement The text element is missing from the program Your logon language is different than the original language The text element does not contain the value 'Hello'.
Question: 115 When does the GET <node> late event fire? After the next data record for the same node is read and before all subordinate nodes have been processed After the END GET At the end of all Get events After all subordinate nodes have been processed and before the next data record for the same node is read.
Question: 116 What internal table Fields are generated using a select-option? (More than one answer is correct) Low Between Option High Sign Operator.
Question: 117 What is true about extract database? (More than one answer is correct) An extract dataset may consist of records with different structures More than one Extract Dataset is allowed per program The Header Must be defined as one of the field groups The field group HEADER is part of each extract record Definition of a field group immediately reserves storage space for the fields.
Question: 118 Values supplied to variants are stored in which table T006 TVAR TVARV PARM.
Question: 119 Where do you define a LDB to a program? Data Statement Program Attributes Get Statement tables Statement.
Question: 120 What is the event that could be used to create a header on a detail list? Top-of-page Top-of-page During Line-Selection New-page At line-selection.
Question: 121 Where do dictionary runtime object get stored? in the dictionary in work processes in structures in table "nameb".
Question: 122 Identify the basic objects of the da dictionary (More than one answer is correct) Data Models tables Data Elements Documention Domains.
Question: 123 Upon what condition will a transaction be directly called from a GUI status? The Function Type is set to T The Function Type is set to S The Transaction Type is set to T The Function Code is left blank.
Question: 124 What is the result of following code? 1 3 4 2 1 2 3 4.
Question: 125 Structure MY-STRUCTURE is created in the dictionary. When does the structure get created in the underlying database? When the database administrator physically creates the table At the end of the table creation after it is saved. When the table is activated At the beginning of the table creation It does not correspond to an object in the underlying database and does not get created.
Question: 126 An internal table is filled with the data below. What is the contents of header line the first time the sum statement is executed? AAFFF10 *****30 AAFFF30 AA***30.
Question: 127 At what point does the standard selection screen (as a result of a selection-option) get displayed After Initialization event Prior to Initialization event Before the Report Statement At Start-of-Selection event.
Question: 128 A view called znyview is created in the dictionary. What gets physically created on the underlying database? Views are not created with the dictionary a view named v_zmyview Views do not get created on the database a view named zmyview.
Question: 129 What is true about a structure? The STRUCTURES statement is used to define a structure in a program Structures contain data beyond the runtime of a program. The TABLES statement is used to define a structure in a program A physical database table is created for a structure.
Question: 130 Within the AT USER-COMMAND processing block which system variable is used to check the function code? SY-UCOMM SY-KEY SY-GUI SY-FCODE.
Question: 131 Which type is not a GUI status? List Status Dialog Box Context Menu Online Status.
Question: 132 What will be the value of F1 after the export? SPACE 1 2 Run Time Error will occur.
Question: 133 How can you perform a direct database read from a buffered table? Buffering can be turned off on the application server by the programmer using the ABAP Workbench Add the BYPASSING BUFFER clause on the select statement Do not have buffering in the technical attributes.
Question: 134 From the list below, which is not a data class in the Dictionary? Master Data Organizational Data System data Project Data.
Question: 135 If table is an LDB are hierarchically higher in a structure than the table defined in the report, what kes place? The selection screen will not display selection criteria for the higher tables The selection screen will display selection criteria for the higher tables The selection screen will display selection criteria for the higher tables at the time of the Get for the lower level tables The selection screen will display selection criteria for the higher tables only if you issue a Get for the higher level table.
Question: 136 Where do the fixed values of a domain get checked? In Screens only When a SQL Insert is performed When a SQL Update is performed When user presses F1 - Technical info.
Question: 137 What does not cause Top-Of-page Event? New-Page followed by a Write Line Count is exceeded as defined in the Report stement Double Click on the line The first encountered Write Stement.
Question: 138 Which are valid ABAP Query report types? (More than one answer is correct) Ranked lists Statistics Basic lists Select Lists Summary.
Question: 139 Mark the three system fields that are continuously maintained by the list (More than one answer is correct) SY-LINSZ SY-TITLE SY-LINNO SY-COLNO SY-PAGNO.
Question: 140 What is the maximum number of allowed Detail lists? As much as the roll area allows 20 Unlimited 10.
Question: 141 What is true about a logical database program? 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 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.
Question: 142 Identify the key assignments for function keys in a GUI status? (More than one answer is correct) Random Function Keys Suggested Function Keys Recommended Function Keys Freely Assigned Function Keys Reserved Function Keys.
Question: 143 What determines the report specific structure (selection criteria) of a logical database program. The Functional Area The tables for which a corresponding Node statement exists The nodes in the Selections Include Program The Parameters defined in the report program.
Question: 144 Select the line that would execute in the following code after the STOP statement? 130 100 120 80.
Question: 145 Mark the valid values for a checkbox. (More than one answer is correct) X Space 1 0 Any Alpha Character.
Question: 146 Which of the following does not physically exist in the underlying database? (More than one answer is correct) Transparent table Internal table View Structure.
Question: 147 Where would the cancel button typically be located? Standard Toolbar Menu Bar Application Toolbar Title Bar.
Question: 148 What controls the dialogue behavior of a search help? (More than one answer is correct) Admin data DPOS SPOS LPOS Value Range.
Question: 149 Which linking method will leave current processing and not return? (More than one answer is correct) Call Function Submit Call Transaction Leave To Transaction.
Question: 150 Full buffering would be appropriate for what type of table? Small Static tables Internal tables Transaction tables tables with generic Keys.
Question: 151 What system variables contains the contents of the selected line in interactive reporting? SY-LSIND None of the answers are correct SY-LISEL SY-LINNO.
Question: 152 Select the line that would execute in the following code after the exit statement? 80 Exits The Program 120 100 130.
Question: 153 What DOES NOT determines the behavior of the search help? the interface of the search help dialog behavior user master record parameters the selection method that determines the values to be displayed.
Question: 154 What does the DESCRIBE TABLE statement provide to the program? Access Type Key Definition Key Uniqueness Key length.
Question: 155 You have added an append structure to a standard SAP table. What happens to a standard table when a new version of the table is imported during an upgrade? When the standard tables are activated, the append structure is automatically appended to the standard table All append structures are deleted. A new append structure must be created and then appended to the standard table The append fields are automatically appended to the table upon activation but you must still convert the table The standard table is returned to standard. Therefore, the append structure must be manually reapplied.
Question: 156 Where would you typically see the code “call Selection-Screen’? Top-of-Page Start-of-Selection At Line-Selection At Selection-Screen.
Question: 157 What is true about a check table? Check table fields can accept only values which exist in the check table Foreign key fields can accept any values regardless of the check table Foreign key fields can accept only values which exist in the check table.
Question: 158 Identify the method that provides possible values? Database View Transparent table Search Help Help Query.
Question: 159 What authorization object can be used to restrict users from processing nodes in the reporting tree? S_NODE S_PROGRAM S_EXECUTE S_DEVELOP S_TREE Local File to the application server.
Question: 160 A data element is an example of Business Object Semantic Domain Physical Definition Technical Domain.
Report abuse Consent Terms of use