Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONjongo's test 111~200

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
jongo's test 111~200

Description:
c_p2w_abn

Author:
CHO
(Other tests from this author)

Creation Date:
10/12/2023

Category:
Computers

Number of questions: 90
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
Which events can exist in all types of programs that actually contain executable statements? AT USER-COMMAND AT PF## INITIALIZATION LOAD-OF-PROGRAM AT LINE-SELECTION START-OF-SELECTION .
Which statements are true? Select all that apply(5) The ALV Object Model requires a table refresh after programmatically changing the ALV The ALV Grid can define a sort criteria for initial display. The ALV Object Model uses a reference to the data table for display. The ALV Object Model can define a sort criteria for initial display. The ALV Grid uses a reference to the data table for display. The ALV Grid requires a table refresh after programmatically changing the DALV.
What is variable-length structure called? Please choose the correct answer. Nested structure Nested link structure Flat structure Link structure.
The statements CALL BADI and GET BADI are used for which type of BAdls? Classical BAdl None of the above New BAdI.
Which actions release a database lock (with a default value for _SCOPE)? Select all that apply. (5) An /n in the command field The display of a dialog message type E ENQUEUE_<lock_object> A call to a function module DEQUEUE_<lock_object> COMMIT WORK A CALL TRANSACTION / A SUBMIT (Sepeperat) The display of an SAP screen The display of a dialog message type A ROLLBACK WORK.
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? Customer exits User exits Business add-ins New BAdls.
It is possible to PERFORM <subroutine> ON COMMIT in an update task true false.
Which steps do you have to perform when defining a view using core data services (CDS)? There are 3 correct answers to this question. Specify the name of the SQL view in ABAP Dictionary Create a data definition in your ABAP package Use the DDL statement DEFINE VIEW and SQL like Syntax Create a proxy object for the defined view. Define the type mapping between ABAP and SAP HANA.
A selection screen can only be defined in an executable program. TRUE FALSE.
Which of the following statements regarding search helps are true? Select all that apply. You can use a database view for the search help selection method. You can use transparent tables for the search help selection method. You can use a maintenance view for the search help selection method. Help views can also be used for the selection method for search help.
When analyzing a program, which tasks can you perform using the code inspector? There are 3 correct answers to this question. Discover unused variables. Inspect the memory consumption. Determine used database tables. Execute the extended program check. Evaluate the time needed for program execution.
Which features does the source code editor provide in ABAP Development Tools for SAP NetWeaver? There are 2 correct answers to this question. Screen editing Quickfix Content assistance Form-based class builder.
It is recommended that you place the COMMIT WORK in the update task. TRUE FALSE.
A screen has the following PAI flow logic: PROCESS AFTER INPUT FIELD A MODULE check_A FIELD A MODULE check_B CHAIN. FIELD:C,D MODULE check_CD ENDCHAIN FIELD:C,B. MODULE check_CB ENDCHAIN What happens if the application senda a type E message during the check_CB module processing? Please choose the correct answer. Note: Answers of this question are not verified by our experts, please study yourself and select the appropriate answers. Response: (1/1 Points) The screen is displayed again and the PBO flow logic is processed. Only fields B and C are ready for input. The screen is displayed again without processing the PBO logic flow. Only fields B and C are ready for input. The screen is NOT displayed again. Processing terminates and the user must restart the ABAP program The screen is displayed again without processing the PBO flow logic. All fields are ready for input.
You can use a table with a header line for object-oriented programming TRUE FALSE.
What are the basic principles of ALV SAP HANA? There are 2 correct answers to this question Only retrieve the database data which is to be displayed on screen Data described declaratively instead of passing big internal tables The ALV Optimization for SAP HANA to display data on the screen To ensure that the user chooses the data on the selection screen is displayed.
Subroutines provide which types of parameters? Select all that apply. Output Return values Exceptions Input Input/output (changing).
Open SQL does not allow you to specify a secondary index during a SELECT. TRUE FALSE.
Using the screen system table, what can you modify through a LOOP AT SCREEN ... ENDLOOP construct? Please choose the correct answer. Values of screen elements Attributes of screen elements Function code of buttons Screen status.
Protected attributes can be accessed by methods of the class and its subclasses. TRUE FALSE.
You are working with ABAP Development Tools (ADT) For Eclipse. Which of the following options belongs to the settings of a specific ABAP project rather than the entire Eclipse workbench? Please choose the correct answer. Statement template options Editor shortcut key options Code completion options Code formatting option.
In a subclass, you want to redefine a method of the super class. Which of the following conditions must be fulfilled? There are 2 correct answers to this question. The super class method is abstract The subclass method has same visibility as the super class method The subclass method has a lower visibility than the super class method The superclass method is an instance method.
The ABAP Messaging Channels (AMC) uses the WebSocket protocol to gain two-way communication instead of HTTP TRUE FALSE.
A change request is part of a task TRUE FALSE.
List down the elements involved in User Management and Security in SAP HANA? There are 3 correct answers to this question Assign security Assign job security Manage users Create users Work management.
The READ statement with the BINARY SEARCH addition cannot be used for a sorted internal table. TRUE FALSE.
When included in a structure, which elementary field types allow the structure to be considered a character-type data object? Select all that apply. (S. 365) {4 Richtig} X C D STRING F XSTRING T I N.
There can only be one level in the inheritance tree TRUE FALSE.
Which of the following statements regarding the event AT SELECTION-SCREEN ON HELP-REQUEST FOR <FIELD> is correct? None of the above. This event will display self-defined (F1) help for the input field programmed in the event block and will override any help possibly defined in the ABAP Dictionary for the field. This event will display (F1) help for the input field on the selection screen.
Each ABAP program that actually contains executable statements... (Select all that apply.) (2) Assigns every executable statement to a processing block regardless of it ^ '-' being in a processing block. Only assigns executable statements in a processing block to a processing *-I block Has declarative statements outside of processing blocks that are considered *-I local Uses event blocks to trigger events in ABAP. Has declarative statements inside of processing blocks that are considered *-I local Is divided into processing blocks. Can be tested from the ABAP Workbench by pressing (F8).
What does SAP recommend that you use a hashed table? Please choose the correct answer. When a table must be sorted automatically by key in ascending order When a table must be accessible by both index and key When a table is very large and you want to access the table by index only When a table is very large and you want to access the table by key only.
Where should the labels for fields be stored? Data element Structure Field Domain Table.
When starting the Debugger, what circumstance causes the runtime error DEBUGGING_NOT_POSSIBLE? When the number of debugging sessions on the server exceeds the value '-' defined by the profile parameter rdisp/wpdbug_max_no Starting a non-exclusive mode in a productive system When more than five sessions are already associated with this login user.
You use the addition OBLIGATORY to define the input field of a parameter as a required field TRUE FALSE.
What is the result of the following arithmetic operation? DATA: int TYPE I. int = 5*(3/10).{1 Richtig} 1 D2 1.5 0.
The static sequence of the default next screen can be established by the value in the screen attribute Next Screen TRUE FALSE.
Which tools can you use to provide input data for the SQL performance tuning work list (Transaction SWLT)? There are 3 correct answers to this question. Code inspector (transaction SCI) ABAP test cockpit (transaction ATC) Data base performance monitor (transaction DB50) SQL Trace (transaction ST05) SQL monitor (transaction SQLM).
In a local class, it is possible to declare an instance constructor in all visibility sections of the class. TRUE FALSE.
You can use the APPEND statement to fill a sorted internal table TRUE FALSE.
Value help can be supplied from which of the following? Select all that apply. (8) Fixed values Search help for a screen field Search help for table or structure fields Key values of a check table Search help for a check table Search help from a text table Process On Value request Search help for a data element Common value .
ABAP data types can be used for a domain definition. TRUE FALSE.
The ALV was introduced with ABAP object-oriented capabilities in release 4.5A. TRUE FALSE.
Dynpros can be placed in which program types? Select all that apply. (3) Module pools Function groups Class pools Executables.
Which type of view uses an inner join in a search help? Please choose the correct answer. Maintenance view Help view Database view Candidate key view.
Both the classic Debugger and the new Debugger can be used on all ABAP code without restriction. TRUE FALSE.
A development object can be assigned to only one change request. TRUE FALSE.
A structure has enhancement category 3, can be enhanced (character-type). Which set of elementary types is allowed for the new fields? Please choose the correct answer. F,I,P,X C,D,N,T C,D,N,X D,I,string, T.
You must call a method to actually display the contents of the display table after you create an ALV TRUE FALSE.
The software component for a customer package can be... HOME Any SAP software component (i.e., SAP_APPL, SAP_BASIS, SAPJHR, etc.).
Which of the following features does the ABAP Test Cockpit offer that the ABAP code Inspector does NOT Offer? There are 2 correct answers to this question. Documented checks Configuration of check variants Flexible schedule of check runs Enhanced distribution of results.
Lock objects are only required when doing dialog programming; SAP's best practice does not require them when doing background or en masse changes, as there is no COMMIT WORK that will occur. TURE FALSE.
What does a view do? Select all that apply. (4) Contains windows Contains other views Contains a view controller Can be contained in a window If entered by an inbound plug, can cause an event handler method to be.
What is the difference between a value table and a check table? A check table is defined in the domain, whereas a value table is defined in '-' the data element A value table is defined in the domain, whereas a check table is defined in '-' the data element. A value table is a check table after a foreign key is defined No difference; they are the same thing. A value table does not exist.
Global data types defined in SAP systems are... ABAP Dictionary types. Data defined in the program that is visible to all the routines/statements '-' within the ABAP program. Date types defined in the program using ABAP Dictionary types.
A data object is concretely defined by means of the data type and occupied memory. It contains data with which ABAP programs work at runtime. TRUE FALSE.
The constructor method is always defined in the private visibility section of the class. TRUE FALSE.
Which property of the InputField Ul element must be bound to a context attribute? Please choose the correct answer. enable value state visible.
Which statement is true? An SAP LUW must be placed within a database LUW. A database LUW must be placed within an SAP LUW.
The database always uses the primary key when the WHERE clause contains any of the key fields. TRUE FALSE.
An internal table is an ABAP program variable. TRUE FALSE.
Where do you create online documentation ((F1) help) for fields on the screen? Table . Domain Structure Data element Field.
To which ABAP Dictionary definition can you assign fixed values? Please choose the correct answer Field of a transparent table Domain Data element Component of a structure .
You want to select data from two tables and store the result in as structure. Table PARTNER contains the fields PARTJD and KIND. Table CONTRACT contains the fields CONTJD, CONT_TYPE and DIVISION. The structure is defined as follows DATA: BEGIN OF wa_result, Part_id type partner-partjd, cont_id type contract-cont_id, ConMype TYPE contract-cont_type, END of wa_result, Lt_result type table of wa_result. How can you replace the following SELECT statement with an outer join? SELECT partjd from partner INTO wa_result WHERE kind = 'Residential'. SELECT contjd from CONTRACT into wa_result-cont_id WHERE part EQ wa_partner-part_id And DIVISION eq 'Water'. Append wa_result to lt_result. ENDSELECT. If sy-subrc<>0. CLEAR wa_result-cont_id APPEND wa_result TO lt_result. ENDIF. ENDSELECT. Please choose the correct answer SELECT partjdcontjd from partner AS A LEFT JOIN contract AS b ON a-partjd = b-partjdAND bdivision EQ 'Water' INTO TABLEIt_result WHERE kind = 'Residential'. SELECT partjdcontjd from partner LEFT JOIN contract on partner-partjd = contract-partjd AND partner-kind EQ 'Residential' INTO CORRESPONDING FIELDS OF TABLE lt_result WHERE division eq 'Water'. SELECT partjdcontjd from partner AS A LEFT JOIN contract AS b ON a-partjd = b-partjd INTO CORRESPONDING FIELDS OF TABLE lt_result WHERE kind = 'Residential' and AND division EQ 'Water'. SELECT partjdcontjd from partner LEFT JOIN contract on partner-partjd = contract-partjd AND contract-division EQ 'Water' INTO TABLE It result WHERE kind EQ 'Residential'.
Database access can occupy most of the runtime in an ABAP program. Which tools are available to assist you to diagnose performance issues in your program? Select all that apply} ABAP Objects Runtime Analysis (Transaction ATRA) Performance Trace (Transaction ST05 ABAP Trace (Transaction SAT) ABAP Objects Runtime Analysis (Transaction SE30).
Methods provide which types of parameters? Select all that apply. Output Return values Input Input/output (changing) Exceptions.
When must a foreign key have domain equality? For a text table Always For a check field Never .
The _WAIT parameter of a lock object waits for the lock to be successful. t f.
Discuss the conditions required to ensure the Referential Integrity? There are 2 correct answers to this question There are three joins in the table Referential integrity holds true in both the directions There are two joins in the able There is at least one join in the other table.
What will happen at runtime when accessing a buffered table? Please choose the correct answer . If table data is read using indexes, the table buffer will not be filled. . If data is read from the table buffer, the existing indexes are not used. . Following an update to a buffered record, all table buffers in the system will be updated. . All SELECT statements will read data from the buffer.
You cannot use the LIKE statement to define an attribute in a class. t f.
The READ-ONLY addition for the attribute declaration can be used in the private and public visibility section. t f.
Given the code in the exhibit (see Figure 17.9) and the knowledge that both lcl_truck and lcl_car inherit from lcl_vehicle, which statements are true? Select all that apply The code will produce a runtime error. The code shows two valid up casts. The table lt_vehicle contains three vehicles. The code is not syntactically correct. The code shows no valid up casts. The code shows three valid up casts.
If you are using external debugging (debugging of HTTP and RFC requests, which arrive in your ABAP system), what will the Debugger do? . May or may not stop, depending on external factors. . Always stop when the external breakpoint is reached . Never stop; external breakpoints operate on users other than your own.
The binding between a Ul element and a context attribute is a two-way relationship t f.
What are functions of the ABAP Managed Database Procedure (AMDP) framework? There are 2 correct answers to this question. It deletes obsolete versions of the database procedure synchronously It creates the database procedure when the AMDP is first called. It deletes obsolete versions of the database procedure asynchronously It creates the database procedure when the AMDP is first activated.
Which statements are true about a class that has granted friendship to another class? Select all that apply The friend has access to private attributes. The friend has access to public attributes All classes that inherit from the friend (subclasses) also have the same '-' access. The friend has access to protected attributes All classes the friend has granted friendship access status to also have the '-' same access.
All breakpoints are valid for the entire Debugger session, and all can be changed by the Debugger t f.
What is the default selection screen number for the ABAP program? 1100 None of the above 1000 100.
In which circumstances is a table considered to be a text table? Select all that apply The entire key of this data table is included as the key to this table. This table only has one character-based data field. This table has a foreign key to the data table as a text table. This table has an additional language key field. The ABAP runtime system determines that the relationship exists.
A transparent table can include a deep structure t f.
Which statements about ABAP are true? ABAP keywords and additions must be in uppercase. Each statement must begin with a keyword Each statement must end with a period.
It is possible to make multiple changes to data objects at the same time in the Debugger t f.
ABAP Push Channels (APC) can only use the WebSocket protocol t f.
What all are the factors involved in Working with ADT There are 3 correct answers to this question. ABAP Class ABAP programs Module interface ABAP interface Workbench programs.
The Debugger displays a maximum of eight data objects at one time t f.
Local update tasks are quicker because they stay within the same work process. t f.
One of your SAP systems needs to be migrated from its current database to an SAP HANA database. You want to avoid any functional issues after the migration. What should you search for and if necessary replace in the existing custom ABAP code? There are 3 correct answers to this question. Direct access to a cluster on the database Left outer joins in open SQL statements ORDER BY Clauses in Open SQL statements Native SQL statements Code that relies on implicit database sorting.
What does a Web Dynpro component contain? Select all that apply. A context Exactly one interface controller Ul elements Multiple views within a window Component controller.
What is the best order to provide an event handler for an ALV? Create the ALV, write the handler, register for the event, display the ALV Write the handler, register for the event, create the ALV, display the ALV Write the handler, create the ALV, display the ALV, register for the even Register for the event, write the handler, create the ALV, display the ALV Write the handler, create the ALV, register for the event, display the ALV.
You can list a maximum of six browsers in the Object Navigator. (S. 105) {1 Richtig} t f.
Report abuse Consent Terms of use