option
Cuestiones
ayuda
daypo
buscar.php

C_TAW12_750

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
C_TAW12_750

Descripción:
SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50

Fecha de Creación: 2019/12/02

Categoría: Informática

Número Preguntas: 316

Valoración:(5)
COMPARTE EL TEST
Nuevo ComentarioNuevo Comentario
Comentarios
Denunciar Comentario
Buen test para la certificación TAW12. Muy completo.
Responder
FIN DE LA LISTA
Temario:

Identify the key capabilities of SAP NetWeaver. Service-oriented architectura (SOA) middleware. Security and Identity management. Business Intelligence. Customer Relationship Management. Supply Chain Management.

Java is on object-oriented and a platform-independent programming language. True. False.

In a three-tier cleint-server configuration, the aplication layer processes can be spread across multiple hosts. True. False.

What are the advantages of a three-tier client-server configuration as compared with single-tier or two-tier configuration?. Simpler scalability. Simpler administration. Load balancing. None of the above.

Wich of the following is true about the key areas of SAP products. On premise. On mobile. On demand. On request. On device.

SAP Business All-in-One is the ideal solution fos small and midsize companies with stable processes and that watn to use a preconfigured system from SAP. True. False.

SAP ERP does not support industry-specific processes. True. False.

The user data in SAP sustema is called the _____________. User record. User master record. Stored record.

You can work in only one window (sessions) at time in an SAP system. True. False.

The following string are valid entries in the command field in the SAP Easy Access screen. /nend. /nex. ?SM04. /nsm04. From SAP Easy Access: SM04.

Identify the statements that accurately describe a client in an SAP system. A client represent a completely independent business entity. A client has its own database. A client corresponds to a customer. A client may represent an entire company.

Which of the following personalization option are available in the SAP GUI. You can change the font size in the SAP GUI within a certain range. You can display system messages in a dialog box. You can vary the size of input fields. You can deactivate the display of pictures in the SAP GUI. You can integrate your picture into the SAP Easy Access screen.

Sap GUI for the Java Environment (SAP GUI for Java) is the frontend for applications running on AS Java. True. False.

The gateway reader enables communication between SAP systems or between SAP systems and external application systems. True. False.

Identify the different intallation options for SAP NetWeaver Application Server (AS). SAP NetWeaver AS ABAP. SAP NetWeaver AS Java. SAP NetWeaver AS ABAP + Java. SAP NetWeaver AS C++. SAP NetWeaver All-In-One.

The Software Deployment Manager (SDM) is the standard tool used to install ABAP software components. True. False.

Buffers help to speed up the processing of user requests. Data does not need to be read from the database every time it is required in an instance as it can be called quickly from the buffer. True. False.

Which of the following statements are true of the ABAP dispatcher?. It manages the resources of the applications written in ABAP. It distributes the requests among the work processes. It acceptc incoming http requests from web browsers. It saves the user requests in request queues and processes them using the first in, firts out approach. It is the owner of the ABAP database scherma.

Identify the types of work processes in an AS ABAP system. Dialog work process. Message Server process. Update work process. Internet Communication Manager (ICM) process. Background work process. Enqueue work process. Spool work process.

Identify the interfaces and communication options that are supported by SAP systems. Hyper Text Transfer Protocol (HTTP). Simple Mail Transfer Protocol (SMTP). Remote Function Call (RFC). Business Application Programming Interfaces (BAPIs). Extended Data Transfer Protocol. SAP Transfer Protocol.

For which of the following functions can Business Application Programming Interfaces (BAPls) be used?. Request data from an SAP system. Pass data toan SAP system. Transfer SAP screen images to third-party applications (such as Microsoft Word). Access business processes in SAP systems.

Which of the following standards are implemented in SAP NetWeaver AS to support Web services?. XML. SOAP. WDSL. UDDI. Web server.

Business ____ Programming Interfaces (BAPls) are specialized ____ modules. They are accessed using the ____ interface. They are created and managed using the ____ Builder. Application, function, Remate Function Call, Function. Application, Remate Function Call, Function, Function. Application, Function, Remate Function Call, Function. Function, Remate Function Call, function, Applicatio.

Which of the following statements apply accurately to Application Link Enabling (ALE)?. ALE can be used to exchange data exclusively between SAP systems of the same release. ALE can be used to exchange data using web services. ALE can be used to exchange data between collaborating systems using BAPls. ALE can be used to communicate between the systems in your system landscape using RFC. ALE can be used to exchange data between AS ABAP and AS Java systems.

OData is an open web based protocol far querying and updating data and is built using internet standards such as AtomPub and JSON. True. False.

Which of the following layers contains the user interface where each user can access a program, enter new data. and receive the results of a work process?. Application server layer. Presentation server layer. Application logic layer. SAP NetWeaver Application.

When a program is not made up of a single block but of several units. the concept is referred to as ____. lsolation. Modularity. Universality. Multiplicity.

Which of the following system development objects are included in the Repository?. Programs. Function modules. Object Navigator. Definitions of database tables.

Which of the following ABAP Workbench tools is used to edit the source code?. ABAP Editor. ABAP Dictionary. Repository lnformation System. Menu Painter.

Which of the following are package types?. Application component. Development package. Main package. Software component.

When is the transport of development objects far a development request triggered?. When an object is saved. When an object is activated. When a task is released. When a request is released.

Whenever you create or change a development object and save lt, the system stores two inactive versions in the Repository. True. False.

Which of the following statements is correct about the ABAP programming language?. lt enables multi-language applications. lt enables SQL access. lt is platform-dependent. lt is typed.

ABAP Objects is the object-oriented enhancement of the ABAP programming language. True. False.

How do you include comment lines?. Begin the line with a pound # in the first column. Begin the line with an asterisk * in the first column. End the line with an asterisk * in the last column. End the line with a pound # in the last column.

After a project employee completes the required development task. he or she should do the following: Transfer the task to the Production System. Release the task within the Change request. Unlock and export the task to the Transport Directory. Export the Project Request.

Which of the following are complete ABAP standard types?. T(Time). C (Character). N (Numerical character). INT8 (lnteger with Length of 8 bytes). D (Date).

In IF statements. negations are usually formulated by placing the ____ operator before the logical expression. ANO. OR. END. NOT.

Which of the following are required in the syntax of the Message statement?. Message number. Message type. Message class. Message role.

In nested loops, which of the following contains the loop pass number of the loop in which it is located?. sy-index. sy-repid. sy-uname. sy-mandt.

To switch to debugging mode at run time. you can enter ____ in the command field. /d. /h. /i. /a.

What are the uses of modularization?. To improve performance. To provide a better overview of program layout. To encapsulate a function that is required many times within a program far multiple use. To implement the central maintainability of a function within a program. To make a function available across the system.

The assignment of actual parameters to formal parameters when calling a subroutine is called ____. interface assignment. parameter passing. parameter passing. subroutine call.

Variables defined in the main programare ____. global data objects. local data types. local and global data types.

Which of the following elements does the interface of a function module contai. Export parameter. Subroutines. Changing parameter. Screen.

After defining the corresponding IMPORTING and EXPORTING parameters. you can switch to the ____ tab page to implement the function module. Standard. Exceptions. Source Code. Attributes.

After defining the corresponding IMPORTING and EXPORTING parameters. you can switch to the Source code tab page to implement the functions of the function module. True. False.

Data in the SAP system can be accessed by means of a Business Application Programming Interface (BAPI). True. False.

Which of the following can be used as a visibility option for an attribute?. Public. Prívate. Static. Static.

Methods are called using the CALL CLASS METHOD statement. True. False.

When you identify a method as a static method, it can be called directly without the need to generate an instance of the class first. True. False.

To create a static method, all you need to do is enter its name in the Constructor list. True. False.

Which of the following special tools maintains global classes?. Object Builder. Class Builder. Method Builder. Attribute Builder.

To define an instance method as opposed to a static method in a local class, the METHODS statement is used instead of CLASS-METHODS. True. False.

Which of the following statements copies the content of the source structure to the target structure. one component ata time?. COPY-CORRESPONDING. REPLACE-CORRESPONDING. MOVE-CORRESPONDING. REMOVE-CORRESPONDING.

Which of the following statements is used for defining local structure types?. TYPES. BEGIN. END. START.

Which of the following specifications are required in the definition of an interna! table?. Line type. Primary key. Secondary key. Table kind.

Which of the following is used for adding a row into an interna! table?. ADD UNE. INSERT ROW. INSERT ROW. UPDATE TABLE.

For each entity fixed in the data model, the developer creates a transparent table in the ____. transparent field. ABAP Dictionary. data tield. database.

When using the transparent table as a data type, other properties, such as the key definition or the technical properties, are relevant. True. False.

Which of the following are the types of reuse components that encapsulate database access?. Conceptual database. Function modules. Business Application Programming Interfaces (BAPls). Methods of local classes.

The SELECT clause determines which lines are read into the target structure and processed using the statement block which you specify in the loop body. True. False.

lf you want to append rows in a Select statement. you can use the ____ addition. INTO TABLE. APPENDING TABLE. INTo coRRESPONDING FIELD or TABLE. END SELECT.

lf you select data from client-specific tables without specifying the client. data records from the current and ali other clients are read. True. False.

In the worst-case scenario, the system has to search the entire table, or at least a very large part thereof. for the required entries. This concept is referred to as ____. direct search. binary search. sequential search. indirect search.

Which of the following should you specify when defining a table join?. Join tables. Join conditions. Join rows. Join columns.

lf an ABAP program reads a buffered table. the database interface tries to get the required data from the SAP table buffer. True. False.

Which of the following statements are contained within Open SQL?. CREATE. UPDATE. INSERT. SELECT.

At runtime, which of the following statements can you use to check whether the actual user has the authorization required for executing the function in the user master record?. AUTHORITY. SELECT. AUTHORITY-CHECK. VALID AUTHORITY.

Which of the following are standard functionality on a selection screen?. Singular capability. Type check. Variants. Value entry.

You can use the to adapt the default list interface to your own needs. WRITE statement. Menu Painter. Pattern function.

Which of the following statements is used for defining an input variable?. DATA. VALUE. PARAM ETERS. PARAM ETERS.

Which of the following are the characteristics of an event block?. Ends by beginning the next processing block. Can be nested. Existence not absolutely necessary. Sequence of event blocks important.

Which of the following statements about the Code Inspector are true?. You can only use the DEFAUL T check variant. You can create a check variant to define the details of what to check. Standard inspection is carried out when check is performed through context menu from the Object Navigator. You can define check variants, object sets, and inspections using transaction SCI.

Which aspects does the Code Inspector take into consideration when examining a program?. Syntax check. Typical semantic errors (far example. AUTHORITY-CHECK statement without subsequent SY-SUBRC check). Performance (far example. nested SELECT statements). Security (far example, cross-client data accesses). Formatting of the source code (far example, indenting of the program lines within loops).

lf you use the ____ statement. the system terminates the current program and starts the transaction with transaction code T_CODE. SUBMIT. ANO RETURN. LEA VE TO TRANSACTION 'T _CODE'. CALL TRANSACTION 'T _CODE'.

A saved or buffered LOAD is considered obsolete if the developed version of the program was changed. True. False.

The modifiable parts of a programare created in memory in roll areas during every execution. When the program is executed several times by the same user. each execution has its own roll area. Which of the following is an example of modifiable parts of a program?. Byte code for statements. Values of constants and literals. Program texts. Screen definitions. Data objects (variables).

Which of the following are true when you actívate a new object, for example a program?. The object is saved. The syntax of the object is checked. The newly created version becomes the current active version. An executable binary file is generated.

How many externa! sessions are possible in SAP NetWeaver 7.0 and later?. 4. 8. 16. 32.

Which of the following are options for transferring data between programs?. Using the interface of the called program. ABAP memory. SAP memory. Database tables.

When working with interna! tables. which statement can also delete the table header if it takes up too much memory?. CLEAR. REFRESH. FREE.

lf the field list in a SELECT statement contains only aggregate expressions. the result will consist of which of the following?. A single line. Multiple lines. Either single or multiple lines.

Two prerequisites of using the ORDER BY PRIMARY KEY addition to a select statement are that the FROM clause must contain a single database table (no views or joins) and that the field list after SELECT must contain all key fields of the table. True. False.

When reading data from the database using cursors. the ____ statement defines and executes the access. but does not pass any data on to the application program. FETCH. OPEN CURSOR. FETCH NEXT.

Specifying the entire structure of a data object after the CORRESPONDING FIELDS OF addition is a more robust alternative than specifying individual structure component. True. False.

The ____ operator is used in the where clause of a Select statement when you want to compare the data with a single list of values. LIKE. IN. BETWEEN. IS.

When you process multiline result sets. you should read them into an interna! table (array fetch). True. False.

What is the name far the process by which secondary tables are accessed in a loop over the records from a primary table?. Nested SELECT. Looped SELECT. lterative SELECT. Repeat SELECT.

____ corresponds to the result set that only considers the records from the outer table far which su ita ble data records exist in the inner table. LEFT OUTER JOIN. INNER JOIN. OUTER JOIN.

Screen fields can be assigned a field help (Fl help) by creating documentation for the data element. True. False.

Which of the following type categories exist in the ABAP Dictionary?. Data elements. Structures. Indexes. Table types.

When creating the user interface in the ____, fields from structures or tables defined in the Dictionary can be added to the screen using the Get from Oictionary function. Function Modules. ABAP lnterpreter. Screen Painter.

ABAP Objects support the use of global constants in the form of constant class-attributes. True. False.

Which of the following technical information can be found in a doma in?. Data type. Field length. Output characteristics. Field labels.

Data elements are based on domains or built-in types. True. False.

Field labels contain keywords of different lengths (short, medium, and long) which can be assigned to screen fields referencing definitions in the ABAP Dictionary. Which of the following dictionary definitions can be used to maintain these field labels?. Built-in type. Data element. Domain. Type pool.

A structure can consist of components with the following types: data elements. integrated types. table types. database tables. views. or other existing structures. True. False.

The simplest form of a structure is a list of fields typed with data elements. This always gives rise to a ____ structure. deep. flat. nested.

Which of the following dictionary definitions can be used as line type for a table type in the Dictionary?. Database table. Structure. Doma in. Data element. Type group.

You can create a two-dimensional array in main memory by declaring an interna! table in an ABAP program. True. False.

A deep structure contains at least one table. True. False.

The name of a type group can contain a maximum of how many characters?. Ten. Three. Five.

In a structure. you can include another structured object and assign it to a component. The component refers to the structured object and the new data object is described as a nested structure. True. False.

You cannot access the data contained in a pooled or cluster table with OPEN SQL. True. False.

Which of the following ABAP dictionary objects stores data permanently in the database?. Tables. Structure. Data element. Domain.

The ____ key is a combination of columns that uniquely identifies a data record. secondary. primary. dorna in. data.

____ determine the storage requirements and the access behavior of database tables. Interna! table types. Technical settings. Foreign keys.

Master data is data that is seldom modified; far example. customer data. such as customer name. address. and so on. True. False.

In cluster tables. you store functionally dependent data among different tables into the table cluster. The data dependent on the cluster key is stored in the ____ field of the table cluster. cluster data. vardata. table data.

A table pool, as opposed to table clusters. stores data records from tables that are not dependent on one another. True. False.

The primary advantage of pooled and cluster tables is that the data can be stored in compressed form in the database. This reduces the memory required as well as the network load. True. False.

An index can be regarded as a copy of a database table reduced to certain fields. True. False.

Which index is automatically created in the database when the table is activated for the first time?. Secondary index. Primary index. Extension index.

lf a large table is accessed so frequently that it is not possible to use the primary index, you should create secondary indexes for the table. True. False.

The ____ decides which table index is used by the database system to access data records. database optimizer. database table. table buffers.

Table buffering increases performance when the records of the table are read. True. False.

Generic buffering is recommended, particularly for large tables, in which only a few records are accessed repeatedly with SELECT SINGLE. True. False.

With generic buffering, the generic key is a left-justified part of the primary key of the table. True. False.

____ buffering is advisable for tables that have frequent access to records that do not exist. Full. Generic. Single-record.

Buffers reside locally on the application servers. and must be synchronized after data has been modified in a buffered table. Synchronization takes place at fixed time intervals and can be set in the system profile. True. False.

Table indexes have a three-character ID and O is reserved for the primary index. True. False.

lf you refer to a domain with a value table in a field and define a foreign key at field level, there is no check. True. False.

A doma in describes the general value range of a field by specifying its ____ and field length. fixed value. data type. field value range.

____ are used to ensure that the data is consistent among tables. Primary keys. Foreign keys. Secondary keys.

The field of the foreign key table to be checked is called the ____. check field. referenced field. toreign key.

A user enters data in a screen field with a foreign key assigned. This entered data must be consistent with the key fields of the check table. True. False.

A text table has all the key fields of the normal table along with an extra key, which is the language key field. True. False.

Only one text table can be linked with a table. True. False.

The ____ version of an ABAP Dictionary object is the version that the components of the runtime environment (for example, ABAP processor, database interface) access. passive. active. inactive.

The runtime object of a table contains further information needed by the database nterface for accessing the table data, such as client dependence, buffering, key fields, and so on. True. False.

The ____ for Repository objects can be called from the information system. data elements. where-used list. buffering type of tables.

When an object that is already active is modified, it can affect other objects that use it directly or indirectly. The affected objects are called ____. dependent objects. database objects. Repository objects.

Correct access by ABAP programs to a database table is not possible if the runtime object of the table is inconsistent with the structure of the table in the database. True. False.

During the conversion process, the data is reloaded from table QCMTAB to table QCM8T AB with ____. ALTER TABLE. MOVE-CORRESPONDING. SELECT.

lf a conversion terminates, the following options are displayed as buttons in the database utility: Continue Adjustment. Unlock Table. Discard Adjustment. Reset Table.

ldentify the ways in which customers can enhance the structures and tables that have been defined by SAP in the ABAP Dictionary. Using Customizing lncludes. Using append structures. Using interna! tables.

In a database view, a ____ condition can be formulated with fields included in the view, and fields that are not contained in the view. selection. table. projection.

A ____ is defined in the ABAP Dictionary and automatically created on the database during activation. view cluster. database view. field name.

When you create a maintenance view, the key fields must be defined befare the function fields. True. False.

A view cluster consists of one or more ____ views. database. maintenance. help.

What are the different ways of obtaining input help for a field?. A search help can be attached directly to a field of a structure or table. lf a field has a check table, its contents are automatically offered as possible values in the input help. The values in the database will be automatically output directly. The possible values are defined by its data element.

In every search help at least one an ____ parameter must be defined for the data transfer. EXPORT. IMPORT.

The search helps that combine several search paths are called ____. collective search helps. hidden search helps. elementary search helps.

SAP collective search helps often contain elementary search helps that are not required by all customers. The search helps you do not need can be hidden using ____. Hidden search helps. Append search helps. Collective search helps.

Existing function modules with the prefix F4UT_ can be used to implement search help exits. True. False.

Selection screens serve asan interface between the program and the user. and allow the user to limit the amount of data read from the data base. True. False.

Which of the following statements declare selection screen objects?. DATA. PARAMETERS. SELECT-OPTIONS.

You can deliver default values for the selection screen fields of a report or of a logical database during the ____ event. INITIALIZATION. AT SELECTION-SCREEN. START-0F-SELECT10N.

lf you hide a parameter, any associated comment text is also hidden. True. False.

You can supply any additional selection screens with default values at INITIALIZATION. True. False.

When working with tabstrips on a selection screen, you can delay linking a tab title with a particular subscreen until runtime. True. False.

The current SAP screen programming model is single-screen transactions. Which of the following characteristics best describes this model?. The input screen and data screen are combined in one window. lt is easy to switch between Create. Change, and Display mode. The system retains context after saving. Program coding using one include program is possible. Direct access to the objects is possible.

A module pool program requires at least one transaction code in which you specify an initial screen. True. False.

Process After Input (PAi) is processed after a user interaction on the screen. True. False.

Call Module statements can be found in the flow logic of a dialog program. True. False.

The ____ processor controls the flow logic on a screen. ABAP. DYNP.

Dynamic changes to the attributes of screen elements can be done using the LOOP AT SCREEN ... ENDLOOP block with a MODIFY SCREEN statement in a PBO module. True. False.

A screen sequence is inserted using the ____ statement. CALL SCREEN. SET SCREEN. NEXT scREEN.

Which of the following make upa GUI status?. Menu bar. Standard toolbar. Application toolbar. Title bar. Function key settings.

You can create functions only with dynamic texts. True. False.

Which of the following types of keys can be found in the function key assignments. Reserved function keys. Recommended function keys. F astpath keys. Freely assigned function keys.

You can use variables in GUI titles which are set dynamically at runtime by including the "&" symbol. True. False.

Menu bars and application toolbars are independent elements within a program. You can reuse them from a GUI status with. reference technique. technical attributes. status bars.

When the user triggers a function using a button. the relevant function code is transferred into the OK field of the screen. True. False.

The user can change the labels in text fields at runtime. True. False.

Underscores are interpreted as separators between two words of the same text field. True. False.

The ____ and ____ attributes are selected by default when we create a status icon and these attributes cannot be changed. Invisible. Output field. lntensified. 2 Dimensional.

To change the group box text dynamically, which of the following steps are required?. Select the Output field attribute of the group box. Use text elements. Create a global data field in the ABAP program with the same name and assign a value to this global data field. Use an '&' in the group box text attribute and assign the text during runtime using a function module.

Automatic field input checks in an input field are related to their data type. True. False.

The user can enter values freely in dropdown boxes. True. False.

When the user selects one ____, all of the others are automatically deselected. checkbox. radio button.

When you assign a function code to a radio button group, the system then assigns the same function code to ali the radio buttons in that group. True. False.

When a user chooses a pushbutton, the system can tell which function is chosen by checking the OK_CODE field. True. False.

You can specify an icon for the pushbutton either statically, or dynamically using the function module ICON_CREA TE. True. False.

Developers can define a SET /GET Parameter ID in the ABAP Workbench. True. False.

Automatic field input check occurs ____ the processing of Process After Input (PAi) modules. before. after. during.

The ON INPUT addition is used in a MODULE statement if the module shall only be processed if the value of the field content is initial. True. False.

The Back function differs from the Cancel function in its dialog behavior. True. False.

In a Single Screen Transaction the __ function displays the screen with initialized data fields and allows the user to selecta new object. Back. Exit. Cancel.

lf a field has input help, the possible entries pushbutton appears on its left. True. False.

A single main screen includes only one subscreen. True. False.

You must calla subscreen in ____ section(s) of the flow logic of the main screen. both Process Befare Output (PBO) and Process After Input (PAi). either PBO or PAi.

When including a subscreen of a function group the subscreen call (at PBO) must occur befare the function module call. True. False.

The developer can create more tab titles by choosing the ____ element in the Screen Painter. Pushbutton. Subscreen.

Local scrolling in tabstrip controls is appropriate for display transactions. True. False.

In the ____ processing block. the program sets the corresponding screen. Process Before Output (PBO). Process After Input (PAi).

Empty subscreens always exist in tabstrip control pages. True. False.

Data and functions are kept separate in the procedural programming model. True. False.

What does multiple instantiation mean?. Creating and managing runtime instances. lmplementing relationships between classes. Creating instances of different classes. Sending messages directly to specific objects by triggering even.

Which of the following is a simplification of complex relationships in the real world?. lnheritance. Abstraction. Encapsulation. Event control.

Which kind of UML diagram pays particular attention to the sequence in which objects relate to each other?. class. behavior. component. object.

You can group ali characteristics and behaviors of similar objects into one central class. True. False.

The CLASS statement can be nested, that is, you can define a class within a class. True. False.

Which one of the following syntax elements is used to define static attributes?. CLASS-DATA. DATA. LIKE.

Which of the following options is used to create an object?. CREATE OBJECT ref_name. APPEND ref_name. CLASS ref_name.

You must create and address objects using reference variables. True. False.

During program runtime, you create discrete objects (instances) in memory for an existing class. This process is called instantiation. True. False.

When calling a static method from within the class, you can omit the class name. True. False.

In which of the following expressions can functional methods be called directly?. IF. COMPUTE. MOVE. WHILE.

You can describe methods that have a ____ parameter as functional methods. EXPORTING. CHANGING. RETURNING.

You have to define RETURNING parameters using the V ALU E addition, that is they must be pass by value. True. False.

The ____ isa special instance method in a class. constructor. function. attributes.

The instance constructor is automatically called at runtime with the CREA TE OBJECT statement. True. False.

Which of the following points are true about the static constructor?. Each class has not more than one static constructor. The static constructor must be defined in the prívate area. The static constructor's signature can have importing parameters or exceptions. The static constructor must be called explicitly from the clas.

The instance constructor's signature can have importing parameters or exceptions. True. False.

Which of the following are the characteristics of inheritance?. Common components only exist once in the superclass. Components in the subclasses are available in all superclasses. Subclasses contain extensions or changes. Subclasses are not dependent on superclasses.

A superclass is a generalization of its subclasses. True. False.

Suppose that you have a class X that inherits from class Y. After an up-cast a reference variable that is statically typed TYPE REF TO Y points toan instance of class X. What components of class X can you access with this reference variable?. Components defined in class X. Components inherited from class Y. Components redefined in class X. Components defined in class X and redefined in its subclasse.

Which of the following are the characteristics of inheritance?. Common components only exist once in the superclass. B Components in the subclasses are available in all superclasses. Subclasses contain extensions or changes. Subclasses are not dependent on superclasses.

A superclass is a generalization of its subclasses. True. False.

Suppose that you have a class X that inherits from class Y. After an up-cast a reference variable that is statically typed TYPE REF TO Y points toan instance of class X. What components of class X can you access with this reference variable?. Components defined in class X. Components inherited from class Y. Components redefined in class X. Components defined in class X and redefined in its subclasses.

When objects from different classes react differently to the same method calls, this is known as ____. objects. events. polymorphism. inheritance.

A typical use for ____ assignments is to prepare for generic access. events. upcast. methods. downcast.

Which of the following is used to assign a superclass reference to a subclass reference?. Widening Cast. Narrowing Cast. Redefinition.

Which of the following is the downcast assignment operator?. =. <>. ?=. =?.

Suppose that you have the same class X that inherits from class Y. After a down-cast, a reference variable that is statically typed TYPE REF TO X points toan instance of class X. Which of the following components of class X can you access with this reference variable?. Components defined in class X. Components inherited from class Y. Components redefined in class X. Components defined in class X and redefined in its subclasses.

What are the advantages of correctly using class hierarchies. Centralized maintenance. Safe and generic method of access. Semantics preserved. lntended use of inherited components.

You can access interface components only by using an object reference. True. False.

Which of the following is the main strength of interfaces?. Events. Inheritance. Polymorphism.

?= is the down-cast assignment operator. True. False.

Suppose a reference variable that is typed toan interface contains an instance reference of a class that implements this interface and you copy this to a reference variable that is typed to the class (down-cast). Which of the following components can you access with this reference variable?. The components of the interface. The components from the class that are not defined on the interfac. AII components of the class. The components of the interface for which alias names have been defined.

Which of the following strongly resembles inheritance?. Interface. Class. Method.

Interfaces can include other interfaces. True. False.

Which of the following cannot be defined as interface components?. Attributes. Methods. Events. Classes.

Which of the following statements is used to trigger events?. CLASS-EVENTS. RAISE EVENT. EVENTs. FOR EVENTS.

You can trigger static events only in static methods. True. False.

Which of the following is specified by the definition of the handler method?. Which method will react to which event of which class. Which instances will perform the reaction.

Handler methods are registered using the SET HANDLER statement. Registration is only active at program runtime. True. False.

Which visibility section would an event need to be defined in, to ensure that it can only be handled in the class itself and its subclasses?. Public. Protected. Provate.

You can only use local classes or interfaces within the same program in which they are defined and implemented. True. False.

The naming convention for SAP Standard Global Interfaces is ZIF_ or YIF_. True. False.

Which of the following buttons in Class Builder is used to override an inherited method?. CONSTRUCTOR. Redefine. lmplementation.

Local types of the global class are encapsulated and cannot be accessed from outside. True. False.

The ABAP List Viewer (Al V) Grid Control is a tool that you can use to display nonhierarchical lists in a standardized form. True. False.

Container controls provide the technical connection between the screen and the application control. True. False.

To create a handler object for an event. we must first define a ____. class. structure. screen. attribute.

A handler method can be either a class method (static method) oran instance method of an object. True. False.

With a Business Add-ln (BAdl), an SAP application program provides the enhancement option through an interface method. True. False.

An object of the BAdl adapter class is instantiated by the call of the static method GET _INSTANCE of the class CL_EXITHANDLER. True. False.

The code of a BAdl implementation is stored in a of an automatically generated customer class. method. structure. object.

Which of the following statements is used to raise class-based exceptions?. EXPORTING. RAISE EXCEPTION. CREATE OBJECT. CATCH.

Which of the following blocks is used to catch and handle exceptions?. IMPORTING .... RETURNING. METHOD .... ENDMETHOD. TRY ENDTRY. TRY CATCH ... ENDTRY.

A class-based exception can only be handled if the statement that raised it is enclosed in a TRY-ENDTRY control structure. True. False.

TRY-ENDTRY structures can be nested to any depth. True. False.

You can specify only two exception classes to the CATCH statement. True. False.

lf an exception is raised, the name of the exception class is displayed in the field ____ in debugging mode. exception raised. last exception object. watchpoint. layout.

Which of the following syntax additions is used to propagate an exception from a procedure?. CATCH. RAISING. METHODS. FORM.

For subclasses of ____ the corresponding exceptions cannot be propagated explicitly using the RAISIN addition. CX_STATIC_CHECK. CX_NO_CHECK. CX_DYNAMIC_CHECK.

Which of the following are ways of handling an exception?. Continue program. Remove the cause of error. Do not propagate an exception. Call method CX_SYSTEM_HANDLE.

Which of the following is used to jump back to the TRY statement?. RETRY. CATCH. TRY-ENTRY. RAISE.

Which of the following is a prerequisite for using the RESUME statement?. The exception has to be caught with addition BEFORE UNWIND. The exception has to be caught with addition AFTER UNWIND. The exception has to be propagated with addition RESUMABLE( ). The exception has to be raised with addition RESUMABLE.

Static ____ cannot be abstract because they cannot be redefined. classes. structures. methods. attributes.

You can prevent a class from being inherited from by defining itas final. True. False.

An association means that at runtime an instance of one class stores references to objects of another class. True. False.

lf the visibility of the instance constructor is changed from prívate to protected. the visibility is extended to ali of its subclasses. True. False.

Which of the fallowing are the advantages of a factory method?. A factory method can have coding that is executed befare the actual instantiation. A class can have more than one factory method with different implementations and signatures. Factory methods cannot be used to administrate the instances of a class within the class itself. A factory method cannot be used to instantiate one of the subclasses rather than the class itself.

Which of the fallowing concepts is used to provide a class access to the prívate components of the other class?. Singleton. Friendship. Interface. Casting.

What should you do to use the persistence service far objects. You must type itas an object GUID. You must type itas a semantic key. You must create their types as persistent classes in the Class Builder.

Which class-based exception is triggered if a persistent object of the same persistent class with the same key attributes already exists in the program?. CX_SY _ZERODIVIDE. CX_SY _MOVE_CAST _ERROR. CX_OS_OBJECT _EXISTING. CX_ROOT.

How can you create a new instance of a persistent class?. By using the CREATE_PERSISTENT method of the class agent. By using the AGENT attribute. By using the CX_OS_OBJECT _EXISTING class-based exception. By using the COMMIT WORK statement.

How can you load a single persistent object back into a program?. By using the CREATE_PERSISTENT method. By using the CX_OS_OBJECT _EXISTING class-based exception. By using the Query Service. By using the GET _PERSISTENT method.

How can you retrieve a larger set of persistent objects?. By using the Query Service. By using the CREATE_PERSISTENT method. By using the CX_OS_OBJECT _EXISTING class-based exception. By using the GET _PERSISTENT method.

Shared memory is a memory area on an application server that the ABAP programs running on that server can access. True. False.

When working with shared objects, method of the area handle is available for the application to release the read lock. DETACH_COMMIT. OUTDATED. DETACH.

Field symbols are pointers that you can assign to data objects dynamically at runtime. True. False.

lf a field symbol is assigned to a data object. ali accesses you make to the field symbol are made directly to that data object. True. False.

What is the variant of the ASS IGN statement that provides access to structure components dynamically?. ASSIGN COMPONENT . . . TO STRUCTURE . . . ASSIGN COMPONENT . . . OF STRUCTURE . . . ASSIGN COMPONENT . . . WITH STRUCTURE . . . ASSIGN COMPONENT . . . IN STRUCTURE . . .

When you assign values between two reference variables with different types, you perform what is called a cast assignment. True. False.

Which of the fallowing classes can be instantiated and used to describe specific types?. CL_ABAP _ELEMDESCR. CL_ABAP _INTFDESCR. CL_ABAP _STRUCTDESCR. CL_ABAP _RTTI.

The description classes far object types provide navigation methods far determining the details of a used type. True. False.

Class CL_ABAP _CLASSDESCR contains public attributes that are typed as interna! tables. True. False.

To generate objects at runtime, the static type of the reference variable must be compatible with the class. True. False.

The ____ statement creates a data object dynamically at runtime. CREATE OBJECT. CREATE DATA. ASSIGN. GET REFERENCE OF.

With the HANDLE addition. the CREATE DATA statement creates a data object whose data type is described by an RTTI type object. True. False.

Which of the following techniques used to adapt SAP standard software involve the use of the ABAP Workbench?. Customization. Personalization. Enhancements. Modifications.

Which of the following enhancement technologies offer menu exits?. Customer Exits. Business Transaction Events. Business Add-lns. Explicit Enhancements.

Which of the fallowing are characteristics of append structures?. You can use multiple append structures with a single SAP table. You can use append structures as normal structures in programs. You can use one append structure in multiple tables. Customers can create an append structure far an SAP table without SAP preparation.

Which of the fallowing are characteristics of Customizing lncludes?. Customizing lncludes are already integrated into SAP tables by SAP. Customizing lncludes may be linked with source code or screen exits provided by SAP far processing or displaying the fields of the table. Customizing lncludes can be used in pool and cluster tables. Customizing lncludes ensure consistency throughout the tables and structures affected.

Which of the following steps are required in the procedure to create an SAP enhancement?. Define necessary components. Assign components to SAP enhancements. Document the enhancement project. Actívate the enhancement project.

Which of the following steps are required in the procedure to create a customer enhancement project?. Start project management. Name your enhancement project. Transport the project. Entera short text description in the project attributes.

Which of the following includes contains the events belonging to the X function group?. LX ... FO1. LX ... EOl1. LX ... 001. LX ... l01.

Screen exits allow you to make use of reserved sections of a main screen. These reserved sections are called ____. Normal screens. Subscreen areas. Program screens. Classical screens.

Which of the following components can be part of a Business Add-ln (BAdl)?. Program enhancements. Screen enhancements. Text enhancements. Menu enhancements.

lf you want to implementa filter-dependent Business Add-In, you will need an implementation far each filter value that is relevant. True. False.

The new Business Add-ln (BAdl) technology has been developed to ____. lmprove performance. lmplement additional functions. lmprove scalability. lntegrate into the new Enhancement Framework.

New Business Add-lns (BAdls) always belong to enhancement spots and are managed by these spots. True. False.

For each Business Add-ln (BAdl) that you want to use in an enhancement spot, you need to create a BAdl implementation. True. False.

Screen exits provide customers with the option to display additional fields or screen elements on an SAP screen. True. False.

Customers can use enhancement points or sections by creating an enhancement implementation for the related ____ . lmplicit enhancement section. Explicit enhancement point. Enhancement spot.

What is the syntax used to identify an explicit enhancement point?. ENHANCEMENT-SECTION. ENHANCEMENT-POINT. END-ENHANCEMENT sECTION.

lt is possible to have more than one implementation for an enhancement point, each one belonging to different enhancement implementations. True. False.

Explicit enhancement points and sections are stored inside a ____. Conflict-dissolution or switch. Enhancement spot. Enhancement implementation.

An implicit enhancement point provides you with the option to insert additional source code at certain points in SAP source code. True. False.

The Enhancement Framework allows you to enhance methods in SAP classes. True. False.

To use implicit enhancement points and options, you need to create an ____. Explicit enhancement point. Enhancement implementation. Explicit enhancement section.

Overwrite methods replace the implementation of the original metho. True. False.

ldentify the implicit enhancements available in local SAP classes. At the beginning and end of each method. At the end of the implementation block. Option to create additional importing parameters.

Enhancement Spots are repository objects that contain one or more enhancements. True. False.

What are sorne of the benefits of SSCR (SAP Software Change Registration) for registering modifications?. Quick error resolution. Simplification of upgrades. Dependable operation. SSCR key given toan object. needs to be given again and again for each modification.

Which of the following tools are supported by the Modification Assistant?. ABAP Editor. Screen Painter. Menu Builder. ABAP Dictionary.

Which of the following are reasons why SAP provided user exits?. Provide enhancements for Sales and Distribution applications. Provide enhancements to prevent modifications. Enable multiple independent implementations. Ensure smooth upgrades.

During modification adjustment. which transactions can you use to compare the old and new versions of ABAP Repository objects?. SPDD. SSCR. SPAU.

A UI element is any graphical entity that occupies a position within a view layout. True. False.

The ____ category contains elements that are used to display texts orto enter literals. text. action. selection. complex.

You use the view editor within the custom controller for editing the view layout. True. False.

Once a UI element property is bound to a context node or attribute, the ____ is used to supply a value to the UI element property. context data. corresponding UI element. Web Dynpro view controller. controller hook method.

To control the behavior of a UI element programmatically, create a context attribute with a ____ that matches the property you wish to control. data type. status. data binding.

The Table UI element allows a _____ display of data in cells arranged in rows and columns. two-dimensional. one-dimensional. three-dimensional. tour-dimensional.

What is the default selection cardinality far any context nade?. O. 1. 1..1. 0..1.

Which of the following are hook methods found in Web Dynpro component controllers?. WDDOINIT. WDDOBEFOREACTION. WDDOEXIT. WDDOONCLOSE.

Which of the following types of method can be defined in a Web Dynpro controller?. Supply Functions. Event Handlers. Static Methods.

On the Attributes tab page. additional attributes can be defined for the related controller. True. False.

What do you need to access a context element ora context attribute?. A declaration of a binding relationship. A reference to the related context node. A definition of variables that can be bound to UI elements and that can be easily exchanged between different controllers. A reference to the node to be altered by the supply function.

Which node method should you call to access the data sets related to multiple table rows selected by the user?. get_selected_elements( ). get_value_attribute(). get_static_attributes(). get_child_node().

To create an element that can be added to a certain context node, you have to determine the reference to this node first. How can you do this?. By calling the get_child_node() method through the standard attribute WD_CONTEXT. By calling the set_static_attributes() method. By using the PARENT_ELEMENT parameter. By instantiating CL_WD_CONTEXT_NODE.

Denunciar Test