option
Cuestiones
ayuda
daypo
buscar.php

elm 4ab

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
elm 4ab

Descripción:
elm 4ab

Fecha de Creación: 2019/04/05

Categoría: Otros

Número Preguntas: 156

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

Wich steps are needed when implementing singleton concept for class instatiation with minimun coding? 3 RESP. Define the instatiation of the class as private. Create an instance of the class in a static constructor. Define the class as abstract. save the instance of the class in a static attribute. Create an event that returns the instance of the class.

You want to check the user input in the field FIELD_NAME on a classical screen. If an incorrect value is entered, the user should be able to correct the field value. How do you call the module CHECK_MODULE in the PAI of the screen to acomplish this?. FIELD field_name MODULE check_module. FIELD field_name MODULE check_module MESSAGE Enn. CHAIN. MODULE check_module FIELD field_name. ENDCHAIN. MODULE chaek_module ON ERROR.

Wich of the following interface technologies are avaible in SAP systems? 3 RESP. RFC. HTTP. OLE. ODBC. Ethernet.

Wich prerequisites must be fulfilled before a repository object can be transported? 3 RESP. An inactive version of the repository object must exist. The repository object must be assigned to a package. The repository object mus be assigned to a change request. An application component mus be assigned to the repository object. A transport layer must be assigned to the package.

Why should you bundle database updates in your dialog programs?. To process the SAP LUW within the database LUW to ensure data consistency. To be able to rollback database changes performed in the same dialog step. To avoid database locks set by an SQL statement that persists until the end of the program. To allow you to use SAP locks to ensure data consistency.

What process is used to establish the automatic transport of data betqeen the view controller´s context-attributes and the UI element in its layout?. view assembly. Context mappling. Data binding. Data migration.

Wich of the following enhancement options does not require any preparation from SAP?. New Badis. Explicit enhancement point. Explicit enhancement sections. Implicit enhancement point.

What will happen at runtime when accesing a buffered table?. ALL SELECTS statements will read data from the buffer. 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. If table data is read using indexes, the table buffer will not be filled.

Which of the following ABAP standard type are numeric? 3 RESP. N. D. I. P. F.

In addition to the primary key of an internal table, how many secondary indexes can you define for an internal table?. 1. 15. 10. 0.

Wich of the following data types are predefined ABAP data types? 3 RESP. Xtring. String. Float. Decimals. Decfloat34.

Wich option are avaible for JOIN in ABAP Open SQL. 3 RESP. RIGHT OUTER JOIN. INNER JOIN. FULL JOIN. LEFT OUTER JOIN. CROSS JOIN.

What is the Web Dynpro programming model is based on?. Classic Dynpro programming. Business Server Pages (BSPs). Model View Controller. Internet Transaction Server (ITS).

Which of the following functions does the ABAP Dispatcher perform? 2 RESP. It enables communication between SAP systems and external application systems. It communicates with other instances in the system. It distributes user request among avaible work processes. It directs http requests from an SAP system to a web server.

Wich of the following controller types can exist only once in a web Dynpro component? 2 RESP. Component controller. Configuration controller. Window controller. View controller.

When is an ENDSELECT no required for a SELECT? 3 RESP. When you spècify appending a table. When you do a SELECT SINGLE. When you specify a join of tables. When you specify into table. When the FROM is a view.

You need to perform a downcast. What should you do? 2 RESP. Perform the downcast only if an upcast has already been done for the object reference. Assign a subclass reference to a superclass reference. Use the operator "=". Catch the exception CX_SY_MOVE_CAST_ERROR.

You want to translate dynamic text in a web dynpro. From wich abstract class should you inherit?. CL_WD_COMPONENT_SERVICES. CL_WD_COMPONENT_ASSISTANCE. CL_WD_CONTEXT_SERVICES. CL_WD_CONFIGURATION_MODEL.

Wich of the following rules must you follow when creating subscreens? 2 RESP. Subscreens can have a dialog module containing SET PF-STATUS. Subscreens can call other subscreens. Subscreens CANNOT have a field of type OK. Subscreens CANNOT have an AT EXIT-COMMAND module.

Which comparison operators can you use in a logical expression related to the WHERE clause of the SELECT statement? 3 RESP. LIKE (fits pattern). CO (contains only). GT (greater than). EQ (equals). CP (covers pattern).

The USER has the following field: ID, FIRST_NAME, LAST_NAME. FIRST_NAME, LAST_NAME have the same basic type and lenght. You want to campare fields FIRST_NAME, LAST_NAME to each other. Wich of the following SELECT statementes can you use? 2 RESP. SELECT*FROM users AS a INTO TABLE it_users WHERE a first_name = last_name. SELECT*FROM users AS a INTO TABLE it_users WHERE a»first_name = a»last_name. SELECT*FROM users INTO TABLE it_users WHERE first_name = users last_name. SELECT*FROM users AS a INTO TABLE it_users WHERE first_name = users»last_name.

An executable ABAP program contains a standard selection screen and uses the event blocks AT SELECTION SCREEN, AT SELECTION-SCREEN OUTPUT, INITIALIZATION, START-OF-SELECTION. 1.INITIALIZATION 2.AT SLECTION-SCREEN OUTPUT 3.AT SELECTION-SCREEN 4.START-OF-SELECTION. 1.INITIALIZATION 2.AT SLECTION-SCREEN OUTPUT 3.START-OF-SELECTION 4.AT SELECTION-SCREEN. 1. INITIALIZATION 2. AT SELECTION-SCREEN 3. AT SELECTION-SCREEN OUTPUT 4. START-OF-SELECTION. 1. AT SELECTION-SCREEN OUTPUT 2. INITIALIZATION 3. AT SELECTION-SCREEN 4. START-OF-SELECTION.

In the CALL CUSTOMER-FUNCTION 'nnn' statement, nnn is a three-digit number used in SAP programs for wich of the following types of enhancement?. Customer exits. User exits. New BAdIs. Business add-ins.

You have to overwrite spaces in a string with the letter ‘A’. Which of the following statements can you use? 3 RESP. CONDENSE. TRANSLATE. SHIFT LEFT. OVERLAY. REPLACE.

What can be defined using an implicit enhancement? 3 RESP. Replacements for global SAP methods. Additional attributes in global SAP classes. Replacement for SAP function modules. Additional parameters in SAP function modules. Additional exceptions in SAP function modules.

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?. Cluster table. Pooled table. Transparent table. Internal table.

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. Register for the event, write the handler, create the ALV, display the ALV. Write the handler, register for the event, create the ALV, display the ALV. Write the handler, create the ALV, register for the event, display the ALV. Write the handler, create the ALV, display the ALV, register for the event.

Which parameter types can be used in the signature of a functional method? 2 RESP. Exporting. Importing. Changing. Returning.

How can you improve the performance when accessing a large data volume database table?. Apply the appropriate data class and size category. Switch the database table to fully buffered. Define appropriate indexes for the database table. Change the table type in the dictionary.

Which of the elementary data types is deep?. N. XSTRING. DECFLOAT34. X.

What features are provided by the database interface? 3 RESP. Database independence of application programs. Conversion of Open SQL statements from ABAP statements into the corresponding database Statements. Syntax check of Native SQL commands. Access to SAP table buffers. Data consistency check using foreign key relationships.

When you define local classes in ABAP, which syntactical sequence must you follow?. PUBLIC SECTION, PROTECTED SECTION, PRIVATE SECTION. PRIVATE SECTION, PROTECTED SECTION, PUBLIC SECTION. The order doesn´t matter. The order is handled automatically.

What are the advantages of defining texts symbols in executable programs? 2 RESP. They facilitate multilingual functionality. Then can store up to 256 characters. The same text symbol can be used by other programs. They are easier to maintain than literals.

Which of the following are features of the Context in Web Dynpro? 2 RESP. Data is transferred from one Context to another by firing plugs. Every Web Dynpro controller has one Context. Data is shared between controllers through Context mapping. Every Web Dynpro controller has multiple Contexts.

You r program performs a data base update by calling function modules in an update task. Which ABAP statements can be used in the program to discard all update requests for the current SAP logical unit of work(LUW)? 3 RESP. ROLLBACK WORK. MESSAGE TYPE X. MESSAGE TYPE W. MESSAGE TYPE E. MESSAGE TYPE A.

How can you add a session breakpoint to your program? 2 RESP. Set a breakpoint in the ABAP editor. Execute command /h. Set a breakpoint in the ABAP editor and select Save. Set a breakpoint in the ABAP debugger and press F8.

Which of the following statements are true? 2 RESP. Static attributes can be declared only in the private visibility section of the class. Static attributes are declared with the CLASS-DATA statement. A static attribute is the same across all instances of the class. There is only one static attribute across all instances of the class. Static attributes cannos be changed by an object.

There are ____ versions of the ABAP Editor. 3. 4. 2. 1.

What must you specify in a Unicode system when opening a file in TEXT MODE?. The ENCODING addition. The byte order. The code page. The layer page.

How do you embed a subscreen in a main screen?. Use SET SUBSCREEN in a PBO module of the main screen. Use SET SUBSCREEN in the flow logic of the main screen. Use CALL SUBSCREEN in the flow logic of the main screen. Use CALL SUBSCREEN in a PBO module of the main screen.

What is the purpose of the enqueuer work process?. It translates Open SQL statements. It manages logical locks in the lock table. It processes user entries. It processes update requests.

You want to read data from two database tables A and B using a database join. Database table B contains details for data records stored in database table A. Your result should contain all combinations of matching rows from A and B plus all rows from A that do not have matching rows in B. Which statement do you use?. SELECT … FROM a LEFT OUTER JOIN b. SELECT … FROM a RIGHT OUTER JOIN a. SELECT … FROM a JOIN b. SELECT … FROM a INNER JOIN b.

You want to develop a program that processes character type data. When you implement the program, you can either use the classical string statements or the newer strings expressions and functions. What are the main benefits of using string expressions and string functions? 2 RESP. You can write compact syntax instead of a long sequence of statements. You can reduce the number of intermediate variables. You can improve the performance significantly. You can write code that is very easy to read and understand.

What is the default length of the type C data type?. 10. 1. 1-65535. 100.

What does the Refactoring Assistant allow you to do? 2 RESP. Move components between superclasses and subclasses. Rename all occurrences of a method. Move between classes and interfaces. Rename all subclasses of a method.

Each work process is assigned a type of task that can be performed. Which statements related to this are true? 3 RESP. To switch a work process type requires a restart of the SAP NetWeaver Application Server ABAP. All work processes have the same structure. All work processes communicate with the database. All work processes communicate with the dispatcher. A work process can communicate directly with an external system through a Remote Function Call. It is possible to have multiple enqueue work processes on an SAP NetWeaver Application Server. It is possible to have multiple spool work processes on an ABAP application server.

In which modularization units can you use parameters? 3 RESP. Event blocks such as START-OF-SELECTION. Function modules. Subroutines. Dialog modules such as PBO modules. Methods.

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. 1. Create a grid object 2. Pass data to the grid object 3. Create a container object. 1. Pass data to the grid object 2. Create a container object 3. Create a grid object. 1. Create a grid object 2. Create a container object 3. Pass data to the grid object.

What can you use to achieve polymorphism?. Events. Subroutines. Inheritance. Reports.

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 in the source code of the application for GET BADI statement. You search in the SAP reference Implementation Guide (IMG) for a suitable user exit. You search in the flow logic of the screen for CAL CUSTOMER-SUBSCREEN statement. You use the BAdI Builder (transaction se19) to check for a suitable Business Add-In(BAdI).

Wich of the following statements are true?. 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. Projection views can have more than one table included for the view definition. You cannot use a pooled or cluster table for a database view.

Where are fixed values for fields stored?. Table. Structure. Field. Data element. Domain.

You defined data reference z1 generically. Which statement would you use to access the content of the referenced variable?. Assign (z1) to <fs>. Assign z1 to <fs>. Assign z1->* to <fs>. Get reference of z1 into wa.

Subroutines provide which types of parameters? 2 RESP. Input. Output. Input/Output (changing). Return values. Exceptions.

When included in a structure, which elementary field types allow the structure to be considered a character-type data object? 4 RESP. C. D. F. I. N. STRING. T. X. XTRING.

Which of the following statements are true? 2 RESP. Standard tables can be accessed by index. Standard tables cannot be accessed by index. A sorted table is always accessed by a unique key. Hashed tables are always accessed by index. Hashed tables are accessed by a unique key.

When is an ENDSELECT not required for a SELECT? 3 RESP. When the FROM is a view. When you specify a join of tables. When you do a SELECT SINGLE. When you specify into a table. When you specify appending a table.

How can you find customer exists in an ABAP program? 2 RESP. Search for ‘CL_EXTHANDLER’ in the program. Search for customer exists in the program documentation. Search for customer exists in the Repository Information System. Search for ‘CALL CUSTOMER’ in the program.

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?. REFRESH_TABLE_DISPLAY in module PAI. SET_TABLE _FOR_FIRST_DISPLAY in module PBO. SET_TABLE_FOR_FIRST_DISPLAY in module PAI. REFRESH_TABLE_DISPLAY in module PBO.

You define a generic variable that can hold the ABAP types C, D, N, STRING, and T. You want to restrict the use of other ABAP types. Which generic data type must you use in the definition?. CLIKE. DATA. CSEQUENCE. SIMPLE.

What are the prerequisites when creating an append structure for a standard SAP table? 2 RESP. The fields in the append structure should star with YY or ZZ. The table cannot have any fields of type FLTP. The table must be copied before the append structure can be created. The enhancement category of the table is NOT set to ‘Not enhacable’.

Which type of view uses an inner join in a search help?. Database view. Maintenance view. Help view. Candidate key view.

Which actions release a database lock? 6 RESP. COMMIT WORK. ROLLBACK WORK. The display of an SAP screen. The display of a dialog message type E. The display of a dialog message type A. ENQUEUE_. An "/n" in the command field. A call to a function module. A CALL TRANSACTION. A SUBMIT.

Which type of transport task is used when you modify SAP standard objects?. Development/Correction. Workbench. Transport of copies. Repair.

You are writing a program that uses ABAP class. Which components of the class can you create directly from the program?. Only private components. Only protected components. Only public components. All components.

What is the allowed length of the ABAP Dictionary data type DF16_DEC?. The allowed length is between 1 and 15 digits. The allowed length is 16 digits. The allowed length is between 0 and 16 digits. The allowed length is between 0 and 15 digits.

You build a dialog screen with an input field in an ABAP program. How do you ensure that the contents of the screen field can be accessed in the program?. Enter the name of a data object in the Paramter ID attribute of the screen field. Define a data object in the program with the same name as the screen field. Use a MOVE statement in a PAI module to copy the data to a data object. Use the GET statement in the program to transport the data from the screen field.

What are the differences between displaying in a full screen and in a container? 2 RESP. The full screen requires Dynpro programming. The container requires the use of an additional object (a container control). The only difference is that the container name must be specified when creating the ALV object. Only a full-screen ALV allows the use of event handling. Only an ALV in a container allows the use of event handling. Any type of ALV allows the use of event handling.

Identify the types of controller. 5 RESP. Component controller. Custom controller. Consumer controller. Configuration controller. View controller. Window controller.

You add the CREATE PROTECTED addition to a class definition. From where you can instantiate the class? 3 RESP. From a parent class. From a child class. From a friend class. From any protected class. From the class itself.

Which SELECT statement will always bypass the SAP table buffers?. SELECT … ENDSELECT. SELECT … SINGLE ... SELECT … INTO TABLE. SLECT ... FOR UPDATE.

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 BIND_TABLE of IF_WD_CONTEXT_NODE. Bind the table attribute ‘DATA_SOURCE’ to the context node. Right click the table and select the ‘CREATE_BINDING’ option. Generate a ‘BIND_TABLE’ method using the web dynpro method wizard.

What is the correct order for using a lock object?. Read the data, set the lock, change the data, release the lock. Set the lock, read the data, change the data, release the lock. Set the lock, read the data, release the lock, change the data. release the lock, Read the data, set the lock, change the data.

What do global types and local types have in common?. Documentation. Field labels. Search help. Technical information.

Where can you define global data types that are visible system-wide? 3 RESP. In a method of a global class. In the ABAP Dictionary. In a function module. In a global class. In a global interface.

Which statement ends a screen sequence and starts from initial screen?. CALL SCREEN. LEAVE TO SCREEN. SET SCREEN 0. LEAVE SCREEN.

ABAP is a programming language that… 4 RESP. Executes on all three levels of the three-tier architecture. Controls the business logic. Processes and formats data. Interacts with the user. Separates program code from language text.

You have located a new (kernel) Business Add-in(BAdI) in an SAP standard application. What must you create to implement the BAdI, and in which order?.  Enhancement Spot Implementation  BAdI Implementation.  Enhancement Project  BAdI Implementation.  BAdI Implementation  Enhancement Spot Implementation.  BadI Implementation  Enhancement Project.

Which data types are incomplete ABAP standard data types? 3 RESP. F. N. P. I. C.

You are establishing the business logic layer for a Web Dynpro Component. Which service types are available in the Service Call wizard? 3 RESP. Transaction code. Web service proxy. Class method. Function module. Function group.

Which property of the InputField UI element must be bound to a context attribute?. State. Enable. Value. Visible.

Which of the following ABAP statements throws an error at the syntax check?. DATA variable. DATA variable(5) TYPE n. DATA variable(5) TYPE p. DATA variable(5) TYPE t.

How can you declare an internal table using the transparent table A as its line type?. DATA gt_itab TYPE LINE OF a. DATA gt_itab TYPE REF TO a. DATA gt_itab TYPE TABLE OF a. DATA gt_itab TYPE a.

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 update requests for the current SAP LUW? 2 RESP. EXIT. ROLLBACK WORK. MESSAGE annn(nnn). MESSAGE ennn(nnn). DELETE UPDATE.

You are using the new debugger and you want to change the content of an internal table. Which actions are allowed? 3 RESP. Delete the entire contents of a table. Change row content and press Save (<CTRL> + S). Delete table from memory. Delete the selected rows. Change row content and press Enter (<ENTER>).

Which of the following must you do to be able to use a Business Add-in(BADI)? 2 RESP. Activate the enhancement project. Write code for methods. Modify the adapter class. Create the BADI implementation.

You create a function group ZATP. What is the name of the corresponding main program?. ZATP. SAPLZATP. SAPMZATP. SAPFZATP.

When you add programming logic to your ABAP program that checks authorizations,which of the following do you have to create? 2 RESPUESTAS. An authorization object. An authorization Access. An authorization profile. An authorization role.

A structure has enhancement category 3, can be enhanced (character-type). Which set of elementary types is allowed for the new fields?. C, D, N, T. C, D, N, X. D, I, STRING, T. F, I, P, X.

Dynpros can be placed in which program types? 3 RESP. Executables. Module pools. Function groups. Class pools.

You use Unified Modelling language (UML) to design your classes. You want to describe the message exchange between objects. Which diagram can you use?. Object diagram. Class diagram. Component diagram. Sequence diagram.

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 up cast?. MOVE O1 ?TO O2. O2 ?= O1. MOVE O1 TO O2. O1 = O2.

Which of the following are true statements? 3 RESP. 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. Reference data types can be used to define the data type of the data element. Field labels are defined for the domain.

A view can only be displayed in which circumstances?. It has been embedded in a window. It contains an inbound and outbound plug. It can always be displayed. It cannot always be displayed.

Which statements are true regarding ABAP inheritance? 4 RESP. You can access the superclass component with the prefix SUPER->. The instance constructor can be overwritten as part of inheritance. The static constructor can be overwritten as part of inheritance. Overloading allows a method to have several definitions with different signatures. Instance constructors must call the superclass’s constructor. Static constructors do not need to call the superclass’s constructor. Polymorphism requires the developer to specify which method to use with inheritance.

Which of the following are true statements? 3 RESP. Table fields can be assigned to a data element. Table fields can be assigned to an ABAP Dictionary data type directly. Search helps can be defined for a table field that is assigned to a predefined data type. A reference table and field are required for fields with the data types QUAN and CURR.

What are the prerequisites when creating an append structure for a standard SAP table? 2 RESP. The fields in the append structure should star with YY or ZZ. The table cannot have any fields of type FLTP. The table must be copied before the append structure can be created. The enhancement category of the table is NOT set to ‘Not enhacable’.

Each ABAP program that actually contains executable statements… 2 RESP. Is divided into processing blocks. 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 block. Uses event blocks to trigger events in ABAP. Has declarative statements outside of processing blocks that are considered local. Has declarative statements inside of processing blocks that are considered local. Can be tested from the ABAP Workbench by pressing (F8).

Which of the following characters is the first of a menu exit function code?. -. &. +. *.

Which of the following ABAP standard types are incomplete? 2 RESP. N. STRING. F. X.

Compared to a predefined ABAP type what additional properties can be assigned to a domain? 3 RESP. Fixed values. Conversion exits. Value tables. Parameter IDs. Search helps.

What can be part of the signature of an instance constructor? 2 RESP. Import parameters. Changing parameters. Exceptions. Export parameters.

What are the declarative statements used to define the selection? 3 RESP. PARAMETERS. SELECT-OPTIONS. SELECTION-SCREEN. None of the above.

You are establishing the business logic layer for a Web Dynpro Component. Which service types are available in the Service Call wizard? 3 RESP. Transaction code. Web service proxy. Class method. Function module. Function group.

What must you do to define a database view using the ABAP Dictionary? 3 RESP. Choose the database tables from where the view acquires data. Define the join conditions between the tables. Choose the fields from the tables that should be part of the view. Define selection criteria for the view. Define buffering settings for the underlying database tables.

Which of the following enhancements calls a customer function module. 2 RESP. Customer exit. User exit. Business Transaction event. Business Add-in (BADIs).

Global data types defined in SAP systems are…. Data defined in the program that is visible to all the routines/statements within the ABAP program. ABAP Dictionary types. Date types defined in the program using ABAP Dictionary types. Date types does not defined Dictionary types.

What can you change in the ABAP Debugger?. Content of an internal table. Value of a reference variable. Value of a constant. Definition of a structure.

Which of the following is a true statement? 3 RESP. All customer repository objects have to be assigned to a package. Packages use interfaces and visibility to make their elements visible to other packages. The transport layer is a mandatory input field for the package. A package can be nested.

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 on VALUE-REQUEST. In the event block AT SELECTION-SCREEN. In the event block AT SELECTION-SCREEN OUTPUT. In the event block INITIALIZATION.

Which statements are true? 5 resp. The ALV Grid uses a reference to the data table for display. The ALV Object Model requires a table refresh after programmatically changing the ALV. 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 can define a sort criteria for initial display. The ALV Grid requires a table refresh after programmatically changing the ALV.

What is the root class in the RTTS inheritance tree?. CL_ABAP_ELEMDESCR. CL_ABAP_TYPEDESCR. CL_ABAP_COMPLEXDESCR. CL_ABAP_DATADESCR.

What is variable-length structure called?. Nested link structure. Link structure. Flat structure. Nested structure.

Which method of passing parameters is preferred for its performance?. Pass by class. Pass by reference. Pass by value. Pass by subclass.

Which of the following can you do with the ABAP debugger? 3 resp. Analyze memory usage. Change source code. Compare data objects. Analyze internal tables. Analyze SQL traces.

What is the allowed length of the ABAP Dictionary data type DF34_RAW?. The allowed length is between 1 and 31 digits. The allowed length is between 0 and 33 digits. The allowed length is between 1 and 34 digits. The allowed length is 34 digits.

Which of the following structures is created when you use a table type to define one of its components?. Flat structure. Deep structure. Append structure. Nested structure.

You have defined a classical screen (dynpro) with mandatory input fields. You want to exit the screen using the Cancel button even if not all of the mandatory fields have been filled. What is necessary to achieve this?. Assign function type E to the Cancel button and handle it in a module with the addition AT EXIT-COMMAND. Use the LOOP AT SCREEN. ... ENDLOOP statement to set the "required" property of the input fields to zero. Set the function type assigned to the Cancel button to S and handle it in a module with the addition AT EXIT-COMMAND. Set the function code assigned to the Cancel button to CANCEL and handle it in a module with the addition AT EXIT-COMMAND.

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 statements can you use to copy this reference to a new variable of type DOG?. MOVE…. TO….. WRITE……TO……. MOVE-CORRESPONDING…… TO……. MOVE……?TO…….

You have created the following repository objects:  A class with an event definition  A handler class with a method ON_EVT which handles this event  A report that instantiates the handler class The report does not react to the event. How do you analyze this issue? 3 resp. Check if the event is triggered by setting a breakpoint at the RAISE EVENT statement. Check if the event is triggered by setting a breakpoint at the MESSAGE … RAISING statement. Check if the handler method is registered. Check if the handler method ON_EVT is defined in a subroutine of the report. Check if the implementation of the handler method ON_EVT contains the correct logic.

To which context object is the attribute LEAD_SELECTION_INDEX related?. Element. Attribute. Supply function. Node.

In a subclass, you want to redefine a method of the super class. Which of the following conditions must be fulfilled? 2 resp. The superclass method is an instance method. The subclass method has a lower visibility than the super class method. The super class method is abstract. The subclass method has same visibility as the super class method.

Which statements about ABAP are true?. Each statement cannot begin with a keyword. Each statement must end with a period. ABAP keywords and additions must be in uppercase. Each statement must begin with a keyword.

Which of the following are incorrect statements? 2 resp. TYPES: Str TYPE STRING LENGTH 20. TYPES: carrid_ty LIKE spfli-s-carr_id. TYPES: werks TYPE C LENGTH 4. TYPES: date_ty TYPE D LENGTH 10.

You want to move a transport request from the development system to the subsequent system. Which of the following are prerequisites for this? 2 resp. The extended program check must show no warnings. All objects included in the transport request must be activated. All tasks of the transport request must be assigned to the same user. The transport request must be released.

Which components belong to an elementary search help? 2 ressp. Selection method. Fixed values. Attachment to a field. Import / export parameters.

Which of the following are key capabilities of SAP NetWeaver? 2 resp. Application Platform. Information Integration. Enterprise Resource Planning. Supply Chain Management.

For which of the following requirements can you implement a functional method? 2 resp. A private static helper method that returns a single value as the result of an algorithm. A method to set an instance attribute with one importing parameter and no other parameters. A factory method that returns an object reference. A handler method for an event that has a returning parameter.

Which of the following can you use to enhance SAP standard tables and structures with fields? 2 resp. Customizing includes. Field exits. Append search helps. Append structures.

Each component has an interface; of what does this interface consist? 2 resp. Interface view. Data Container. Interface controller. Interface context.

Which you should specify in a non-Unicode system when opening a file in TEXT MODE? 2 resp. The code page. The storage order. The byte order. The ENCODING addition.

Identify the ways to map context structures. 2 resp. External context mapping. Dynamic context mapping. Direct context mapping. Static context mapping.

How would you define a method of an ABAP class to prevent this method from being available in a subclass?. Private. Protected. Abstract. Final.

In the technical settings for a transparent table, buffering is switched on and single record buffering is selected. Which statement uses the buffered data assuming that the WHERE clause contains restrictions for all key fields?. SELECT SINGLE … FOR UPDATE. SELECT … INTO TABLE … . SELECT … . ENDSELECT. SELECT SINGLE … .

Which class is used to define a reference for an instance of the ALV Object Model?. Class CL_GUI_BDC_GRID. Class CL_GUI_ALV_GRID. Class CL_SALV_TABLE. Class CL_GUI_CUSTOM_CONTAINER.

You have created a Web Dynpro view that shows data for airline connections between cities. You want to display flight data for a specific date in a different view after the user select a date and presses a button. Which of the following actions you must perform? 2 resp. Add a client-side event in the view. Edit the handler method in the view controller. Set the interface property for key fields. Create and link plugs between the views.

You run an executable program which contains the following code: DATA: gv_var1 TYPE n LENGTH 3, Gv_var2 TYPE n LENGTH 3 VALUE ‘456’. START-OF-SELECTION CLEAR gv_var2 Gv_var2 = gv_var1. Gv_var1 = ‘123’. At what point does the system reserve memory for the data object gv_var1?. When the value ‘123’ is assigned to the data object. When the assignment to gv_var2 is executed. As soon as the program is loaded into thie internal session. At the beginning of the START-OF-SELECTION event block.

What is unique about a functional method? 5 resp. It can contain a changing parameter. It can contain an importing parameter. It can contain an exporting parameter. It can be used in logical expressions. It must be a singleton. It can be used in SELECT statements. It must contain a returning parameter.

When does the lifetime of a Web Dynpro component begin and end?. It begins the first time it is called at runtime, and it ends with the Web Dynpro application that called and instantiated the component ends. It begins each time it is called, and it ends when the component completes. It ends each time it is called, and it ends when the component completes. It begins when instantiated and it ends when the program ends or the object is freed.

What does Software Layer Aware Debugging allow you to do? 3 resp. Trace executing code. Specify as much or as little code to debug. Bypass authorization objects. Debug only a small portion of code. Debug a large portion of code.

You want to define two database tables with different structures. Both tables should contain the fields CHANGE_DATE and CHANGE_TIME. How do you implement this in order to minimize the maintenance effort?. Define an append structure with these two fields and assign this append structure to both database tables. Define a structure with these two fields and include this structure in both database tables. Define the two fields in one database table and copy them to the other database table. Define the two fields in each database table separately.

What can you create using the ABAP Dictionary? 3 resp. Domains. Field symbols. Type pools. Internal tables. Transparent tables.

What can you enhance using BAdIs? 3 resp. Source code. Database tables. Menus. Data elements. Screens.

Which steps are needed when implementing the singleton concept for class instantiation with minimum coding? 3 resp. Save the instance of the class in a static attribute. Define the class as abstract. Create an event that returns the instance of the class. Create an instance of the class in a static constructor. Define the instantiation of the class as private.

What is the ALV Object Model?. A group of classes that describe the BDC Grid as a whole and inherit from a single class. A group of classes that apply Grid as a whole and inherit from a multiple class. A group of classes that describe the ALV Grid as a whole and inherit from a single class. A group of hierarchal classes that describe the ALV Grid as a whole but do not inherit from a single class.

Which of the following capabilities is provided by the Application Layer platform of SAP Netweaver?. Business process management. Master data management. Multi-channel access. Database and operating system abstraction.

When are the changes to the VB* table transferred to the database?. When an update function module is executed. When the main program is executed. When the update work process is executed. When the enqueue work process is executed.

Which type of view cannot be used in a search help?. Maintenance view. Help view. Candidates key view. Database view.

The statements CALL BADI and GET BADI are used for which type of BAdIs?. Classical BAdI. None of the above. New BAdI. Classical DDic.

Which objects can share data through context mapping?. Custom controllers and transparent tables. View controller and another view controller. Global classes and component controllers. Component controllers and view controllers.

Which of the following types of SQL statements always bypass the SAP table buffers? 2 resp. SELECT … INNER JOIN…. SELECT … UP TO 1 ROW. SELECT SINGLE. SELECT SUM (sales).

Which of the following is a true statement? 3 resp. All transportable objects have to be assigned to a package. Client-specific customization objects are assigned to the customizing request. Local repository objects can be transported. Repository objects and cross-client customization objects are assigned to the workbench request. Inactive objects can be transported.

You want to display a dialog box in your ABAP program. Which statement do you use?. CALL SCREEN 200. WINDOW 200 STARTING AT 5 5. SET SCREEN 200. CALL SCREEN 200 STARTING AT 5 5.

Which of the following statements are correct? 3 resp. An enhancement spot can contain an explicit enhancement point, explicit enhancement section, and new BAdI. An enhancement spot can contain an explicit enhancement point and an enhancement section. An enhancement spot can contain either an explicit enhancement point and enhancement section or a new BAdI only, but all three cannot be in the same enhancement spot. An enhancement spot can contain one or more simple or composite enhancements.

What is the result of the following arithmetic operation? DATA: intTYPEI. int=5*(3/10). 2. 0. 1.5. 1.

Which of the following predefined ABAP types is incomplete?. STRING. F. XSTRING. P.

Denunciar Test