You are on page 1of 3

1

SAP - C_TAW12_70
SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0

Question: 1
Select the valid customer defined Message Stement:
A.
B.
C.
D.

MESSAGE Y123.
MESSAGE E123 (9999).
MESSAGE ID 'AT' TYPE 'S' NUMBER 100
MESSAGE E123 by Fielda Fieldb

Answer(s): C
Question: 2
What happens when a 1 to many relationship is encountered with an inner Join
A.
B.
C.
D.

redundant da is not returned to the resulnt set


redundant da from the outer ble is included
run time error
redundant da from the inner ble is included

Answer(s): B
Question: 3
What must be assigned to help parameters?
A.
B.
C.
D.

da element
domain
values
nothing

Answer(s): A
Question: 4
What is conined in the system variable sy-Linsz?
A.
B.
C.
D.

row count of the current line


height of the current line
width of the current line
size of vertical bars in your list

Answer(s): C
Question: 5
Identify the line number that will cause the break for at NEW CONNECTION?

2
A.
B.
C.
D.

All rows will cause a break


20
30
NO rows will cause a break

Answer(s): C
Question: 6
On what line does the output AAAA appear in the following code?

A.
B.
C.
D.

9
2
1
10

Answer(s): B
Question: 7
What determines if a ble is a client specific versus client independent?
A.
B.
C.
D.

The first field is mandt with a external da type


CLNT and specified as a key field
Depends how Basis has configured the client
The option 'Client Specified' is added to the Select stement The first field is mandt with a
domain CLNT but not specified as a key field

Answer(s): A
Question: 8
What is true about the primary index of ble?
(More than one answer is correct)
A.
B.
C.
D.

The primary index is automatically created when the ble is activated


The key fields of the ble make up the primary index
The primary index ID is designated by the Dabase Administrator
The developer designates the fields to be used as the primary index

Answer(s): A, B
Question: 9
Default page headings are created on which type of list?
A. All lists
B. Basic
C. Secondary

3
Answer(s): B
Question: 10
Identify the dictionary type of field calog used for the ALV control?
A.
B.
C.
D.

Fieldcat
Calog
alv_calog
lcv_t_fcat

Answer(s): B
Question: 11
Program A issues the following stement SUBMIT PROGRAM B. what kes place
A.
B.
C.
D.

Program A becomes active in the same internal session of Program B


Program B becomes active in the same internal session of Program A
User Context is flushed
Program B runs in a new internal session

Answer(s): D
Question: 12
What are valid methods for including text elements in your program?
(More than one answer is correct)
A.
B.
C.
D.

Write: 'Hello'(001)
Write: TEXT-001
Write: 001(Hello)
Write: TEXT-001'Hello'

Answer(s): A, B
Question: 13
Refer to the following. If there are no entries in my-b what is the result?

A.
B.
C.
D.

Run time error


All entries are retrieved
Only distinct values for key1
No entries are retrieved

Answer(s): B
Question: 14
When writing a list, what command would allow you to overwrite a line?
A. Back
B. Overtype

You might also like