Вы находитесь на странице: 1из 26

Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

What is mandatory for automatic data transport between a variable an input field on
a classical screen (dynpro)?

The variable must be declared using the TABLES statement

The property OUTPUT of the input field must be set

The name of the variable and the name of input field must be identical

The variable must be declared using the DATA statement

Under which circumstances will the classic Debugger start as the Debugger?
There are 2 corrects answers to this question

When five modes already exist for this logon session.

If you manually switched to the classic Debugger during your last session.
When the number of debugging sessions exceeds half the number of
dialog sessions.
None; the new Debugger will always start as the Debugger.
When you specify the default as the classic Debugger in the settings of
the Object Navigator

Which of the following are key capabilities of SAP NetWeaver?


There are 3 corrects answers to this question

Application Platform

People Integration

Information Integration

Enterprise Resource Planning

Supply Chain Management

1 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

To which ABAP Dictionary definition can you assign fixed values?

Field of a transparent table

Domain

Data element

Component of a structure

Which events can exist in all types of programs that actually contain executables
statements?

LOAD-OF-PROGRAM

AT USER-COMMAND

START-OF-SELECTION

AT LINE-SELECTION

INITIALIZATION

AT PF##

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

Sequence diagram

Class diagram

Component diagram

2 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

How can you find customers exists in an ABAP program?


There are 2 correct answers to this question

Search for customers exists in the Repository Information System

Search for customers exists in the program documentation

Search for CALL CUSTOMER in the program

Search for CL_EXTHANDLER in the program

You have implemented a class CL_CUSTOMER in which you defined a private


attribute. From where can you access this attribute directly?
There are 2 correct answers to this question

From all methods of the class CL_CUSTOMER

From all methods of a class to which CL_CUSTOMER grants friendship

From all methods of all subclasses to CL_CUSTOMER

From any program using the class CL_CUSTOMER

Which of the following predefined ABAP types is incomplete?

String

XSTRING

3 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Function modules provide which types of parameters?


There are 4 corrects answers to this question

Output

Input

Return values

Input/output (changing)

Exceptions

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

F, I, P, X

C, D, N, X

D, I, string, T

What are the declarative statements used to define the selection?


There are 3 correct answers to this question

None of the above

SELECT-OPTIONS

PARAMETERS

SELECTION-SCREEN

4 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

What types of changes to the repository does SAP provide?


There are 3 correct answers to this question

Transports

Deployments from SDN.SAP.com

Support Packages

Enhancement Packages

SAP Notes

Which of the following actions can be performed in the Process After Input (PAI)
processing block?

Set the GUI status of the screen

Check he function code

Modify screen attributes dynamically

Set the title bar

Which of the following statements regarding the event AT SELECTSCREEN ON


HELP-REQUEST FOR <FIELD> is corret?

None of the above

This event will display (F1) help for the input field on the selection screen.
This event will display self-defined (F1) help for the output field
programmed in the event block and will override any help possibly defined
in the ABAP Dictionary for the field.
This event will display self-defined (F1) help for the input field
programmed in the event block and will override any help possibly defined
in the ABAP Dictionary for the field.

5 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

What is the purpose of implicit enhancement points?

To add code to a standard SAP program

To change code in a standard SAP program

To create a secondary index for an SAP database table

To add fields to an SAP database table

The data buffered on each application server...

Is never the same

Is always the same

Is does not the same

Depends on the users

How many work areas are available in the Debugger?

15

12

Which type of view uses an inner join in a search help?

Help view

Database view

Maintenance view

Candidate key view

6 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

What is the SAP recommended naming convention fro append structures of


standard SAP tables?

The name of an append structure should start with ZA

The name of an append structure should start with ZZ or YY

The components of an append structure should start with Z or Y

The components of an append structure should start with ZZ or YY

Which must a search help do?


There are 4 correct answers to this question

Allow the user to select a response

Be used from a screen

Use a table or a view for data selection

Have a dialog with the user

Determine the values for selection by the user

You want to translate dynamic text in a web dynpro. From which abstract class
should you inherit?

CL_WD_ COMPONENT_ASSISTANCE

CL_WD_CONTEXT_SERVICES

CL_WD_CONFIGURATION_MODEL

CL_WD_COMPONENT_SERVICES

7 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

You defined data reference z1 generically.


Which statement would you use to access the content of the referenced variable?

Assign (z1) to

Get reference of z1 into wa

Assign z1 to

Assign z1->* to

Which of the following ABAP standard types are numeric?


There are 3 correct answers to this question

Which statements are allowed for processing internal tables?


There are 3 correct answers to this question

MODIFY

UPDATE

SELECT

DELETE

INSERT

8 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Which of the following statements are correct?


There are 3 correct answers to this question
The structure of the selection table created with SELECt-OPTIONS has
four components: SIGN, OPTION, LOW, and HIGH
You can use the addition, NO-DISPLAY to hide the input field on the
selection screen
The SELECT-OPTIONS statement creates an internal table with a header
line. The internal table is also known as know as the selection table
You can only specifiy default values for the LOW and HIGH fields of the
SELECTION-OPTIONS input field

What can you change in the ABAP Debugger?

Value of a reference variable

Definition of a structure

Content of an internal table

Value of a cosnstant

How can you maintain documentation for input fields on your screen?

Add documentation to the SCREEN table at PROCESS

Define text tables for the underlying structure


Add documentation to the SCREEN table at PROCESS BEFORE
OUTPUT (PBO)
Add documentation to the underlying data element

AFTER INPUT (PAI)

9 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Each work process.


There are 3 correct answers to this question
Uses a pool of database connections established when the SAP
NetWeaver Application Server ABAP started.
Is independent of other work processes.
Uses a database connection to a work process established when the SAP
NetWeaver Application Server ABAP started.
Can only make database changes within a single database LUW

Can make database changes spanning multiple database

Which statements are true about a class that has granted friendship to another
class?
There are 4 corrects answers to this question

The friend has access to protected attributes


All classes that inherit from the friend (subclasses) also have the same
access.
All classes the friend has granted friendship access status to also have
the same access.
The friend has access to private attributes

The friend has access to public attributes

What must you do define a database view using the ABAP Dictionary?
There are 3 correct answers to this question

Choose the database tables from where the view acquires data

Define the join conditions between the tables.

Define buffering settings for the underlying database tables.

Choose the fields from the tables that should be part of the view.

10 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Global data types defined in SAP systems are..

Date types does not defined Dictionary types

ABAP Dictionary types


Data defined in the program that is visible to all the routines/statements
within ABAP program.
Date types defined in the program using ABAP Dictionary types

Which modularization units are global?


There are 2 correct answers to this question

Methods within a local class in the program

Methods within class pools

Subroutines (FORM routines)

Function modules

You want to add a field type CURR to a transparent table. What else must you do?

Add a key field type CUKY

Add a check table that contains a field of type CUKY

Create a new field CUKY as a pre-defined type

Create a reference to a field of type CUKY

In a subclass, you want to redefine a method of the super class. Which of the
following conditions must be fulfilled?
There are 2 correct answers to this question

The super class method is abstract

The subclass method has a lower visibility than the super class method

The superclass method is an instance method

The subclass method has same visibility as the super class method

11 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

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.
If the field refers to the dictionary field for which a append search is
defined.
If the field refers to the dictionary field for which a search is defined.

If the field refers to the dictionary field for which a value help is defined.

Which desktops are part of the new ABAP debugger?


There are 3 correct answers to this question

Desktop 1

Objects

Break./Watchpoints

Session

Which ABAP statement using the local gty_1 correctly defines a data object?
There are 2 corrects answers to this question

DATA gv_1 TYPE gty_1

DATA gv_1 LIKE gty_1

CONSTANT gc_1 TYPE gty_1 VALUE

DATA gv_1 TYPE gty_1 DEFUALT 1

ABAP is a programming language that.


There are 4 correct answers to this question

Executes on all three levels of the three-tier architetture

Interacts with the user

Separates program code from language text

Controls the business logic

Processes and formats data

12 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

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?
There are 2 corrects answers to this question

Create and link plugs between the views

Edit the handler method in the view controller

Add a client-side event in the view

Set the interface property for key fields

A transport company keeps track of this availability in two tables, table VEHICLES
and table TRANSPORT. To accept a new transport of a certain capacity must be
found in table VEHICLES. If a record is found, a record is created in table
TRANSPORT. The capacity is then adjusted in table VEHICLES.
You have four function modules at your disposal.
UPD_VEHI_A and UPD_VEHI_B update a matching report in table VEHICLES. If
an error occurs both issue a message of type X. If no error occurs only
UPD_VEHI_A issue a message of type X. If no error occurs UPD_VEHI_A issues a
message of type I.
UPD_TRAN_A and UPD_TRAN_B create a single record in table TRANSPORT. If
an error occurs both issues a message of type X. If no error occurs only
UPD_TRAN_A issues a message of type I.
Which of the following function module calls ensures a single logical unit of work?
UPD_VEHI_A
UPD_TRAN_A
UPD_VEHI_A
UPD_TRAN_B
UPD_TRAN_B
UPD_VEHI_B
UPD_TRAN_A
UPD_VEHI_B

13 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Which of the following statements are true?


There are 3 corrects answers to this question
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

You cannot use a pooled or cluster table for a database view


Projection views can have more than one table included for the view
definition

Which type of transport task is used when you modify SAP standard objects?

Workbench

Development/Correction

Transport of copies

Repair

FORM routines (subroutines) can be used in which program types?


There are 4 correct answers to this question

Type groups

Interface pools

Class pools

Function groups

Executables

Module pools

Subroutine pools

14 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Which of the following statements are true?


There are 2 corrects answers to this question

A maintenance view is implemented as an outer join

A database view is implemented as an outer join

A maintenance view is implemented as an inner join

A database view is implemented as an inner join

Which of the following tasks does the BADI implementing class perform?

Inserting

Deleting

Sequencing

Filtering

Which actions release a database lock?


There are 7 correct answers to this question

< WORK

COMMIT WORK

A CALL TRANSACTION

The display of a dialog message type E

ENQUEUE

A SUBMIT

The display of a SAP screen

DEQUEUE

An /n in the command field

The display of a dialog message type A

15 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Which statement is true?

A database LUW cannot be placed within an SAP LUW

An SAP LUW must be placed within a database LUW

A database LUW must be placed without an SAP LUW

A database LUW must be placed within an SAP LUW

What is the result of the following arithmetic operation?


DATA: int TYPE i.
Int= 5*(3/10).

1.5

Table A and table B are partially buffered.


Which of the following SELECT statements
There are 2 corrects answers to this question
SELECT a b c d FROM table A JOIN table B ON Table A~a EQ table B~e
INTO CORRISPONDING FIELDS OF TABLE LT_A_B
SELECT SINGLE FOR UPDATE a b FROM table A INTO
CORRESPONDING FIELDS OF ls_A WHERE c EQ 1234
SELECT a b FROM table A INTO CORRESPONDING FIELDS OF TABLE
lt_AB
SELECT SINGLE CLIENT SPECIFIED a b FROM table A INTO
CORRESPONDING FIELDS OF ls_AB

16 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

When you add programming logic to your ABAP program that checks
authorizations, which of the following do you have to create?
There are 2 corrects answers to this question

An authorization object

An authorization profile

An authorization Access

An authorization role

At most, how many buttons can the application toolbar have on the screen?

10

20

30

35

None of the above

Where are fixed values for fields stored?

Structure

Table

Data element

Domain

Field

17 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Which method of passing parameters is preferred for its performance?

Pass by value

Pass by class

Pass by reference

Pass by subclass

Which of the following structures is created when you use a table type to define one
of its components?

Flat structure

Append structure

Nested structure

Deep structure

Which comparison operators can you use in a logical expression related to the
WHERE clause of the SELECT statement?
There are 3 correct answers to this question

CO (contains only)

CP (covers pattern)

LIKE (fits pattern)

GT (greater than)

EQ (equals)

18 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Which view types can you use to join two tables with an outer join?
There are 2 corrects answers to this question

Projection view

Maintenance view

Help view

Database view

Which of the following capabilities is provided by the Application Layer platform of


SAP Netweaver?

Business process management

Multi-channel access

Master data management

Database and operating system abstraction

Which of the following ABAP statements throws an error at the syntax check?

DATA variable(5) TYPE n

DATA variable(5) TYPE p

DATA variable(5) TYPE t.

DATA variable

Which of the following standard types is numeric?


There are 3 correct answers to this question

Decfloat32

19 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

You want to select all the records from a database table where field CITY contains
substring BU in any position. Which WHERE clause can you use in an Open SQL
select statement?

WHERE city LIKE %_BU

WHERE city LIKE %BU%

WHERE city LIKE *BU*

WHERE city LIKE %BU*

Where can you define global data types that are visible system-wide?
There are 3 correct answers to this question

In a global interface

In a function module

In the ABAP Dictionary

In a global class

In a method of a global class

20 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

An executable ABAP program contains a standard selection screen and uses the
event blocks AT SELECTION SCREEN, AT SELECTION-SCREEN OUTPUT,
INITIALIZATION, START-OFSELECTION?
In which sequence will ABAP runtime call these event blocks?
INITIALIZATION
AT SELECTION-SCREEN OUTPUT
START-OF-SELECTION
AT SELECTION-SCREEN
INITIALIZATION
AT SELECTION-SCREEN
AT SELECTION-SCREEN OUTPUT
START-OF-SELECTION
INITIALIZATION
AT SELECTION-SCREEN OUTPUT
AT SELECTION-SCREEN
START-OF-SELECTION
AT SELECTION-SCREEN OUTPUT
INITIALIZATION
AT SELECTION-SCREEN
START-OF-SELECTION

Which of the following is a true statement?


There are 2 corrects answers to this question

Local repository objects can be transported


Repository objects and cross-client customization objects are assigned to
the workbench request
Inactive objects can be transported

All transportable objects have to be assigned to a package


Client-specific customization objects are assigned to the customizing
request

21 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

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 order
database table
Define the two fields in each database table separately

Which of the following can you do with the SAP code inspector?

Analyze runtime data

Monitor background task

Perform static code check

Monitor runtime behavior

Identify the ways to map context structures.


There are 2 corrects answers to this question

Direct context mapping

External context mapping

Static context mapping

Dynamic context mapping

22 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Which of the following are valid combinations of event visibility and handler method
visibility?
There are 2 correct answers to this question

Private event and private handler

Private event and public handler

Protected event and public handler

Public event and protected handler

Which of the following customer modifications options are available in the table
maintenance generator?
There are 2 correct answers to this question

Events

Append searches

Search helps

Maintenance screens

When must a foreign key have domain equality?

For a text table

For a check field

Never

Always

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

15

10

23 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Which of the following can you use to enhance SAP standard tables and structures
with fields?
There are 2 correct answers to this question

Append structures

Append search helps

Field exits

Customizing includes

What is the best order to provide an event handler for an 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.

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

Which of the following ABAP code lines is valid?


There are 3 corrects answers to this question

SELECT-OPTIONS s_mantr TYPE mantr DEFAULT 100

DATA gc_mantr TYPE mantr DEFAULT 100

CONSTANTS gc_mantr TYPE mantr VALUE 100

STATIS p_mantr TYPE mantr DEFAULT 100

PARAMETERS p_mantr TYPE mantr DEFAULT 100

24 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

To generate the function modules for a lock for a custom table


(ENQUEUE_<lock_object> and DEQUEUE_<lock_object>), which tool would you
use?

ABAP Dictionary (Transaction SE11)

Reuse Library (Transaction SE83)

Function Builder (Transaction SE37)

General Table Maintenance Dialog (Transaction SE54)

Which of the following is a true statement?


There are 2 correct answers to this question

A hashed table should always have a unique table key

A standard table should always have a unique key.

A sorted table can have a unique or a non-unique key

A standard table should always have a multiple key.

You add the CREATE PROTECTED addition to a class definition.


From where you can instantiate the class?
There are 3 corrects answers to this question

From a parent class

From a friend class

From the class itself

From any protected class

From a child class

25 de 26 24/08/17 22:11
Certificacin SAP C_TAW12_740: ABAP with SAP NetWeaver 7.4 https://www.daypo.com/test-certificacion-sap-c-taw12-740-abap-with-sa...

Which ABAP statement can make an element visible that you statically defined as
invisible?

SCREEN-INVISIBLE=0

SCREEN-ACTIVE=0

SCREEN-ACTIVE=1

SCREEN-INVISIBLE=1

How do you define an internal table in private method of a class?


There are 3 corrects answers to this question

DATA lt_itab TYPE TABLE OF WITH HEADER LINE

DATA lt_itab TYPE

DATA lt_itab TYPE TABLE OF

DATA lt_itab TYPE TABLE OF

DATA lt_itab TYPE

Which of the statements are true? (2 Answers)

Static attributes cannot be changed by an object

Static attributes can be declared only in the private viisibility

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.

26 de 26 24/08/17 22:11

Вам также может понравиться