Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEABAP 7.5

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
ABAP 7.5

Descripción:
Certification

Autor:
none
(Otros tests del mismo autor)

Fecha de Creación:
12/01/2023

Categoría:
Otros

Número preguntas: 282
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
You have created the following: A handler class with a method ON EVT that handles this event - A report that instantiates the handler class - A message statement that causes an exception. However, the report does not react to the event. How do you analyze this issue? Check if the implementation of the handler method ON EVT contains the desired logic. Check if the event is triggered by setting a break point at the raise EVENT statement. Check if the handler method is registered to the correct EVENT.
Which of the following data types are predefined ABAP data types? XSTRING DECIMAL STRING DECFLOAT34.
How is an ABAP program with several dialog steps executed? Usually, dialog steps are assigned to different dialog work processes. Dialog steps are assigned to a dialog work process.
Where can you define global data types that are visible system-wide? In a global Interface In a global Class In a BADI In the ABAP Dictionary.
You use unified Modeling Language(UML) to dressing between objects. Which diagram can you use? Sequence diagram Flow chart diagram.
What is the ALV Object Model? A group of hierarchy classes that describe the ALV Grid as a whole but not inherit from a single class. A group of hierarchy classes that describe the ALV Grid as a whole that inherit from a single class.
Which of the following components belong to the SAP application layer? ABAP Dispatcher Database Interface Graphics interfaces.
In which program types can you create dialog screen? Executable programs Function groups Model Pools BADIs.
Where can you set the GUI status and the GUI title for a classical screen(Dynpro)? In a module called from PBO of the screen In a module called from PAI of the screen.
Which of the following ABAP Dictionary types can you use to define domains? Dec Char String Numc.
What can be implemented using an implicit enhancement option? Additional parameters in SAP Functions modules Additional parameters in BADIs Overwrite methods for global SAP classes. Additional attributes for global SAP classes.
Which of the following statements regarding search help are true? You can use a database view for the search help selections method Help views can also be used for the selection method for screen help You can use transparent tables for the search help selection method.
Which of the following statement create a data object? Data Class-Data Constants Parameters.
Can you search for suitable classic Business Add-Ins(BAdis)? Search in an application program for the method GET_INSTANCE of class CL_EXITHANDLER Search for suitable entries in the relevant component in the implementation Guide(IMG).
DOG is a subclass of ANIMAL. You have created a variable of type ANIMAL that references an instance of the DOG class. Which of the following statement can you use to copy this reference to a new variable of type DOG? Move ..? TO.... ?=.
Which Database objects can you create in the ABAP Dictionary? Indexes Projection views Internal tables.
You are using the new debugger and you want to change the content of an internal table. Which actions are allowed? Change the row content and Press Enter Add lines of code Delete the selected rows. Delete the entire content of a table.
Which of the following actions can you perform for both the ABAP editor and the ABAP debugger? Create a break point for a specific line. Add code lines.
What types of changes to the repository does SAP provide? User-exits Enhancement Packages Support Packages SAP Notes.
What is unique about functional method? It can contain an importing parameter. It can be used in logical expressions. It can contain an exporting parameter. It must contain a returning parameter. It can contain a changing parameter.
You want to define a field-symbol that will be assigned to a character string. Which generic types can you use? any clike xstring csequence.
You want to move a transport request from the development system to the subsequent system. Which of the following are prerequisites for this? The transport request must be released. All objects included in the transport request must be activated.
Which components of the class can be accessed in the implementation of the static method in that class? Constants Variables Types.
what does the Refactoring Assistant allow you to do? Move between classes and Interfaces Move components between subclasses and superclasses.
How do you define an internal table in a private method of a class? Data it_itab Type Table of <Dictionary Table> Data it_itab Type Table of <Structure Type>.
In which sequence are the following ABAP Events triggered? INITIALIZATION At SELECTION-SCREEN START-OF-SELECTION.
How can you improve the performance when accessing a large data volume database table? Define appropriate indexes for the Database table. Redefine the query.
You write a program that updates a data record in the database using the following statement: UPDATE scar FROM ls_sconn. Which of the following tasks does the database interface perform? It translates the statement to native SQL. It applies a logical lock to the updated data record.
In ABAP program, you have to assign an initial value to an elementary data object when you define it. Which addition must you use? Value Length.
How can Unicode checks be made? In any System(After release 6.10) by specifying the program has Unicode checks active By running transaction UCCHECK.
You are establishing the business logic layer for a web Dynpro component. Which service types are available in the service call Wizard? Class method Function module Web service proxy Subrutines.
Wich Events can exist in all types of programs that actually contain executable statements? LOAD-OF-PROGRAM START-OF-SELECTION.
You display the content of an internal table using an ALV Grid control. The content of the internal table changes during the program. REFRESH_TABLE_DISPLAY in the process before output(PBO) REFRESH_TABLE_DISPLAY in the process after input(PAI).
Which of the following can you do with the SAP Code Inspector? Perform static code checks Change the code.
What is the difference between the INITIALIZATION and AT-SELECTION-SCREEN OUTPUT Events? INITIALIZATION is only processed once. AT SELECTION-SCREEN can be processed multiple times.
Where do you create online documentation(F1) help for fields on the screen? Data element In the domain.
How do you find out if an application program offers a program exit? Use the Repository information System Look for customer exit in the SAP reference IMG within an application area Search for character string CUSTOMER-FUNCTION Use the application Hierarchy.
Which of the following statements regarding the event AT SELECTION-SCREEN ON HELP-REQUEST FOR <FIELD> is correct? This event will display(F1) help for the input field on the selection screen. This event allows you to block the input field.
What is required to fully specify a Table type in the ABAP Dictionary? Table key Index Line Type Access Type.
When is a foreign key check performed on an input/output field? If the field refers to the dictionary field for which a check table is defined. Never When we input a value.
Which of the following functions does the ABAP Dispatcher perform? It distributes user requests among available work process It communicates with other instances in the system.
Subroutines provide which types of parameters? Exceptions Return Input/output(Changing).
How is data shared between web Dynpro controllers? By using context Mapping from a view controller to a custom controller. By using context Mapping from a view controller to the component controller.
Which statements are allowed for processing internal tables? Modify Update Insert Delete.
Which of the following are valid combinations of event visibility and handler method visibility? Private event and private handler Public event and protected handler .
What happens when an authorization check fails? The system field sy-subrc is set to a value other than zero. The system close the user session.
You define a formal parameter to a subroutine that accepts only internal tables of type standard and type sorted as actual parameters. Which of the following generic ABAP data types must you use? Index table Key table.
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? It starts with a plus(+) It starts with menus (-).
Which of the following steps are required to set up a shared memory area? Generate an area root class Create an instance of the Memory_area class Call the attach_for_write method of area root class Set the root object .
What is the predefined reference variable used in ABAP OO to address the object itself? this me.
Which statements are true regarding ABAP inheritance? You can access the superclass component with the prefix Super-> Instance constructors must call the super class's constructor. It is not mandatory that instance constructors call the super class's constructor. The instance constructor can be overwritten as part of inheritance.
Which of the following are valid control-level changes within a loop over an internal table? END OF <F> LAST BREAK.
You need to create a piece of code that can be used by multiple programs.Which of the folllowing techniques does SAP recommend? Use a method in a global class Use a method in local class Use a function in a function group.
A view can only be displayed in which circumstances? It has been embedded in a window. It needs to have a t-code transaccion.
What can be implemented using an implicit enhancement option? Additional parameters in SAP function modules Overwrite methods for global SAP classes Additional attributes for global SAP classes.
How many types of internal tables are supported in the ABAP language? 4 3 5.
Which of the following transactions are integrated in the ABAP workbench tools? Class builder (SE24) Class editor(SE38).
Where can you define data types that can be used throughout the system> In a function module In a global Interface In the ABAP Dictionary In a local class.
Which of the following values are replaceable in debugger mode? Variables Constants.
Which of the following statements are true? You can not use a pooled or cluster table for a database view. The tables included in the maintenance view should have foreign key relationships. The tables included in the help view should have a foreign key relationship.
Which datatype is allowed for the reference field of the currency field? CUKY CURR.
What pre-defined ABAP data type is deep? String Xstring.
Which of the following statements are true? A database view is implemented as an inner join. A maintenance view is implemented as an outer join.
Which desktops are part of the new ABAP debugger? Desktop3 Break/Watchpoints Desktop1 Objects.
Which boundary conditions lead to improved access time to an internal table? Fully qualified key for sorted tables Left justified part of key for sorted tables Index access for standard tables.
What type of method is generated automatically? Event handler method The constructor.
Which of the following functions does the ABAP Dispatcher perform? It communicates with other instances in the system. It distributes user requests among available work processes.
What are characteristics of a hashed internal table? It must have an unique key it can be accessed using the key.
Which options are valid open SQL? Right outer join Left outer join inner join Outer join.
Which of the following repository objects can you maintain in the ABAP workbench? Function modules Module pools Transparent tables Domains.
You need to perform a downcast. What should you do? Use the operator "? =" Catch the exception CX_SY_MOVE_CAST_ERROR.
Which of the following controller types can exist only once in a web Dynpro component? Configuration controller Custom controller Component controller.
Which of the following rules must you follow when creating subscreens? Subscreen can not have an exit-command module Subscreen can not have a field of type oK.
Which process is used to establish the automatic transport of data between the view controllers' context attributes and the UI element in its layout? Data binding. Component controller.
You want to define data structures to hold two fields with data elements s_carr_id and s_carrname. which of the following declarations can be used to define this data structure? TYPES: BEGIN OF gty_flight DATA: BEGIN OF gs_flight, DATA BEGIN OF gs_flight.
Which of the following conditions must be fulfilled using a GROUP BY clause in a SELECT statement? 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.
You have created a web Dynpro view that shows data for airline connections between cities. You want to display a flight for a specific date in a different view after the user selects a date and presses a button. Which of the following actions you must perform? Edit the handler method in the view controller. Create a link plug between the views.
A customer asked that you improve performance for a small table with frequent read access. what buffering type do you recommend? Full table Other.
To which of the following you must assign newly created SAP repository objects? Package Transport request.
You implemented a subclass that inherent the instance constructor from its superclass what can you do with the inherited constructor? Redefine the implementation Change the signature.
Which type of view uses an inner join in a search help? Database view Maintenance view.
Can you search for suitable classic Business Add-Ins (BAdis)? You can search for suitable entries int he relevant component in the implementation guide(IMG) GET_INTANCE of class CL_EXITHANDLER.
Which of the following standard hook methods exists in all web Dynpros controllers? Wddoexit Wddoinit.
Which hook method exists for all controller types? Wddoinit() Wddexit().
Which of the following is an implicit enhancement? Protected method Private method.
Which of the following tasks does the BADI implementation class perform? Filtering Update.
What is unique about a function method? It can contain an importing parameter It must contain a returning parameter It can contain an exporting parameter It can be use in a logical expression It can contain a changing parameter.
Which of the following is correct? The screen attributes can be modified in the process Before out put event block. Other.
What type of method is generated automatically by the web Dynpro explorer when you assign an action to a button UI element? Event handler method Other.
what is the result of the following arithmetic operation? DATA: int TYPE I. int = 5*(3/10) 0 5.
Which type of view can not be used in search help? Maintenance view Other.
Which boundary conditions lead to improved access time to an internal table? Fully qualified key for sorted tables Lest justified part of key for sorted tables Index access for standard tables.
Which of the following statement are true? A maintenance view is implemented as an outer join A database view is implemented as an inner join .
What are the declarative statements used to define the selection? Parameters Selection-Screen Select-options.
How many versions of the ABAP editor exist? 5 3.
You are writing a program that uses ABAP class. Which components of the class can you create directly from the program? Only public components Other.
You are writing a program that uses ABAP class. Which components of the class can you create directly from the program? Only public components Only private components.
Which of the following are incorrect statements? Types: date_ty type D length 10. Types: str type String Length 20.
Which of the following ABAP dictionary types can you use to define domains? NUMC DEC CHAR.
To benefit from the hash algorithm when accessing a hashed internal table, how do you specify the key? Fully qualified Partial qualified.
Where should the label for fields be stored? Data element Domain.
Which of the following predefined data types are character types? N T D.
You have written a program to output data using the ALV Grid control. Which sequence of steps should be executed at runtime? 1.Create a container object 2.Create a Grid object 3.Pass data to the grid object.
What does a web Dynpro component contain? Component controller Exactly one interface controller Multiple views within a window.
You created a transparent table and during activation got a warning message "Enhancement category for table missing". what do you have to do to eliminate the warning message? Select any option other than Not Classified from the enhancement category. Nothing.
You have written a method implementation containing the following access to an internal table defined as changing the parameters of the method. Read Table ct_itab Into cs_struc Index 1. What are the possible type definitions for parameter ct_itab? Sorted table Standard table Any table.
Which ABAP statement can make an element usable that you statically defined as invisible? Set screen invisible = 0 Set screen invisible = 1.
You have 2 objects: O1 of type class C1 and O2 of type class C2. Class C2 is a subclass of class C1. Which of the following statements implements and upcast? O1 = O2 O1 ?= O2.
What does software layer Aware Debugging allow you to do? Specify as much or as little code to debug Debug only a small portion of code Debug a large portion of code.
What can be defined using an implicit enhancement point? Additional parameters in SAP Function Modules Additional attributes in Global SAP classes Replacements of Global SAP Methods.
Which of the following actions can you perform both ABAP editor and in the ABAP debugger? Create a breakpoint for a specific line. Nothing.
A user runs an ABAP program, enters an incorrect value on the selection screen, and chooses execute. Which even block must send the error message in order to display the selection screen again? At Selection-Screen Start-Of-Selection.
Compared to a predefined ABAP type which additional properties can be assigned to a domain? Conversion exits Value tables Fix value.
Which of the following predefined data types are character types? T D N.
Which of the following statements are true? A maintenance view is implemented as an outer join A database view is implemented as an inner join.
What are the declarative statements used to define the selection? Parameters Selection-screen Select-options.
How many versions of the ABAP Editor exist? 5 3.
You are writing a program that uses ABAP class. Which components of the class can you create directly from the program? Only public components Private components.
Which of the following are incorrect statements? TYPES: date_ty TYPE D LENGTH 10 TYPES: str TYPE STRING LENGTH 20.
Which of the following ABAP dictionary types can you use to define domains? NUMC String CHAR DEC.
To benefit from the hash algorithm when accessing a hashed internal table, how do you specify the key? Fully qualified Left justified part qualified.
Where the label for fields be stored Data element Domain.
which of the following predefined data types are character types? T D I N.
You have written a program to output data using the ALV grid control. Which sequence of steps should be executed at runtime? Create a container object Assign the grid object to the container object Pass data to the grid object Create a grid object.
What does a web Dynpro component contain? Component controller Exactly one interface controller Multiple views within a window Custom controller.
You created a transparent table and during activation get a warning message "Enhancement category for table missing". What do you have to do to eliminate the warning message? Select any option other than Not classified from the enhancement category. Select none.
You have written a method implementation containing the following access to an internal table defined as changing the parameters of the method. Read Table ct_Itab INTO cs_struc INDEX 1. What are the possible type definitions for parameter cx_itba? Sorted table Standard table Any table.
Which ABAP statement can make an element visible that you statically defined as invisible? Set screen invisible = 0 Set screen invisible = 1.
You have 2 objects O1 of type class C1 and O2 of type class C2. Class C2 is a subclass of class C1. Which of the following statements implements an upcast? O2 = O1 O1 = O2.
What does software layer-aware debugging allow you to do? specify as much or as little code to debug Debug only small portion of the code Debug a large portion of the code.
What can be defined using an implicit enhancement option? Additional parameters in SAP function Modules Additional attributes in Global SAP classes Replacement of Global Sap methods.
Which of the following actions can you perform both ABAP editor and in the ABAP Debugger? Create a breakpoint for a specific line Nothing.
A user runs an ABAP program, enters an incorrect value on the selection screen, and chooses to execute. Which event block must send the error message in order to display the selection screen gain? At selection-screen Start of selection.
Compared to a predefined ABAP type what additional properties can be assigned to a domain? Conversion exits Value tables Fix values.
What's the difference between the INITIALIZATION and At SELECTION-SCREEN? INITIALIZATION is only processed once AT SELECTION-SCREEN OUTPUT can be processed multiple times.
To which ABAP dictionary definition can you assign fix values? Domain Data element.
When do you need to use the group by clause in the select statement? If you want to use aggregate functions and at least one component in the field list is a column identifier. To use aggegation.
Which of the following statements are true? You cannot use a pooled or cluster table for a database view The tables included in the maintenance view should have a foreign key relationship The tables included in the help view should have a foreign key relationship.
You defined a generic variable that can hold the ABAP types C, D, N, String, and T. You want to restrict the use of the ABAP types. Which generic data type must you use in the definition? Any Clike.
How many work areas are available in the Debugger? 15 12.
Which of the following are table buffering types? Single record Medium Full Generic.
An ABAP program process the following expression: R = A/B+C. Which of the following data declarations would cause the run time environment to use fixed-point arithmetic for the above expression? DATA: r TYPE P DECIMALS 2, A TYPE I value 201, B TYPE I value 200, C TYPE P none.
What can you use to achieve polymorphism? Inheritance Interface.
To generate the function modules for a lock object for a custom table ENQUEUE_ZLOCK_OBJECT AND DEQUEUE_ZLOCK_OBJECT, which tool would you use? ABAP Diccionary(Transaction SE11) SE80.
The code of an executable program does not contain any event keywords. What event block does the code belong to? START-OF-SELECTION INITIALIZATION.
You have created a table ZTAB and you want to create a foreign key relationship to table SAPTAB. Under which condition is this possible? The check field in ZTAB must have the same domain as the corresponding field of check table SAPTAB. This is not possible.
Which property of the input field OI element must be bound to a context attribute? Value none.
What is the SAP recommended naming convention for append structures of standard SAPtables? The components of an append structure should start with ZZ or YY You can you whatever name you want with Z o Y.
Which rules do you have to consider when working with pooled tables? Only key fields should be used in ORDER BY clauses Only key fields should be used in GROUP BY clasues Only key fields should be used in WHERE conditions.
When does SAP recommend that you use a full buffering type for a database table? When the table is small and seldom written. When the has a lot of data.
Which of the following generic types can you use to define a field symbol that will be assigned to a character string? Type csequence type clike type any.
What is the difference between a Unicode and a non-Unicode program? Byte-type data objects cannot be assigned to character-type data objects. Offset positioning in a Unicode structure is restricted to flat data objects. Offset positioning in a Unicode structure is restricted to character data objects. Byte-type data objects can not be compared to character-type data objects.
How do you embed a subscreen in a main screen? Use Call Subscreen in the flow of the Main screen. Is not possible.
What parameters can you set when you run the code inspector? Check variant name Inspection name Object set name.
You define a database view A and maintenance view B in the ABAP dictionary. What restrictions apply to these views? Only A can be used in the FROM clause of a SELECT statement. Only B can be used in the FROM clause of a SELECT statement.
Whe is an EndSELECT not required for a SELECT? When you specified APPENDING A TABLE when you do a SELECT SINGLE When you specify INTO TABLE.
Which of the following predefine data types are characters types? D T N.
What do you have to take into account before you decide to buffer a table? The data read from the buffer may not be current. none.
Which control types can exist within a web Dynpro component? Custom controller View controller Window controller Component controller .
Which of the following includes are generated when you create a function group? LXXXTOP LFFFTOP.
Your program performs a database update by calling Function modules in an update task. Which statement can be used in the program to discard all updates requests from the current SAP Logical Unit of Work(LUW) ROLLBACK WORK MESSAGE TYPE X MESSAGE TYPE A.
Which method of passing parameters is preferred for its performance? Pass by reference. Pass by value.
Which of the following must you do to be able to use a Business Add-In(BADI)? Write code for the method Create the BADI implementation.
Which objects are automatically created when you create a new function group? A function pool and two include programs On include program LXXXTOP.
How can you maintain documentation for input fields on your screen? Add documentation to the underlying data element No possible.
How do you declare an internal table using transparent table A as its line type? DATA gt_tab TYPE TABLE OF A DATA gt_tab TYPE A.
Global data types defined in SAP systems are? ABAP Dictionary types Global types.
Which of the following data types are allowed in ABAP? DECFLOAT34 DECFLOAT16.
What are some of the new features of OPEN SQL in SAP Netweaver 7.5? String expression Case expression.
The order of fields for a transparent table in the database.. Is allowed to be different than the ABAP Dictionary. none.
The code of an executable program does not contain any event keywords. what event block does the code belong to? AT-SELECTION-SCREEN START-OF-SELECTION.
Which actions release a database lock? A Submit A CALL FUNCTION The display of an SAP Screen The display of a dialog message type A The display of dialog message type e An "/n" in the command line COMMIT WORK.
What is the allowed length of ABAP Dictionary data type DF34_RAW? The allowed length is 34 digits The allowed length is 16 digits.
Which of the following is correct? The screen attributes can be modified in the Process Before Output event block. The screen attributes can be modified in the Process After Input event block.
You want to add a field zzprice to the SAP Standard transparent table EKKO. Which of the following actions result in enhancement of the SAP standard? Add zzprice to the customizing include for the table. Create an append structure and add zzprice to it.
Each work process is assigned a type of task that can be performed. Which statements related to this are true? All work processes communicate with the Dispatcher All work process have the same structure It is possible to have multiple enqueue work processes on an SAP Netweaver Application Server.
Which of the following are true statements? Reference data type can be used to define the data type of the data elements. The technical attributes of the data element can be defined by a domain, that is, the data type the field length, and the number of decimal places. You can also select predefined data types to define the data type of the data element.
Which database objects can be created in the ABAP Dictionary? Indexes Projection views.
How do you use a sorted internal table? You can read the records by index or key You need to specify a key in the table declaration.
Where should the label for fields be stored? Domain Data element.
You enhance an SAP Standard global class by defining a post method for SAP methods. The original SAP method has an exporting parameter name PART 1. What type of parameter is PART 1 in the Post method? Chaging Returing.
In a subclass, you want to define a method of the superclass. Which of the following conditions must be fulfilled? The subclass method has the same visibility as the superclass method The superclass method is an instance method.
You always want to check the user authorization for data entered in an input field of a selection screen. where do you do this? In the event block AT SELECTION-SCREEN In the event block START-OF-SELECTION.
Where would you call the RFC function module synchronously? During queue processing During two-way communication.
which of the following ABAP standard are numeric? I P F N.
Which of the following ABAP types are compatible with the generic character-types Clike? String Any N C.
Where can you define global data types that are visible system-wide? In a global class In global Interface In the ABAP Dictionary.
Which of the following data types are predefined ABAP data types? String Xstring DECFLOAT34 N P.
Form routines(subroutines) can be used in which program types? Function groups Executables Module pools Subroutine Pools.
what can be defined using an implicit enhancement option? Replacement for global SAP method Additional attributes in global SAP classes Additional parameters in SAP function modules.
When analyzing a program, which task can you perform using the code inspector? Discover unused variables Determine used database tables Execute the extended program check.
Which of the following data type is deep? String Xstring.
What is the best order to provide an event handler for an ALV? Write the handler, create the ALV, register for the event, and display the ALV. Crate the AVL, write the handler, register for the event, and display the ALV.
Which view types can you use to join two tables with an outer join? Help view Database view Maintenance view.
Table A and table B are partially buffered. Which of the following SELECT statement always access the database? SELECT SINGLE FOR UPDATE a b FROM table A INTO CORRESPONDING FIELDS OF ls_a WHERE c EQ '123'. SELECT a b c d FROM table A JOIN TABLE B ON a-a EQ WHERE B-A INTO CORRESPONDING FIELDS OF TABLE it_a_b.
Which of the following are key capabilities of SAP Netweaver? People integration Application platform Information integration.
Your task is to enhance the screen of an SAP Standard application. How do you determine if there is a customer exit for this task? You search the flow logic of the screen for CALL-CUSTOM-SUBSCREEN statement. none.
What are some of the advantages of using OPEN SQL? All standard SQL commands can be used. Syntax is check at design time.
You have created a screen on which the user enters data that is to be inserted into table T1. How do you ensure that the content of the field F in T1 is checked against table T2/ Create a foreign key for the assigned field of field Fof table T1 in table T2 and make Table T2 time check. none.
You perform an update task using update function modules and detect an error in the program that calls the update function modules. Which statement can be used to discard all updated requests for the correct SAP LUW? ROLLBACK WORK MESSAGE AXXX(nnn).
What must you do to create a singleton class? Set the class instantiation to private Create the objection a static method of the class itself.
If you are using external debugging what will the debugger do? May or may not stop, depending on external factors. none.
which of the following standard hook methods exist in all web Dynpro controllers? Wddoexit Wddoinit.
In which order do you implement a new BADI? Create the enhancement spot implementation Create Badi implementation .
Which must a search help do? Be used from screen Have a dialog with the user Determine the values for selection by the user Allow the user to select a response.
How do you define a method of an ABAP class to prevent this method from being available in a subclass? Protected Privated.
What is the ALV object model? A group of hierarchy classes that describe the ALV Grid as a whole but do not inherit from a single class. none.
Which component of the class can be accessed in the implementation of a static method in that class? Constants Types Variables.
How do you program an input validation on a selection screen that allows users to correct their inputs? Implement a check at the event AT- SELECTION-SCREEN in case of an input error a type e Message must be displayed. none.
After which statement will the run time system initialize the ABAP memory? Leave to Transaction INITIALIZATION.
Which of the following customer modification options are available in the table maintenance generator? Maintenance screen Events.
Which of the following predefined ABAP types is incomplete? P String.
what is the purpose of implicit enhancement points? To add code to standard SAP programs. To add code to custom programs.
Which of the following is a true statement? All customer repository objects have to be assigned to a package Packages use interfaces and visibility to make their elements visible to other packages.
You want to include an element of type table in your web Dynpro. What actions add the corresponding columns to the table automatically? Include the method BWD_TABLE_OF IF_WD_CONTEXT_NODE Add the table in the Component controller.
Which statement is true? A SAP LUW must be placed within a database LUW. none.
Which fo the followings statements are true Implicit enhancement can be used to enhance SAP objects developed prior to SAP Netweaver 7.0 An implicit enhancement point can be used to insert code in an SAP program and is always available to the customer. Implicit enhancement options allow you to enhance interface parameters for function modules and methods without modifying the repository object.
What is data binding? Connecting the values of user interface elements to the context attributes of the corresponding controller. none.
Which hook method exists for all controller types? Wddoinit() Wddoexit.
Which of the following interface technologies are available in SAP systems? HTTP PRF OLE RFC.
Which steps are needed when implementing the singleton concept for class instantiation with maximum coding? Create an instance of the class in a static constructor Define the instantiation of the class as private Save the instance of the class in a static attribute.
What is unique about singleton? It must be defined as final Must be instantiated using a static private constructor .
Which enhancements can provide a screen exit? Customer exits Classic BAdis New Badis.
Which options do you have to read data from multiple tables while using a select statement? Nested select statement Join statemetns Database views.
You define a formal parameter to a subroutine that accepts only internal tables of type standard and type sorted as actual parameters? which of the following generic ABAP types must you use? Index table Key table.
Which of the following are incomplete SAP predefied data types? P X N C.
You want to create a transparent table. Which of the following must you define to activate the table? The primary key A delivery class A short description.
Which of the following can you do with the SAP code inspector? Perform static code checks none.
Each button on a Dynpro requries the assignment of a function code. This function code.. Can be used to identify when the button is checked by looking for the function code in the screen OK_CODE field none.
Which boundary conditons lead to improved access time to an internal table? Left justified part of key for sorted tables. Fully qualified key for sorted table Index access for standard tables.
In which database table type is there a one to one relationship between the dictionary table definition and the relevant physical table in the database? Transparent table Internal table.
Which statements about ABAP are ture? Each statement must end with a period. Each statement must end with a coma.
What does a view do? Constains a view controller Contains othe rviews If entered by an inbound plug, can cause an eent handler method to be called Can be cantain in a widnow.
Which of the following can you assign a search help? Structure component Data element Check table.
Which of the following are valid conbinations of event visibility and handler method visibility? Public event and protected handler Private event and private handler.
When you add programming logic to your ABAP program that checks authorization, which of the following do you have to create? An authorization role An authorization object.
What is the web Dynpro programming model is based on? Model View Controller(MVC) Structural.
What does the life time of a component controller begin and end? It last from creating data within the controller to cover the whole period during within the component is in use. none.
Dog is a subclass of Animal. You have created a variable of type Animal that refers an instance of the Dog class. Which of the following statements can you use to copy this reference to a new variable of type Dog? Move ...? To ?=.
How do you add a sessionbreakpoint to your program? Set a rbeakpoint in the ABAP editor Execute command /h.
Which components belong to a elementary search help? Import/Export parameters. Selection method.
You are required to add customer source coce in the SAP delivered object using the new enhancement framework without modification. How do you find the available element? Perform a program-related global search for GET BADI Select from the list of application-related BADis or enhancement sports in the SAP application Hierarchy Select from the list of freely selected BADIS or enhancement sports in the repository information system.
Which of the following ABAP statements throws an error at the syntax check? DATA variable(5) TYPE T none.
What type can you create in the ABAP Dictionary? Structure Internal table.
What is the maximun number of watchpoints that can exist at one time? No limits 15.
Which statements are considered obselete and can not be used in ABAP objects? Tables, leave, on change of, DATA... Type .. occurs, ranges, Loop at dbta, sarch, infotypes, DATA...Begin OF. occurs none.
You want to develop a proram that processes character types data. When you inplement the program, you can either use the classical String statement or the newer string expressions and functions. What are the main benefits of using string expressions and string functions? You can reduce the number of intermediate variables You can write compact syntax insted of a long sequence of statements.
Which action on the underlying dictionary object triggers a database table conversion? Reducing the size of the field no.
What is variable length structure called Nested structure none.
Which desktops are part of the new ABAP debugger? Desktop1 Break/Watchpoints Objects.
Which of the following tasks does the BADI implemenation class perform? Filtering none.
Each ABAP program starts with an introductory statement. Which statement are correct? The introductory statement must be first statement in the program The introductory statement can be modified.
You have implemented a class CL_CUSTOMER in which you defined a private attribute. From where can you access this attribute directly? From all methos of classs to with CLCUSTOMER has a friendship From all methos of the class CL_CUSTOMER.
Which of the following statements dynamically changes the data type of field z1? Assign z1 to <fs> casting none.
You want to create a transparent table in the ABAP dictionary. When the table is phisically created in the database? When you activate the table none.
In the call CUSTOMER FUNCTION 'nnn' statement nnn is a three digitnumber used in SAP programs for which of the folloiwng types of enhancement? Customer exits none.
Which of the following is true statement? Repository object and cross client customization objects are assinged to the workbench request Client specific customization objects are assigned to the customizing resquest. All transportable objects have to be assigned to package.
Which of the folloiwng ABAP standard types are incomplete? N X.
Which of the following can you do with the Debugger? Analyze internal tables Compare data objects Analyze memory usage.
What is the purpose of the enqueuer work process? It process logical requests. none.
What is the difference between SAP BASIS and SAP Netweaver All version of SAP Netweaver include the ability to hadle HTTP request none.
Identify the types of controllers? View controller Configuration controller Custom controller Window controller.
Which parameter types can be used in the signature of a function method? Returning Imporing.
Which of the folloiwng items are used in web Dynpro application to transport database data to the user interface? Interface controller Context node.
Which of the following featre do you have to cosnider when you use shared objects? Memory bottle necks result in runtime erros and have to be caught. Data is save as attributes objects. Concurrent read accesses are supported.
You can use the logical expression is supplied for any formal parameter passed to with modulazation unit? Instance method Static method Function modules.
Identyfy the ways to map context structure. Direct context mapping External context mapping.
What does the field catalog allow you to do? Change the display order of a column Add a field to the display Change the title of a column.
Which of the following capabilities is provided by the application Layer platform of SAP Netweaver? Database and operating system abstraction none.
What happend if the application sends a type E message during the check The screen is display again without processing the PBO flow logic. Only fiels B and C are ready for input. none.
You have to overwrite spaces in a string with the letter 'A' which of the following statements can you use? Overylay Replace Translate.
When would you call the RFC function syncronously? During two-way communication During queue processing.
You have created the following, however the report does not react to the event. How do you analyze this issue? Check if the handle method is registered to the correct event. Check if the event is triggered by setting a brekpoint at the RAISE EVENT statement. Check if the implementeation of the handle method on_event contains the dsired logic.
What is a plug? Can be dfined as a start up Forms the basis of navigation within a web Dynpro Can be defined as an exit Can be defined as inbound and be controled by multiple outbound plugs.
Using the screen system table, what can you modify through a loop at screen...EndLoop Atribute of screen elements none.
Which of the following of SQL statement always bypass the SAP table buffers SELECT SUM SELECT INNER JOIN.
Which statements are true? The ALV Grid uses a refrence to the data table for display The ALV grid can fefine a sort criteria for initial display The AVL object model uses a reference to the data table The ALV object model can define a sort criteria for initial dsplay The ALV grid requires a table refresh after programmatically changing the ALV.
You created a class by inhereiting from a superclass. The super class contains a public instance method dosomething. You want to redifine the method do_something. What must you do? Leave the signature of the method unchanged. none.
What type of method is genreated automatically by the web Dynpro explorer when you assign an action to a button UI element? Event handler method none.
Which anhancements can provide a screen exit? Customer exits New Badis Classical Badis.
What are the differences diplaying in a full screen and in a container? The container requires the use of additional object (Container controller control) Any type of ALV allows the use of the event handling.
Which boudnary conditions lead to improved access to an internal table? Fully qualified key for sorted tables Left justified part key for sorted tables index access for standard table.
Denunciar test Consentimiento Condiciones de uso