Exam Classic List
Exam Classic List
Exam Classic List
Get
Read
Select
Put
The user default for the date format is set to YYYY.MM.DD. Assume that today's
date is Jan 15, 1999. Select the displayed output of the date field in the following
code.
1999/01/15
01/15/1999
1999.01.15
19990115
For called program components that are of type transaction or report, what is true
about the roll area (assuming processing will resume in the calling program).
Secondary
Basic
All lists
134
1234
Mark the 3 system fields that are continually maintained by the list
SY-TITLE
SY-LINNO
SY-PAGNO
SY-COLNO
SY-LINSZ
What is true about Functional Areas and User Groups in ABAP Query.
The user can access only designated queries in a given user group
Identify the line number that will cause the break for AT NEW CONNECTION
20
30
After Number of lines per page, as specified in the REPORT, have been
wriiten to the list buffer
At what point does the standard selection screen (as a result of a select-options) get
displayed
At Start-of-Selection event
Collect
Insert ITAB
Append
Report Size
Line-Size
Line-Count
Line-Width
SY-KEY
SY-GUI
SY-FCODE
Workbench Organizer
BAPI Browser
Function Builder
Class Builder
cl_gui_custom_grid
cl_gui_alv_grid
cl_gui_alv
cl_gui_custom_container
Select the line that would execute in the following code after the EXIT statement
10 get spfli.
20 * Processing of SPFLI records
30 write: spfli-carrid, spfli-connid.
40 counter = counter + 1.
60 if counter > 1.
70 Exit.
80 endif.
90 write:/ ‘No more processing for this Carrier'.
100 get sflight.
110 write: sflight-fldate, spfli-price.
120 end-of-selection.
130 write: / text-002, text-003.
130
120
80
100
What is true about Functional Areas and User Groups in ABAP Query.
The user can access only designated queries in a given user group
Given the Logical Database F1S, identify the Database program that is created
SAPDBF1S
SAPMZF1S
DBF1SSEL
Refer to the following code. Why would the literal 'Hello' not be displayed on your
list. Write: 'Hello'(001).
PARM
TVAR
TVARV
T006
Function Code P+
F2
SAPOFFICE
Report Tree
ABAP Editor
Mark the valid syntax and usage of the message statement. Assume the message
class UD is defined in the REPORT statement.
Message E004(UD)
Message (UD)E004
Message E004
Program A issues the following statement SUBMIT PROGRAM B. What takes place
Assuming a Detail list exists, what takes place when sy-lsind is set to zero.
What happens to memory when the Export is executed without specifying ID. i.e
EXPORT object to memory
Dialog Box
Online Status
List Status
Context Menu
System>List>Save
No Standard Heading
Suppress Standard
Identify the valid methods for setting the value of a select-options selection field. .