Вы находитесь на странице: 1из 8

1 of 60

Conversion routines are assigned at________ level.


Table Field
Data Element
Table
Domain
2 of 60
FILE_GET_NAME function module is used to convert logical file names to
physical file names. State whether the statement is true or false.
True
False
3 of 60
Creation of partner profiles can be done through the transaction:
We19
We30
We20
We31
4 of 60
Two internal tables are equal if:
Internal tables cannot be compared for equality
It has the same number of lines
Each pair of corresponding lines are equal
None of the options are correct
5 of 60
What are change pointers? Choose the correct option.
Whenever there is a change done to the I-doc, a mail is triggered through
Change Pointer Mechanism
Indicates the point where changes are done
Whenever a change is made to the master record, Change Pointers trigger
I-doc distribution through ALE
All the options are correct
6 of 60
Select the steps to follow to log custom table data changes in CDHDR and
CDPOS tables. Choose all that apply.
Check Log data changes check box in technical settings of custom table
Create change document object in SCDO transaction and generate update
program
Call generated update function module in table maintenance program
None of the options are correct
7 of 60
SORT statement can sort:
External as well as internal tables
Database tables
Internal tables
8 of 60
What are the basic types of queries made to the Repository Information
System? Choose all that apply.
Find

Where-used, Modification analyses


None of the options are correct
9 of 60
GUI_UPLOAD can be used to read data from presentation server in
background. Is this statement true or false?
True
False
10 of 60
Is it possible to attach multiple message types to an I-doc? Yes or no.
No Not possible
Yes possible through the BD64 distribution model
Yes through the transaction WE82
11 of 60
We can add custom fields to standard SAP tables using following ways.
Choose all that apply.
Directly Editing Table
Using Customizing Includes
Using Append Structures
Using Substructures
None of the options are correct
12 of 60
Transaction code used for debugging and re-processing an I-doc is:
We03
BD64
WE19
None of the options are correct
13 of 60
Background jobs viewed in SM50 are of which process type? Choose all that
apply.
DIA
BTC
UPD, SPO
None of the options are correct
14 of 60
The following are true with respect to
correct answer.
Successfully created: 05, Successfully
Successfully created: 00, Successfully
Successfully created: 30, Successfully
None of the options are correct

Outbound I-doc status. Choose the


sent out: 02, errors: 26
sent out: 04, errors: 26
sent out: 03, errors: 26

15 of 60
Tables used to store the I-doc records are:
EDIDC, EDIDE, EDIDF
EDIDD, EDIDG, EDIDK
EDIDC, EDIDD, EDIDS
None of the options are correct
16 of 60
ALE technology is used for:
Transferring information between two SAP systems
Mail purpose
Transferring information between two or more SAP systems and / or R/3 and
external systems

Transferring data between 2 SAP clients only


17 of 60
What does a value of C in Delivery Class Attribute Field indicate?
Choose all that apply.
Table is maintained exclusively by the customer
Table and table data can be over written
Nothing should be overwritten during an upgrade
None of the options are correct
18 of 60
What are the functional modules used in sequence in BDC? Choose from the
below options
BDC_OPEN_GROUP, BDC_INSERT, BDC_CLOSE_GROUP
BDC_OPEN_GROUP, BDC_CLOSE_GROUP, BDC_INSERT
BDC_INSERT, BDC_OPEN_GROUP, BDC_CLOSE_GROUP
BDC_OPEN_GROUP, BDC_INSERT
19 of 60
A Logical Unit of Work (LUW or transaction) begins:
Each time you start a transaction, before the database changes of the
previous LUW have been cancelled (database rollback)
Each time you end a transaction
When the database changes of the previous LUW have been confirmed
(database commit)
None of the options are correct
20 of 60
Which of the following statements are true?
ABAP queries are created by associating them to a logical database or
through a direct read / data retrieval program
ABAP queries are created from functional areas that are created from a
logical database read / retrieval program
ABAP queries are created from user groups attached to the functional
areas that are created from a logical database or through a direct read /
retrieval program
ABAP queries are created through the regular report program
21 of 60
What is an I-doc? Choose from the options below.
It is an integral document
It is a message type
It is an object with the data of a particular message type (Intermediate
document)
It is a simple document structure
22 of 60
What are the main functions of LSMW? Choose all that apply.
Import data (legacy data in spreadsheet tables and / or sequential files)
Convert data (from source format to target format)
Import data (into the database of the SAP application)
23 of 60
What basic types of objects can you search for using the R/3 Repository
Information System? Choose all that apply.
Modeling objects, programming objects
ABAP Dictionary objects, environment objects
Modeling ad programming is not an object
None of the options are correct

24 of 60
Which transaction type will be used to attach transaction code to table
maintenance generator? Choose the appropriate option.
Dialog Transaction
Report Transaction
OO Transaction
Parameter Transaction
25 of 60
__________ and __________ are the basic building blocks of Object
Oriented Programming.
Classes and Objects
Objects and Instances
Instances and Classes
Classes and Instances
26 of 60
BDC_OKCODE command field is used to capture user actions in batch input
programs. State whether the statement is true or false.
True
False
27 of 60
Which of the following statements are true for a macro and subroutine?
Choose all that apply.
Macros can only be used in the program they are defined in and only after
the definition are expanded at compilation / generation
Subroutines (FORM) can be called from both the program they are defined
in and other programs
Debugging a MACRO is possible
None of the options are correct
28 of 60
________Transaction is used to create I-docs from change documents.
BD57
BD87
BD20
None of the options are correct
29 of 60
HIDE statement supports deep structures. State whether the statement is
true or false.
True
False
May be applicable
Not applicable
30 of 60
Transaction code used for debugging and re-processing an I-doc is:
WE03
BD64
WE19
None of the options are correct
31 of 60
Which program can be used to release BDC sessions within a job? Choose
from the options given.
RSBDCSUB
RSBDCJOB
RSSUBBDC

BDCRECXX
32 of 60
Which of the following statements are true for a Foreign Key
Relationship? Choose all that apply.
It can be defined between tables and must be explicitly defined at field
level
It is used to ensure the consistency of data
While defining Foreign Key Relationship cardinality need not be specified
None of the options are correct
33 of 60
A database commit is triggered by:
ABAP/4 command COMMIT WORK
CALL SCREEN, CALL DIALOG
A Remote Function Call, CALL TRANSACTION
34 of 60
Tabstrip must contain which one of the following? Choose from the given
options.
Menu
PAI, PBO
Subscreen
GUI
35 of 60
The following file types are available in GUI_DOWNLOAD. Choose all that
apply.
BIN
TEXT
ASC
None of the options are correct
36 of 60
'Open Dataset' reads the data from:
Application server
Database server
Presentation server
Message server
37 of 60
Which extension of the Open Statement is used to read in raw data, such
as a picture file (.jpg)? Choose from the following options.
In binary mode
In picture mode
In text mode
In raw mode
38 of 60
What kind of data could be exchanged through ALE? Choose from the options
given.
Master data only
Transaction data only
Transaction, Master, and Control data
Control data only
39 of 60
Which of the following statements are true for a logical database? Choose
all that apply.

A logical database provides read-only access to a group of related tables


to an ABAP/4 program
Central authorization checks for database accesses
Checks that user input is complete, correct, and plausible
None of the options are correct
40 of 60
Structure used for Error Handling in Call Transaction Method is:
BDCMSG
BDCMSGCOLL
BDCDATA
None of the options are correct
41 of 60
What are the different data classes available in SAP? Choose all that
apply.
Master data, Transaction data
Organization data, Customizing data
None of the options are correct
42 of 60
What are the sample direct input data transfer programs? Choose all that
apply.
RMDATIND, RM06IN00
RFBIBL00, RCCLBI03
None of the options are correct
43 of 60
What does the status 30 represent? Choose the suitable option.
Unprocessed I-doc
I-doc ready for dispatch (ALE service)
I-doc error code
Successful
44 of 60
Which one of the following commands is used in Drill-down Reporting?
Choose from the options below.
END-OF-PAGE
LEAVE SCREEN
MODULE SET_SCREEN
AT LINE-SELECTION
45 of 60
Which method of BDC will do error handling automatically? Choose from the
below options.
Session Method
Call Transaction
Direct Input
None of the options are correct
46 of 60
Is there any standard SAP report which gives a count of the number of
times a program is executed? Choose the suitable option.
SAMT
TSTC
STAT
None of the options are correct
47 of 60

Which of the following is not a DATASET Statement? Choose from the


options given.
OPEN DATASET
CLOSE DATASET
DELETE DATASET
WRITE DATASET
48 of 60
Class used to create the ALV GRID using OOP concept in ABAP is:
CL_GUI_CONTROL
CL_GUI_CUSTOM_CONTAINER
CL_GUI_ALV_GRID
CL_GUI_OBJECT
49 of 60
Which of the following statements are true? Choose all that apply.
TABLE is used as a synonym for STANDARD TABLE
You can only access a hashed table using the generic key operations
All hashed tables are index tables
We have to define the hash procedure explicitly for HASHED TABLE
50 of 60
There is no need to write additional code to populate custom fields of an
I-doc extension. State whether the statement is true or false.
True
False
51 of 60
What happens if message E046 is raised? At Selection-Screen on sales. If
sales-low < 500. Message E046. Endif.
The initialization event is fired again
Field Sales is open for input and all other fields are not available for
input
All fields are open for input and cursor is positioned on field sales
The program ends
52 of 60
What is the use of I-doc Structure? Choose all that apply.
It is used to execute the programs
It is used for data-transport between SAP and non-SAP software
It is used for data-transport between two different SAP systems
It is used for one-time data-migration activities
53 of 60
Method used to display the ALV on the screen is:
Set_display
Set_table_for_first_display
Set_table_display
Table_display
54 of 60
What is the difference between the TYPE and LIKE statements in data
declaration? Choose all that apply.
LIKE is used to define variables that are similar to the ones previously
defined whereas TYPE is used to define variables that exist in data
dictionary
LIKE is used to define variables that are similar to the ones previously
defined whereas TYPE is used to define variables to refer ABAP internal
data elements

LIKE is used to define variables that exist in data dictionary whereas


TYPE is used to define variables to refer ABAP internal data elements
None of the options are correct
55 of 60
The return code after asynchronous updating in CALL TRANSACTION METHOD
only indicates the success or failure of the transaction, not the update.
State whether the statement is true or false.
True
False
56 of 60
CALL DIALOG is not a batch input method. Is this a true or a false
statement?
True
False
57 of 60
Re-processing of an I-doc can be done through:
Changing pointer mechanism
Scheduling a batch job
The program RBDMANI2 and scheduling a job
All the options are correct
58 of 60
Which of the following layout type is wrong? Choose from the below
options.
Standard Layout
Known Layout
xACF Layout
ZCI Layout
59 of 60
Change pointers are stored in:
Customized tables
Nowhere
Tables: CDHDR and CDPOS
None of the options are correct
60 of 60
Interface provides option for simulating _________________.
Single inheritance
Multiple inheritance
Multi level inheritance
None of the options are correct

Questionmark Perception licensed to IBM

Вам также может понравиться