Correct Answer:
Refer to a data element
Refer to a field of a database table
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
One inner SELECT ... ENDSELECT in an outer SELECT ... END-SELECT
One inner CASE ... ENDCASE in an outer CASE ... ENDCASE
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The risks and effects of identified problems
Recommendations for concrete solutions
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
In a new customer SAP GUI dynpro program, particular fields should be visible for authorized users only.
How do you implement this requirement?
Correct Answer:
Set a flag in the appropriate internal table at PBO.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Web Service Interoperability (WS-I)
Note: This Question is unanswered, help us to find answer for this one
Your customer wants to migrate from an old legacy system to SAP ERP. The databases in both systems are modified.
What is an advantage using the Legacy System Migration Workbench (LSMW) for the migration?
Correct Answer:
It supports Batch Input, Call Transaction, and Direct Input to migrate data.
Note: This Question is unanswered, help us to find answer for this one
You found an error for a field in Process-after-Input (PAI) of a dynpro. You change the value of this field and start PAI again.
Where is the flow control starting in PAI in that case?
Correct Answer:
At the first module in the flow control, where this field is listed first
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Use INITIALIZATION for setting values for SELECT-OPTIONS.
Use AT SELECTION-SCREEN ON pa_car for checking the user entry in the PARAMETER pa_car.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
In a customer program, a LOOP statement is processing time consuming database operations on transaction data. The execution of this program takes too long.
How can you optimize the performance of this program?
Correct Answer:
Divide the internal table into several smaller tables and call a function module with these tables as parameters in parallel tasks. Divide the internal table into several smaller tables and start a report with these tables as parameters.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
In the performance trace
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
By programming against interfaces and applying the Factory Design Pattern
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The time slice counter is reset to zero.
All open database cursors are closed.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
DATA itab ... WITH HEADER LINE
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Refer to a previously defined elementary data object in the same program, using FOR
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Document management with display and print of digitally-signed documents
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
You can use dynamic breakpoints only up to a limited number without changing the program.
If the line where you set a breakpoint already contains a breakpoint, it is deleted.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
You cannot book the business data during processing of an incoming IDoc.
How must the function module react to this problem?
Correct Answer:
Set an error status in the control record
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A data base table XYZ can be used for the definition of an internal table like this: DATA itab TYPE TABLE OF xyz.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Close the form.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Type all interface parameters.
Note: This Question is unanswered, help us to find answer for this one
Your customer wants to use SAP NetWeaver Master Data Management ( MDM ) to cleanse and distribute business partners created in SAP CRM within the existing heterogeneous system environment.
Which standard MDM scenario do you recommend using?
Correct Answer:
Master data harmonization
Note: This Question is unanswered, help us to find answer for this one
You analyze the complexity of a customer-specific program to determine the expected maintenance efforts.
Which measure do you use?
Correct Answer:
Number of binary decision points (for example, IF-statements)
Note: This Question is unanswered, help us to find answer for this one
In a customer application, it is necessary to save texts with undefined size.
Which table type do you use to minimize programming efforts?
Correct Answer:
Cluster table with application key and others fields
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Customer Exits have a predefined interface with the possibility to activate and deactivate them.
User Exits need an SSCR (SAP Software Change Registration) registration.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
You need to read an ABAP report from a database that is not declared in the ABAP Dictionary.
How do you do this?
Correct Answer:
With native SQL
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The installation of a whole package is required, but it is possible to activate only parts of it.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Support of SAP Early Watch Alert for early problem detection
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A PRIVATE component of a class can be accessed in all methods of that class.
A PROTECTED method METH that is defined in a class SUPER can be overwritten (redefined) in an inherited class SUB.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Your transport request is released in system X and imported in system Y.
Which method is used to transport the data from X to Y?
Correct Answer:
File on a file system
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Directly before the foreign key of the corresponding customizing table
Note: This Question is unanswered, help us to find answer for this one
There are basically three types of SELECT statements: SELECT SINGLE, SELECT ... ENDSELECT, and SELECT ... INTO TABLE. The SELECT ... ENDSELECT statement is also known as the SELECT loop.
Below, you will find a list of comments about SELECT ... ENDSELECT. Which of them are correct?
Correct Answer:
A work area (structure) is required for the selected rows. This work area can be given explicitly (with INTO) or implicitly (if a TABLES declaration is used). The database will transport blocks of rows to the database interface.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
If it improves maintainability
Note: This Question is unanswered, help us to find answer for this one
An international retail company needs a customer-specific list in SAP ERP that shows accumulated order values in a selectable currency.
What do you need to know to create this program?
Correct Answer:
Local currency in the system
Note: This Question is unanswered, help us to find answer for this one
A customer has implemented an enhancement for a transaction by using the predefined customer subscreen. The program contains the necessary plausibility checks for the values on the subscreen. However, from time to time, data fields are updated with values that are not allowed.
What do you recommend to solve this problem?
Correct Answer:
Implement the same plausibility checks in the User Exit "before save".
Note: This Question is unanswered, help us to find answer for this one
A customer wants to develop a Web application with Web Dynpro for Java as the front-end technology and a SAP ERP 6.0 system as the backend.
Which type of external interface do you use to generate a Web Dynpro model automatically with a minimum of effort?
Correct Answer:
RFC
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Within one SAP system, a customer exit can have a maximum of one implementation.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
If you create a data object without explicitly specifying its type, it will become type C with length 1.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Transports
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Transports
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SQ01
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Structural
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Net Encoding
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
UNION
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Specify Object Name
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A single statement must be written all on one line.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
(All of these)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Utilities > Settings
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Cross-Site Scripting
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Comma
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
INSERT
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Byte Strings
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
RAISE EVENT
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Data Check
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
LineData
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Object
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
User Input
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
ANST Automated Notes Search Tool
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Alphabetical Types
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
BADIs
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Condense <string> no-gaps
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
BAPIs can only be called from external systems.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Remote Function Call
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Powerpoint
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
internal table
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SM12
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
To maintain session IDs
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Change and Transport System
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Active
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SY-DATUM
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Initialization
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Material Management
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SE80
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
T100
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Currency and Quantity
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
W
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of them
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SU01
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Transports
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
==
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Web Dynpro
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
LOOP
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SE18
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Transparent
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SE37
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
9
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
DO
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Name
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Interface
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Advanced Business Application Programming
Note: This Question is unanswered, help us to find answer for this one
SAP ABAP MCQs | Topic-wise