SAP ABAP SE AD


Hello friends if you are looking for SAP ABAP MCQ1 SE AD | SAP ABAP MCQ1 SE AD Question Answer | SAP ABAP MCQ1 SE AD Multiple choice questions | SAP ABAP MCQ1 SE AD Accenture Dumps | SAP ABAP MCQ1 SE AD Accenture 2023 Dumps

1 Full Buffering would be appropriate for
A. Transaction Tables
B. Small Static tables
C. Internal Tables
D. Tables with generic Keys

Ans – B

2 What is the basic object of data Dictionary
A. Domains
B. Documentation
C. Data Models
D. Dynpro

Ans – A
3 Search help can not be attach to:
A. Domain
B. field of a table
C. check table
D. Type

Ans – D

4 Sub query usually more efficient because:
A. data is filtered in the database
B. data is filtered on the network
C. data is filtered in the sapgui
D. data is filtered at the application server

Ans – A

5 It is better to buffer a table when
A. When a table is read infrequently
B. When a table is linked to check tables
C. When a table is read frequently and the data seldom changes
D. When a single record is to be picked up

Ans – C

6 In Inner and outter join
A. buffers are always used
B. Choice of buffer can be made to use
C. buffers are always bypassed
D. None of above

Ans – c

7 What is invalid attribute of a domain
A. Type
B. Fixed values
C. Length
D. Header

ANS – D

8 Data element is an example of
A. Physical Definition
B. Business Object
C. Semantic Domain
D. Technical Domain

ANS – C

9 What is true
A. A view contains data
B. Views can be buffered
C. Views can not be buffered
D. None of above

ANS – B

10 Command flushes the database buffers
A. $TAB
B. $RESET
C. $INIT
D. $FREE

ANS – A

11 How many lists can exist in parallel in an interactive reporting?
A. An Interactive report can have 1 basic list and up to 20 Secondary lists.
B. An Interactive report can have 1 basic list and up to 19 Secondary lists.C. An Interactive report can have 1 basic list and up to 19 Secondary lists.
D. An Interactive report can have 1 basic list and up to 21 Secondary lists.


ANS – A

12.What are the check tables and value tables? (Multiple Answer)
A. Check table will be at field level checking.
B. Value table will be at domain level checking
C Value table will be at field level checking
D. Check table will be at domain level checking.

ANS – A B
13.What are presentation and application servers in SAP? (Multiple Answer)
A. Application server is actually a program named Sapgui.exe. It is usually installed On a user’s
workstation.
B. Application server is a set of executables that collectively interpret the ABAP/4 Programs and
manage the input & output for them.
C. Presentation server is actually a program named Sapgui.exe. It is usually installed On a user’s
workstation.
D. Presentation server is a set of executables that collectively interpret the ABAP/4 Programs and manage
the input & output for them.

ANS – B C

14.What is the difference between Synchronous and Asynchronous updates? (Multiple Answer)
A. In synchronous processing, the program waits: control returns to the program only when the task
has been completed.
B. In asynchronous processing, the program does not wait: the system returns control after merely
logging the request for execution.
C. In asynchronous processing, the program waits: control returns to the program only when the task has
been completed.
D. In synchronous processing, the program does not wait: the system returns control after merely logging
the request for execution.

ANS – AB
15.What are the main events an interactive report have? (Multiple Answer)
A. Top-of-page during line selection.
B. At line-selection.
C. At user-command.
D. AT New

ANS – ABC

16.How many types of tables exist in data dictionary? (Multiple Answer)
A. Transparent tables
B. Internal Table
C. Pool tables
D. Hash Table
E. Cluster tables
F. Master Data Table

ANS – ACE

17.What is the difference between UPLOAD and WS_UPLOAD? (Multiple Answer)
A. WS_UPLOAD – File transfer with dialog from presentation server file to internal table. Data which is
available in a file on the presentation server is transferred in an internal table. ASCII & Binary files can be
transferred.
B. UPLOAD – To read data from the presentation server into an internal table without a user dialog, use the
function module WS_UPLOAD. The most important parameters are listed below.
C. UPLOAD – File transfer with dialog from presentation server file to internal table. Data which is
available in a file on the presentation server is transferred in an internal table. ASCII & Binary files
can be transferred.
D.WS_UPLOAD – To read data from the presentation server into an internal table without a user
dialog, use the function module WS_UPLOAD. The most important parameters are listed below.

18.Is Session Method, Asynchronous or Synchronous?
A. Asynchronous
B. Synchronous
C. Synchronous and Asynchronous
D. None of above

ANS – B

19.What are the differences between SAP memory and ABAP memory? (Multiple Answer)
A. SAP Memory is a memory area in the internal session (roll area) of an ABAP program. Data within this
area is retained within a sequence of program calls, allowing you to pass data between programs that call one another. It is also possible to pass data between sessions using SAP Memory.
B. ABAP Memory is a memory area to which all sessions within a SAPgui have access. You can use SAP
memory either to pass data from one program to another within a session (as with ABAP memory) or to
pass data from one session to another.
C.ABAP Memory is a memory area in the internal session (roll area) of an ABAP program. Data
within this area is retained within a sequence of program calls, allowing you to pass data between
programs that call one another. It is also possible to pass data between sessions using SAP Memory.
D.SAP Memory is a memory area to which all sessions within a SAPgui have access. You can use
SAP memory either to pass data from one program to another within a session (as with ABAP
memory) or to pass data from one session to another.

ANS – CD

20.Which data type cannot be used to define parameters.
A. Type N
B. Type C
C. Type F
D. Type P

ANS – C

  1. TCode for Layout set?
    SE71
  2. Other names for layout set?
    Form Painter, SAP Script Painter or even SE71
  3. TCode for Menu Painter?
    SE41
  4. TCode for Screen Painter?
    SE51
  5. TCode for Standard text element creation?
    SO10
  6. TCode for global class builder?
    SE24
  7. Table containing standard texts?
    TTDTG
  8. Difference between printer modes (Simplex, Duplex and Tumbled Duplex).
    Answer is bit detailed. So, I have not given the answer here.
  9. Program to load images into SAP system for usage in SAP Scripts?
    RSTXLDMC.
  10. Command used to print several lines in same page (that is, same paragraph)?
    PROTECT…ENDPROTECT
  11. There can not be more than one Main window in a page. True or False?
    False
  12. Which of the following can be included in the flow logic of a screen?
    a. PBO
    b. PAI
    c. POV
    d. POH
    Ans: All of the above.
  13. TCode for Output Type Configuration (also known as Output Determination
    Configuration)?
    NACE
  14. Superscripts and Subscripts are used in? – Character formats.
  15. Mandatory basic settings for a SAP Script?
    First Page and Default Paragraph
  16. Function Modules generated when lock objects are created will be in the form of –
    ENQUEUE and DEQUEUE
  17. Output of the given loop:
    DO 5 TIMES.
    HIDE SY-INDEX.
    WRITE SY-INDEX.
    ENDDO.
    Ans: 1 2 3 4 5
  18. Which data type can not be used for parameter declaration?
    a. D
    b. N
    c. C
    d. F
    Ans: F
  19. System variable for current Screen Number?
    SY-DYNNR
  20. Table for print programs and SAP Script names?
    TNAPR
  21. Which variable is used to store the number of loop counter for looping over the table
    control?
    SY-LOOPL
  22. TCode for Transaction Variant?
    SHD0
  23. Forms can have only one main window between different pages. True or False?
    False
  24. SAP Scripts are used to –
    Print form data
  25. TCode to define Barcode?
    SE73 (also known as SAP Font Maintenance)
  26. TCode for uploading images as “.BMP” images into SAP system?
    SE78
  27. Program to Import and Export Sap Scripts
    RSTXSCRP
  28. Sub-screens do not have their own GUI Status. True or False?
    True
  29. Setting Screen attribute REQUEST does what?
    I will explain in the class room itself
  30. Setting screen attribute ACTIVE as 0 is equal to what?
    I will explain in the class room itself
  31. Difference between the CALL SCREEN and LEAVE TO SCREEN statements.
    No need to mention the answer here as this is discussed many a times.
  32. If “SET PF-STATUS = SPACE” is not executed before calling a list from screen, what happens? – The GUI Status of the calling screen itself is used for the list also
  33. TCode for searching BAPI?
    BAPI (TCode itself is BAPI)
  34. TCode for Workbench Organizer?
    SE09
  35. What does TCode SE01 stands for?
    Extended Transport Organizer
    Note: SE10 is the TCode for Transport Organizer
  36. TCode for saving SQL Trace into a local PC?
    %PC + Enter %PC + Ctrl/S
  37. Different types of traces available.
    SQL, RFC, Buffer and Enqueue Trace
  38. Static screen sequence can be achieved through:
    Setting the “Next Screen” attribute for every screen in the Screen Attributes tab
  39. How to exit the List Processing?
    By using the syntax LEAVE LIST PROCESSING
    Note: It is not LEAVE TO LIST PROCESSING
  40. Program to process BDC Sessions in background?
    RSBDCSUB

1 which has highest precendence
ANS SEARCH HELP AT FIELD LEVEL.
2 Wht cannot b created from se11 ABAP Data dic
Function Pools(Fuction groups)
3 For structures like tables must have primary key?
ANS TRUE
4 Where can we see the o/p of the background processes?
ANS SP01
5 How can u view the short dump(run time errors)?
st22
6 Which Of the following is client dependent?
LAyout Forms
7 Select All Entries is used for?
To avoid too much use of select statement in loop.
8 Invalid Data type?
HEX
9 <> means?
Not equal to
10 TABLE FOR TRANSACTION codes
TSTC

11 The search help of a selection screen field can be decided upon by the clause:
matchcode object
12 what is the name of the system variable that stores content of entire
line wher double click has occured
sy-lisel
13 Exit statement
exits the current loop
14 An ABP report is selecting data from MARA and stroring in GT_MARA.
GT_MARA is being read with key MATNR in the loop of another internal table.The best performance of
read statement
is achieved by declaring GT_MARA as:
hash table
15 A table T000 contains
client data
16 conversion exit of a data variable is attached to
domain
17 what are diff data we store in SAP system?
Master data
b.Transaction data
c.Customizing data
d.System data
e.All of the above
18 Transaction variants are:
For customizing the transaction
19 ABAP is —fourth—- generation language
20 Find the wrong stmt
A field of a structure can be made a foreign key
21 The value 03 in the ACTVT field of an authority check stmt wud autorise user to ———-the object
Display
22 Which instr is used to move contents of an internal table to a file on the application server
TRANSFER
23 HOw can you supress default title of a list
no std page heading
24 Time as per the user time zone is stored in the system variable
sy-timlo
25 the trans code for sql trace is
ST05
26 ranges: r_matnr for mara-matnr would create a
an internal table with four fields sign,option,low,high
27 HIDE command in report is used to:
retain content of field with output line
28 there is an internal table with fields A,B,C in that sequence.The statement
AT NEW B wud be triggered on
Change in A

29 The trans code to view a data model is
SD11
30 Programs are
a.Client independendent
31 If the type specification is missing the field is of type
character
32 What are the most important precaution one shud take for using the “FOR ALL ENTRIES” command
ans :Before the select ,check if the internal table used in “FOR ALL ENTRIES ” clause is not empty
33 What is true about extract sets/fields groups
They store data in compressed forms
34 In SAP R/3 which one of these allocates the resources in application layer.
Dispatcher
35 Which of the foll is/are client dependent
Layout forms
36 Find the odd man otu:
Each session has its own own ABAp memory area
37 Syntax for Native SQL
Exec…End Exec
38 Authority check is performed by ABAP using:
Authority-Check
39 Selection screen is?
An interface between program and user
40 Which FM is used to transfer the data from the Presentation Server to Application Server?
GUI_UPLOAD


2 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *