Vous êtes sur la page 1sur 3

1) to store system fields we use :

syst-table
2) join can be used on cluster table true or false?
3)building blocks of oops ?
classes & objects
4) commonly used function modules in prexentation layer?
gui_upload & gui_download
5) F1- Data element documentation
6) unicode check - uccheck
7) Basic queries in repository information?
find & where-used
8) Interface components are always ? PUBLIC.
9) To create a project by identifying enhancements? MODSAP
10) What is context mapping?
11) To upload or download sapscript.....?
ans: RSTXR3TR
12) A batch input job with two steps is processed. IMPORT/EXPORT statements are
used to pass values between the steps.
Step 1 contains the statements
STATUS='S'. CONT = 'C'. EXPORT STATUS CONT TO MEMORY ID 'XXXX'.
Step 2 contains the statements
CLEAR:CONT, STATUS, FLAG. IMPORT CONT FLAG FROM MEMORY ID 'XXXX'
What do the fields SY-SUBRC, CONT and FLAG contain after the IMPORT statement ha
ve been executed? == B
Answer: B
A. SY-SUBRC=4. CONT='C'. FLAG=''.
B. SY-SUBRC=0. CONT='C'. FLAG=''.
C. SY-SUBRC=4. CONT=. FLAG=''.
13) abap programs are client-dependent ? true or false
14) which is the interface between data dictionary & database ? ans: database ut
ility.
4) cardinality 1:n?
a: One record of the foreign key table is assigned to one record in the check ta
ble
b: Many records of the check table are assigned to one record of the foreign key
table
c: One record of the check table is assigned to many records of the foreign key
table
15) To declare a selection criterion that does not appear on the selection scree
n, use: == NO-DISPLAY
A: NO-DISPLAY
B: INVISIBLE
C: MODIF ID
D: OBLIGATORY
16) To allow the user to enter values on the screen for a list field, use: == FO
RMAT INPUT ON
A: OPEN LINE.
B: SET CURSOR FIELD.
C: WRITE fld AS INPUT FIELD.
D: FORMAT INPUT ON
17) tcode for database utility ? se14
18) object that holds the technical characteristcs of the field? domain
19) no of database servers in r/3 system ? answer a
a: only and only one
b: more than one
other 2 options were there
20) bdc session runs as synchronous or asynchronus?
21) program for the execution of bdc session ?
answer : rsbdcsub
22) main events of interactive report?
multiple choice
a: at line selection
b: top of page at line selection
c: at user command
d:
23) difference between idoc and bapi given state its true or false?
24) can interface can exist eperately ?
true or false
25) match spdd, smat, spau with their description
26) tcode for creating form and interface?
answer: sfp
27) Full Buffering would be appropriate for
A. Transaction Tables
B. Small Static tables
C. Internal Tables
D. Tables with generic Keys
28) 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.
29) What are presentation and application servers in SAP? (Multiple Answer)
A. Application server is actually a program named Sapgui.exe. It is usually inst
alled On a users workstation.
B. Application server is a set of executables that collectively interpret the AB
AP/4 Programs and manage the input & output for them.
C. Presentation server is actually a program named Sapgui.exe. It is usually ins
talled On a users workstation.
D. Presentation server is a set of executables that collectively interpret the A
BAP/4 Programs and manage the input & output for them.
answer: b and c
30) What is the difference between Synchronous and Asynchronous updates? (Multip
le 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 con
trol 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 cont
rol after merely logging the request for execution.
31) What are the differences between SAP memory and ABAP memory? (Multiple Answe
r)
A. SAP Memory is a memory area in the internal session (roll area) of an ABAP pr
ogram. Data within this area is retained within a sequence of program calls, all
owing you to pass data between programs that call one another. It is also possib
le to pass data between sessions using SAP Memory.

B. ABAP Memory is a memory area to which all sessions within a SAPgui have acces
s. 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 pr
ogram. Data within this area is retained within a sequence of program calls, all
owing you to pass data between programs that call one another. It is also possib
le 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
answer: c and d

Vous aimerez peut-être aussi