You are on page 1of 53

TAW10_ 1

1 of 161





MESSAGE Y123.


MESSAGE E123(9999).


MESSAGE ID 'AT' TYPE 'S' NUMBER 100


MESSAGE E123 by Fielda Fieldb



2 of 161





redundant data is not returned to the resultant set


redundant data from the outer table is included


run time error


redundant data from the inner table is included

3 of 161





data element


domain


values


nothing

TAW 10_1

4 of 161





row count of the current line


height of the current line


width of the current line


size of vertical bars in your list

5 of 161



CARRI ER CONNECTI ON FLI GHTDATE
10 AA FFF J an 2
20 AA FFF J an 3
30 DL FFF J an 5


All rows will cause a break


20


30


NO rows will cause a break

6 of 161



REPORT ZPGM NO STANDARD PAGE HEADI NG.
DO 8 TI MES.
WRI TE / ' ' .
ENDDO.
SKI P.
WRI TE ' AAAA' .


9


2


1


10



7 of 161




The first field is mandt with a external data type
CLNT and specified as a key field


Depends how Basis has configured the client

The option 'Client Specified' is added to the Select
statement

The first field is mandt with a domain CLNT but not
specified as a key field

8 of 161




(More than one answer is correct)

The primary index is automatically created when the
table is activated

The key fields of the table make up the primary
index

The primary index ID is designated by the Database
Adminstrator

The developer designates the fields to be used as
the primary index


9 of 161





All lists


Basic


Secondary


10 of 161





fieldcat


catalog


alv_catalog


lcv_t_fcat


11 of 161




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

12 of 161




(More than one answer is correct)


Write: 'Hello'(001)


Write: TEXT-001


Write: 001(Hello)


Write: TEXT-001'Hello'


13 of 161



Sel ect * f r ommyt abl e f or al l ent r i es i n
my_i t ab
wher e key1 = my_i t ab- key1.


Run time error


All entries are retrieved


Only distinct values for key1


No entries are retrieved

14 of 161





Back


Overtype


Reserve


Write:/ 1

15 of 161




Only 'Or' can be used as a logical operator in the
ON condition


A Left Outer J oin is not permitted in OPEN SQL

A join statement is found to the right of the join
operator

At least one field frorm the table on the right is
required for comparison in the ON condition


16 of 161




(More than one answer is correct)


Consistent and flexible user interface


A method to access the data in a random manner


Centrally defined authorization checks

Central performance improvements for update
accesses

17 of 161




same data type only is required for check field and
referenced field

all key fields MUST have domain equality between
check table and foreign key table

same domain is required for check field and
referenced field

same data element is required for check field and
referenced field

18 of 161





Sales Order


Country Keys


Cost Centres


Vendors


19 of 161




(More than one answer is correct)


Header


Label


Length


Fixed Values


Type

20 of 161





Share the same roll area


They run in their own roll area


They run in the roll area of the caller


21 of 161




(More than one answer is correct)

To insulate the ABAP/4 developer from the
database


To provide data security at the application level


To connect to the operating system

To support the creation and management of
metadata

22 of 161




Users can access only the fields which are
assigned to a functional group

A user master record is generated when the query
is defined


SAP user can be assigned to only one user groups

Functional Area can be a special view of a logical
database

23 of 161





SAP Memory


Tables


ABAP/4 memory



24 of 161





Insert ITAB


Append


Read Table ITAB


Select * into Table ITAB from dbtab.


Collect

25 of 161





No Standard Heading


No Standard Page Heading


Suppress Standard


System>List>Save

26 of 161




(More than one answer is correct)


Page Number


User


Program title


Date


Underline


27 of 161




(More than one answer is correct)

Data in the table is automatically deleted and must
be reloaded

The table in the database is renamed and
eventually deleted

The indexes for the table needs to manually be
reconstructed in the ABAP Dictionary

The revised table in the ABAP/4 Dictionary is
activated


The table in the database is recreated

28 of 161





Nothing, the data remains in the hidden area


The hide data is restored to shared memory


The Hide data is not available to the program

It is transferred back to the fields defined in the
program

29 of 161



REPORT ZPGM1.
WRI TE: ' Basi c Li st : Li st Number =' , SY- LSI ND.
AT LI NE- SELECTI ON.
WRI TE: ' Secondar y Li st ' .
I F SY- LSI ND = 2.
SY- LSI ND = SY- LSI ND - 1.
WRI TE: ' SY- LSI ND= , SY- LSI ND.
ENDI F.

REPORT ZPGM2.
WRI TE: ' Basi c Li st : Li st Number =' , SY- LSI ND.
AT LI NE- SELECTI ON.
CHECK NOT SY- LSI ND = 1.
WRI TE: ' SY- LSI ND= , SY- LSI ND.

REPORT ZPGM3.
WRI TE: ' Basi c Li st : Li st Number =' , SY- LSI ND.
AT LI NE- SELECTI ON.
WRI TE: ' Secondar y Li st ' .
I F SY- LSI ND = 1.
WRI TE: ' SY- LSI ND= , SY- LSI ND.
ENDI F.


ZPGM3


ZPGM2


ZPGM1

30 of 161





Data element documentation


Domain short text


Search help


Domain Help values

31 of 161





Type S Function Codes


Type T Functions Codes


Normal Function Codes


Function Codes that Start with P


32 of 161




Starting at Column 10, Row 20 Ending at Column
20, Row 30

Starting at Column 10, Row 30 Ending at Column
20, Row 20

Starting at Row 10, Column 20 Ending at Row 20,
Column 30

33 of 161





Appends a new line


adds the numeric fields to an existing entry


Creates a new entry

34 of 161





buffers are always used


buffers are always bypassed


the choice can be made to use or bypass buffers

35 of 161




(More than one answer is correct)


SUBMIT ZTST USING SELECTION-SET 'VAR1'


SUBMIT ZTST VIA SELECTION-SCREEN


SUBMIT ZTST AND RETURN

SUBMIT ZTST VIA SELECTION-SCREEN USING
SELECTION-SET 'VAR1'

36 of 161





When you programatically increment it


At the end of an interactive processing block


At the beginning of an interactive processing block

37 of 161





Decimals must be defined in the domain


The field must be numeric

The field must be linked to another field of type
CUKY


No other requirement exists

38 of 161





For Global Master Data


When the most current data is not required


When the most current data is required


For Small Static non volatile tables

39 of 161




(More than one answer is correct)


A view contains data


Maintenance Views are not updateable

A view is aurtomatically created on the database
upon activation


Views can be buffered


40 of 161




(More than one answer is correct)


SY-CUROW


SY-PAGNO


SY-CPAGE


SY-INDEX

41 of 161




When you activate a transparent table in the ABAP
Workbench


When you create a transparent table


When Basis creates the tablespace at the OS layer

When you activate a transparent table in the
Dictionary

42 of 161




The header line and contents of the internal table
are stored

You cannot EXPORT an internal table with a
header line.


Only the header line is stored


Only the contents of the internal table is stored

43 of 161





Scroll LIST Index 3 to Page 5


Scroll LIST sy-index 3 to Page 5


Scroll LIST sy-lsind 3 to Page 5


Scroll LIST 3 5

44 of 161





Get


Initialization


At Selection-Screen


End-Of-Selection


Put

45 of 161





Sort Itab Ascending


Sort ITAB


Sort ITAB BY (fieldname)


Sort itab by keys

46 of 161




(More than one answer is correct)


Read Table


Get node


Native SQL


ABAP/4 Open SQL


LDB


47 of 161





In Memory


In an Internal Table


SY-LISTI


SY-LISEL

48 of 161




You can sort an extract dataset even without a
header

The extract dataset is typically sorted in the Start-
of-Selection processing block



The sequence of the control breaks in the Loop
does not have to correspond to the extract dataset
sort sequence

The extract dataset must be sorted for processing
to begin

49 of 161




When the Top-Of-Page event is encountered in
sequence

After Number of lines per page, as specified in the
REPORT, have been wriiten to the list buffer


When the report starts


When the first write statement is encountered




50 of 161





Points to cluster tables


Indicates the nodes from the logical database


Specifies the logical database

Sets up an address pointer to the nodes in the
shared memory buffers

51 of 161





The program ends

The remainder of the current processing block is
executed


The output list is displayed

the system leaves the processing block and
branches to the processing block of the next event.

52 of 161




The type of foreign key field defined must be "No
Key /Candidates"

The key of the text table consists of the key of the
check table plus an additional language key


Cardinality must be defined as 1:1

53 of 161





Put


Read


Get


Select

54 of 161





data is filtered in the sapgui


data is filtered at the application server


data is filtered in the database


data is filtered on the network

55 of 161



Dat a: dat umt ype d.
Dat um= sy- dat um.
Wr i t e: / dat ummm/ dd/ yyyy.


01/15/1999


1999/01/15


19990115


1999.01.15

56 of 161





Begin of Block, End of Block


Begin of Selection, End of Selection


Begin of Frame, End of Frame


Begin of Box, End of Box

57 of 161





100


1000


1001


1100

58 of 161




Add an elementary search help to the standard
search help

Add a collective search help to the standard search
help


Perform a modification to the standard search help

Enhance the standard search help with an append
search help

59 of 161





S_Query


S_Program


S_Query_All


S_Maintain

60 of 161



At Sel ect i on- Scr een on sal es.
I f sal es- l ow < 500.
Message E046.
Endi f .

Field Sales is open for input and all other fields are
not available for input


The program ends

All fields are open for input and cursor is positioned
on field sales


The initialization event is fired again


61 of 161





contains all entries from both tables


contains all entries from the left table


contains only entries that match


contains all entries from the right table

62 of 161





structured type


table type


structure


table

63 of 161





Print Specifications


Variant


Language


Mandatory Fields

64 of 161





LFA1,LFBK,LFB1.LFC1


LFA1, LFBK, LFB1


LFA1 and LFB1

65 of 161






Next time user signs on


Immediately, providing the object is activated


After Database is re-organized


Next time program is re-generated

66 of 161





START-OF-SELECTION


END-OF-SELECTION


Initialization


No Processing Block

67 of 161




(More than one answer is correct)


NEW-PAGE PRINT ON


Function SET_PRINT_PARAMETERS


Function GET_PRINT_PARAMETERS


Include SET_PRINT_PARAMTERS


68 of 161




(More than one answer is correct)


domain


built-in type


table type


check table


table field

69 of 161





administration data


Export


restrict value range


Import

70 of 161





specify conditions in the WHERE clause


There is no way to omit records from the left table


specify conditions in the ON clause


specify conditions in the FROM clause

71 of 161





T1


T3 from the dictionary


T2

72 of 161





Program


J oined Tables


Sequential Data Set


LDB


Search Help

73 of 161





A Reporting Tool


A method to update data


Defintion of a Relational Data Model

An ABAP/4 Reading Program used to read and
process data

74 of 161





Memory ID


Parameter ID


Value


Default Parameter ID

75 of 161





SY-INDEX


SY-LISTI


SY-LSIND


SY-TABIX

76 of 161




(More than one answer is correct)


Buffering


Data Class


Field Name


Size Category


Status

77 of 161




(More than one answer is correct)


It is an event

Requires at least one write statement before it can
be executed


Increments the page counter


Used to generate a blank page

78 of 161



At Sel ect i on- Scr een on val ue- r equest f or
sal es.
Cal l scr een 100.

When the user presses F1, Screen 100 is
displayed in addition to the normal help screen



When the user presses F1, Screen 100 is
displayed instead of the normal possible values
search help



When the user presses F4, Screen 100 is
displayed instead of the normal possible values
search help

When the user presses F4, Screen 100 is
displayed in addition to the normal help screen


79 of
161



10 Repor t r pgm1
20 dat a: f i el da t ype c val ue A ,

30 f i el db t ype c val ue B .
40 wr i t e: / f i el da,
50 new- page.
60 wr i t e: / f i el db
70 t op- of - page.
80 wr i t e: / ' Thi s i s t he t i t l e' .


40, 50, 60, 70, 80


40, 80, 50, 80, 60


80, 40, 50, 80, 60

80 of 161





Data Base Modify


All database access


Data Base Retrieval


Data Base Updates

81 of 161




(More than one answer is correct)


Local File to the application server


SAPOFFICE


HTML Format on local PC


ABAP Editor


Report Tree


82 of 161




(More than one answer is correct)


Initialization. ZFLIGHTS-CARRID ='AA'.


Start-of-Selection. ZFLIGHTS-CARRID ='AA'.

SELECT-OPTIONS AIRLINE FOR ZFLIGHTS-
CARRID MEMORY ID CAR.

SELECT-OPTIONS AIRLINE FOR ZFLIGHTS-
CARRID DEFAULT 'AA'.

83 of 161





When the END GET statement is encountered


When the next keyword event is encountered


When all data has been retrieved for the Get


After each PUT in the LDB

84 of 161




(More than one answer is correct)


contains all entries from the left table


contains only entries that match in the on clause

fields from unmatched rows in the right table are
null filled

fields from unmatched rows in the left table are null
filled


contains all entries from the right table





85 of 161




(More than one answer is correct)

The user interface allows actions to trigger
interactive list type events


Corresponding interactive events are programmed


The Hide command is programmed into the report

86 of 161




(More than one answer is correct)


All secondary lists are deleted


The basic and secondary lists are deleted

the basic list is overwritten with the current
secondary list


The original basic list is re-displayed

87 of 161





Input


NO-GAP


No-Zero


As RadioBox


Centered


Under


87 of 161





Input


NO-GAP


No-Zero


As RadioBox


Centered


Under

88 of 161




(More than one answer is correct)


Table


Structure


Node


File


Complex Data Object



89 of 161





Program Execution Ends


User sign off


Free Memory


When you Flush the SPA/GPA memory




89 of 161





Program Execution Ends


User sign off


Free Memory


When you Flush the SPA/GPA memory

90 of 161





Statistics


Ranked lists


Percentage


Basic lists

91 of 161




(More than one answer is correct)


Double Click a line on a list


Function Code P+


F2


Function Code PICK


Menu Option EDIT>Choose


Function Code CHOOSE


92 of 161





SAP Memory is overwritten


ABAP memory sets up a new default area


The ABAP memory is completely overwritten

93 of 161




(More than one answer is correct)


DO. Read Line SY-INDEX. ENDDO.


Read Line 3 of Current Page


Read Line 3 of Next Page


Read Current Line of Table ITAB

94 of 161





Tables


All of the answers are correct


Structures


Data Elements


Table Types


95 of 161




(More than one answer is correct)


Search Helps


DB Program


Tables


Structure


Selection Screen

96 of 161




One record of the check table is assigned to many
records of the foreign key table

Many records of the check table are assigned to
one record of the foreign key table

One record of the foreign key table is assigned to
one record in the check table

97 of 161




When the database administrator physically
creates the table


At the end of the table creation after it is saved


When the table is activated


At the beginning of the table creation

It does not correspond to an object in the
underlying database and does not get created


98 of 161



10 St ar t - of - Sel ect i on
20 End- of - Sel ect i on
30 I ni t i al i zat i on
40 Get
50 At Sel ect i on- Scr een


30 50 10 40 20


50 10 40 10 20


30 10 50 40 20

99 of 161





table


table field


type


check table


data element

100 of 161




(More than one answer is correct)


Table Types


Data Models


Structures


Data definitions


Data Elements


101 of 161





Remove this record


function modules


Parameter Ids


transactions


reports called with SUBMIT and Return

102 of 161





10


Unlimited


9


1

103 of 161




(More than one answer is correct)


Used to create Footers

Occurs when the page break has been triggered
by the New-Page statement

Automatically creates a footer on the last page of
a list

Works only if you reserve space in the Report
Statement using the line-count statement


104 of 161




The variable appears on the current line as
indicated by sy-linno

The system stores the field name and values for
each field hidden

The fields are invisible and cannot be written to
the list

105 of 161





Insert


Append


Delete Duplicates


Collect

106 of 161




When explicitly changed using the Format
statement


All answers are correct


At any New Event


Using the Reset option of the Format statement

107 of 161





Your user defined Program Name


SAPMZF1S


SAPDBF1S


DBF1SSEL


108 of 161




(More than one answer is correct)

The queries of a user group belong only to the
person that created the query

The user can access only designated queries in a
given user group

Users belonging to the same authorization group
have the same query privilege

A Functional area can be assigned to several user
groups

Several Functional areas can be assigned to one
user group

109 of 161




(More than one answer is correct)


Reading Secondary Lists


Reading the Basic List


Reading Database Tables


Reading Internal Tables

110 of 161





When a table is linked to check tables


When a table is read infrequently

When a table is read frequently and the data
seldom changes

When a table is read frequently and the data is
always changing




111 of 161





Repository


Data Element


Value Table


Dictionary


Domain

112 of 161





Scroll List Left


Scroll List PS+<10>


Set Left Scroll-Boundary Column 10


Set Right Scroll-Boundary Column 10

113 of 161





Line-Width


Line-Count


Report Size


Line-Size


114 of 161




(More than one answer is correct)

Text elements cannot be used in a Write
statement


The text element is missing from the program

Your logon language is different than the original
language

The text element does not contain the value
'Hello'

115 of 161






After the next data record for the same node is
read and before all subordinate nodes have been
processed


After the END GET


At the end of all Get events



After all subordinate nodes have been processed
and before the next data record for the same
node is read




116 of 161




(More than one answer is correct)


Low


Between


Option


High


Sign


Operator

117 of 161




(More than one answer is correct)

An extract dataset may consist of records with
different structures

More than one Extract Dataset is allowed per
program

The Header Must be defined as one of the field
groups

The field group HEADER is part of each extract
record

Definition of a field group immediately reserves
storage space for the fields

118 of 161





T006


TVAR


TVARV


PARM


119 of 161





Data Statement


Program Attributes


Get Statement


Tables Statement

120 of 161





Top-of-page


Top-of-page During Line-Selection


New-page


At line-selection

121 of 161





in the dictionary


in work processes


in structures


in table "nametab"

122 of 161




(More than one answer is correct)


Data Models


Tables


Data Elements


Documentation


Domains

123 of 161





The Function Type is set to T


The Function Type is set to S


The Transaction Type is set to T


The Function Code is left blank

124 of 161



DO 4 TI MES.
I F SY- I NDEX = 2.
CONTI NUE.
ENDI F.
WRI TE SY- I NDEX.
ENDDO.


1 3 4


2


1 2 3 4

125 of 161




When the database administrator physically
creates the table


At the end of the table creation after it is saved.


When the table is activated


At the beginning of the table creation

It does not correspond to an object in the
underlying database and does not get created


126 of 161





r epor t zt est .

Dat a: begi n of i t ab_st r uct ur e,


car r i er l i ke sf l i ght - car r i d,
connect i on l i ke sf l i ght - conni d,
seat s l i ke sf l i ght - seat smax,
end of i t ab_st uct ur e.
Dat a: i t ab t ype st andar d t abl e of i t ab_st r uct ur e
wi t h header l i ne.

l oop at i t ab.
at new car r i er .
sum.
endat .
endl oop.


AAFFF10


*****30


AAFFF30


AA***30

127 of 161





After Initialization event


Prior to Initialization event


Before the Report Statement


At Start-of-Selection event


128 of 161





Views are not created with the dictionary


a view named v_zmyview


Views do not get created on the database


a view named zmyview

129 of 161




The STRUCTURES statement is used to define a
structure in a program

Structures contain data beyond the runtime of a
program.

The TABLES statement is used to define a
structure in a program

A physical database table is created for a
structure

130 of 161





SY-UCOMM


SY-KEY


SY-GUI


SY-FCODE



131 of 161





List Status


Dialog Box


Context Menu


Online Status

132 of 161



r epor t r sbbb11b.
Tabl es: zmyt ab.
dat a: F1.
F1 = 1 .
submi t RSCCC11D and Ret ur n.
expor t F1 zmyt ab t o memor y i d ' XYZ' .


r epor t r sccc11d.
Tabl es: zmyt ab.
dat a: F1.


SPACE


2


1


Run Time Error will occur

133 of 161






Buffering can be turned off on the application
server by the programmer using the ABAP
Workbench

Add the BYPASSING BUFFER clause on the
select statement


Do not have buffering in the technical attributes


134 of 161





Master Data


Organizational Data


System data


Project Data

135 of 161




The selection screen will not display selection
criteria for the higher tables

The selection screen will display selection criteria
for the higher tables



The selection screen will display selection criteria
for the higher tables at the time of the Get for the
lower level tables



The selection screen will display selection criteria
for the higher tables only if you issue a Get for the
higher level table

136 of 161





In Screens only


When a SQL Insert is performed


When a SQL Update is performed


When user presses F1 - Technical info


137 of 161





New-Page followed by a Write

Line Count is exceeded as defined in the Report
statement


Double Click on the line


The first encountered Write Statement

138 of 161




(More than one answer is correct)


Ranked lists


Statistics


Basic lists


Select Lists


Summary

139 of 161




(More than one answer is correct)


SY-LINSZ


SY-TITLE


SY-LINNO


SY-COLNO


SY-PAGNO


140 of 161





As much as the roll area allows


20


Unlimited


10



141 of 161




Any Node that is accessed requires the Node to
be defined in the NODES statement

The Put Statement in the LDB provides data for
the Get Event in the report program

Get Event in the report program requests data
from the Put Statement



You can access hierarchically higher tables in
your program even though there is no tables
statement for the table

142 of 161




(More than one answer is correct)


Random Function Keys


Suggested Function Keys


Recommended Function Keys


Freely Assigned Function Keys


Reserved Function Keys


143 of 161





The Functional Area

The tables for which a corresponding Node
statement exists


The nodes in the Selections Include Program


The Parameters defined in the report program

144 of
161



10 get spf l i
20 * Pr ocessi ng of SPFLI r ecor ds
30 wr i t e: spf l i - car r i d, spf l i - conni d.
40 count er = count er + 1.
60 i f count er > 1.
70 st op.

81 endi f .
90 wr i t e: / ' No mor e pr ocessi ng f or t hi s car r i er '
100 get sf l i ght
110 wr i t e: sf l i ght - f l dat e, spf l i - pr i ce
120 end- of - sel ect i on.
130 wr i t e: / t ext - 002, t ext - 003.


130


100


120


80


145 of 161




(More than one answer is correct)


X


Space


1


0


Any Alpha Character

146 of 161




(More than one answer is correct)


Transparent Table


Internal table


View


Structure

147 of 161





Standard Toolbar


Menu Bar


Application Toolbar


Title Bar


148 of 161




(More than one answer is correct)


Admin data


DPOS


SPOS


LPOS


Value Range

149 of 161




(More than one answer is correct)


Call Function


Submit


Call Transaction


Leave To Transaction

150 of 161





Small Static tables


Internal Tables


Transaction Tables


Tables with generic Keys


151 of 161





SY-LSIND


None of the answers are correct


SY-LISEL


SY-LINNO

152 of
161



10 get spf l i .
20 * Pr ocessi ng of SPFLI r ecor ds
30 wr i t e: spf l i - car r i d, spf l i - conni d.
40 count er = count er + 1.
60 i f count er > 1.
70 Exi t .
80 endi f .
90 wr i t e: / No mor e pr ocessi ng f or t hi s Car r i er '
.
100 get sf l i ght .
110 wr i t e: sf l i ght - f l dat e, spf l i - pr i ce.
120 end- of - sel ect i on.
130 wr i t e: / t ext - 002, t ext - 003.


80


Exits the Program


120


100


130







153 of 161





the interface of the search help


dialog behaviour


user master record parameters

the selection method that determines the values
to be displayed

154 of 161





Access Type


Key Defintion


Key Uniqueness


Key length

155 of 161






When the standard tables are activated, the
append structure is automatically appended to the
standard table



All append structures are deleted. A new append
structure must be created and then appended to
the standard table



The append fields are automatically appended to
the table upon activation but you must still convert
the table



The standard table is returned to
standard.Therefore, the append structure must be
manually re-applied


156 of 161





Top-of-Page


Start-of-Selection


At Line-Selection


At Selection-Screen

157 of 161




Check table fields can accept only values which
exist in the check table

Foreign key fields can accept any values
regardless of the check table

Foreign key fields can accept only values which
exist in the check table

158 of 161





Database View


Transparent Table


SearchHelp


Help Query

159 of 161





S_NODE


S_PROGRAM


S_EXECUTE


S_DEVELOP


S_TREE


Local File to the application server

160 of 161





Business Object


Semantic Domain


Physical Definition


Technical Domain

161 of 161



REPORT ZTEST LI NE- SI ZE 0.


This will produce a syntax check


You will have to program scrolling


No Lines are written to a report


the system uses the width of the standard list

You might also like