option
Questions
ayuda
daypo
search.php
ERASED TEST, YOU MAY BE INTERESTED ON SAP ABAP MINI 9
COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
SAP ABAP MINI 9

Description:
C_TAW12_750 - SAP - ABAP with SAP NetWeaver 7.50

Author:
AVATAR
SAP
Other tests from this author

Creation Date:
29/05/2020

Category: Others

Number of questions: 22
Share the Test:
New CommentNuevo Comentario
AVATARTarique ( uploaded 3 years )
Report comment
the balance questions are available on: https://en.daypo.com/sap-abap-mini-9-part-b.html
Content:
Which database objects can you create in the ABAP Dictionary? There are 2 correct answers to this question Indexes Logical databases Projection views Foreign key relationships.
You call a lock module. Which exceptions could the lock module raise when a logical lock CANNOT be set? There are 2 correct answers to this question FOREIGN_LOCK CX_SY_OPEN_SQL_ERROR CX_SY_DATA_ACCESS_ERROR SYSTEM_FAILURE.
Which types of programs or parts of programs can be tested directly from the ABAP Workbench or ABAP Editor? There are 4 correct answers to this question. INTERFACE-POOL FUNCTION MODULE PROGRAM REPORT CLASS-POOL TYPE-POOL FUNCTION-POOL INCLUDE METHOD.
You are asked to enhance the GUI status of an SAP standard application.  How do you identify which menu exit function code you can use? Please choose the correct answer. It starts with an ampersand (&). It starts with an asterisk (*). It starts with a dollar ($). It starts with a plus (+).
When would you call the RFC function module synchronously? There are 2 correct answers to this question. During two-way communication During unidirectional communication During queue processing During interactive communication.
Which of the following statements create a data object? There are 3 correct answers to this question. TYPES CONSTANTS CLASS-DATA CLASS PARAMETERS.
When is an ENDSELECT not required for a SELECT? There are 3 correct answers to this question. When you specify appending a table When you specify into a table When you specify a join of tables When the FROM is a view When you do a SELECT SINGLE.
In the CALL CUSTOMER-FUNCTION 'nnn' statement, nnn is a three-digit number used in SAP programs for which of the following types of enhancement? Please choose the correct answer. Customer exits User exits New BAdIs Business add-ins.
Which of the following enhancement options does not require any preparation from SAP? Please choose the correct answer. New BAdIs Implicit enhancement point Explicit enhancement sections Explicit enhancement point.
Which class is used to define a reference for an instance of the ALV Object Model? Please choose the correct answer. Class CL_GUI_BDC_GRID Class CL_SALV_TABLE Class CL_GUI_ALV_GRID Class CL_GUI_CUSTOM_CONTAINER.
Your colleague has asked you to analyze an ABAP program that does not behave correctly when a button is pressed on the initial screen. You want to start the Debugger when the button is pressed so that you can perform your analysis. What system command do you type in the command field? Please choose the correct answer. /hx /h Jdbg /n.
Which of the following elements can a string template contain? There are 2 correct answers to this question. Function module calls String processing statements Literals Functional method calls.
Which selection screen elements allow user input in ABAP Reports? There are 2 correct answers to this question PARAMETERS SELECT-OPTIONS SELECTION-SCREEN BLOCK SELECTION-SCREEN COMMENT.
Which of the following conditions must be fulfilled when using a GROUP BY clause in a SELECT statement? There are 2 correct answers to this question. All fields in the SELECT clause that are not part of an aggregate function must be listed after GROUP BY. The table in the FROM clause must be a transparent table. The fields after GROUP BY must have a character type. The SELECT statement must also have a WHERE clause.
What is the maximum number of watchpoints that can exist at one time? Please choose the correct answer. No limit 6 8 10.
In which order do you implement a new BAdI? Please choose the correct answer. Create BAdI Implementation Create Enhancement Project Create Enhancement Spot Implementation Create BAdI Implementation Create Enhancement Project Create BAdI Implementation Create  BAdI Implementation Create Enhancement Spot Implementation.
You display the content of an internal table using an ALV grid control. The content of the internal table changes during the program. Which CL_GUI_ALV_GRID class method can you use to display the changed content? Please choose the correct answer. SET_TABLE_FOR_FIRST_DISPLAY in module PAI SET_TABLE _FOR_FIRST_DISPLAY in module PBO REFRESH_TABLE_DISPLAY in module PBO REFRESH_TABLE_DISPLAY in module PAI.
A class is defined as follows: CLASS my_class DEFINITION. PUBLIC SECTION. METHODS do_something. EVENTS state_changed. CLASS-METHODS static1. PRIVATE SECTION. TYPES t table TYPE STANDARD TABLE OF t001 WITH NON-UNIQUE DEFAULT KEY. CONSTANTS gc_const TYPE IVALUE 1. ENDCLASS. Which components of the class can static method static1 address directly? There are 2 correct answers to this question. The do_something method. The state_changed event. The gc_const constant The t_table type.
You are creating an inspection using the Code Inspector. Which entities can you select for inspection? There are 3 correct answers to this question. Contents of an object set Contents of a package Contents of named user's objects Contents of a transport request Contents of a single object.
Which components belong to an elementary search help? There are 2 correct answers to this question. Import / export parameters Attachment to a field Selection method Fixed values.
You write the following ABAP statement: SELECT SINGLE carrid, connid, cityfrom, cityto FROM spfli INTO @gs_spfli WHERE carrid = @pa_car AND connid = @pa_con. How are the selected fields placed into target structure gs_spfli? Please choose the correct answer. Into fields with the same name and same type Into fields with the same type From left to right Into fields with the same name.
Which of the following generic types can you use to define a field symbol that will be assigned to a character string? There are 3 correct answers to this question. Type any Type clike Type xsequence Type csequence Type any table.
Report abuse