wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ABAP

Total questions: 102

Worksheet time: 51mins

Name
Class
Date
1.
Which of the following repository objects can you maintain in the ABAP Workbench? Đối tượng lưu trữ nào sau đây có thể được maintain ở ABAP Workbench?
a)
Function modules
b)
Internal tables
c)
Module pools
d)
All the above Tất cả đáp án trên
2.
Which of the following functions does the ABAP Dispatcher perform?
a)
A. It directs HTTP requests from an SAP system to a web server.
b)
B. It distributes user requests among available work processes.
c)
C. It communicates with other instances in the system.
d)
B&C
3.
Your colleague has asked you to analyze an ABAP program that does not behave correctly when a button is pressed on the initial screen. You want to start the Debugger when the button is pressed so thatyou can perform your analysis. What system command do you type in the command field?
a)
/i
b)
/h
c)
/hx
d)
/n
4.
Which of the following rules must you follow when creating subscreens? Note: There are 2 correct answers to this question.
a)
A. Subscreens CANNOT have a field of type OK
b)
B. Subscreens can have a dialog module containing SET PF-STATUS.
c)
C. Subscreens CANNOT have an AT EXIT-COMMAND module.
d)
A&C
5.
Which of the following conditions must be fulfilled when using a GROUP BY clause in a SELECT statement? Note: There are 2 correct answers to this question.
a)
A. The SELECT statement must also have a WHERE clause
b)
B. All fields in the SELECT clause that are not part of an aggregate function must be listed after GROUP BY
c)
C. The table in the FROM clause must be a transparent table.
d)
B&C
6.
Which options are valid Open SQL? Note: There are 3 correct answers to this question.
a)
LEFT OUTER JOIN
b)
INNER JOIN
c)
RIGHT OUTER JOIN
d)
All the above
7.
Which of the following data types are predefined ABAP data types? Note: There are 3 correct answers to this question.
a)
DECFLOAT34
b)
STRING
c)
XSTRING
d)
All the above
8.
What are characteristics of a hashed internal table? Note: There are 2 correct answers to this question.
a)
A. It can be accessed using the index.
b)
B. It must have a unique key.
c)
C. It can have a non-unique key.
d)
A&B
9.
You need to perform a downcast. What should you do? Note: There are 2 correct answers to this question.
a)
A. Catch the exception CX_SY_MOVE_CAST_ERROR
b)
B. Use the operator “=“
c)
C. Use the operator “?=”
d)
A&C
10.
Which of the following controller types can exist only once in a Web Dynpro component? Note: There are 2 correct answers to this question.
a)
A. Window controller
b)
B. Component controller
c)
C. Configuration controller
d)
B&C
11.
What are the key technologies that enabled the development of SAP S/4HANA? Note: There are 2 correct answers to this question.
a)
A. Large memory capacities
b)
B. Multicore central processing units
c)
C. Big data databases
d)
A&B
12.
Which functions can be used with the Smart Business modeler apps? There are 2 correct answers to this question.
a)
A. Create an attribute view for KPI data
b)
B. Manage KPI authorizations
c)
C. Create KPI
d)
B&C
13.
What print technologies does SAP S/4HANA output management support? Note: There are 2 correct answers to this question
a)
A) Adobe forms using fragments
b)
B) Smart Forms
c)
C) Adobe LiveCycle Designer
d)
D) B&C
14.
In SAP S/4HANA, which embedded analytics tools does an end user have access to? There are 2 correct answers to this question.
a)
A) SAP Smart Business cockpit
b)
B) Multidimensional reporting
c)
C) Custom CDS view app
d)
D) A&B
15.
What does the Custom Code Check tool in SAP S/4HANA provide? Please choose the correct answer.
a)
Proposals to replace the custom code with Badis
b)
Descriptions on Simplification items
c)
An overview of custom code that does NOT comply with SAP S/4 HANA
d)
Information about existing functionality
16.
Which of these are layers in SAP Best Practice content? There are 3 correct answers to this question.
a)
A) Building blocks
b)
B) Solution packages
c)
C) Scope items
d)
D) all of the above
17.
What controls whether lists are displayed using the SAP List Viewer or the ALV grid control in SAP ERP standard reports? There are 2 correct answers to this question.
a)
A) The selection parameters
b)
B) User parameter ME_USE_GRID
c)
C) The scope-of-list parameter
d)
D) B&C
18.
How often does SAP HANA create a save point? Please choose the correct answer.
a)
Every few hours
b)
Every 30 minutes
c)
Every few seconds
d)
Every few minutes
19.
In the SAP S/4HANA system, where are Core Data Services (CDS) views developed and maintained? Please choose the correct answer.
a)
ABAP layer
b)
HANA database layer
c)
BI clients
d)
SAP Netweaver Gateway
20.
How can you specify the storage type (row or column) of your ABAP Dictionary table?
a)
Use the technical table settings in the ABAP Dictionary transaction (SE11)
b)
Use the Native SQL statement ALTER TABLE
c)
Use the Data Modeler transaction SD11
d)
Use the SAP HANA administration tools
21.
Your ABAP application uses an ABAP Dictionary table. The non-unique index that exists for this table is not needed on th SAP HANA database. How can you control the creation of this index on the database?
a)
Enrich your query statements with the database-specific hint %_HINTS HDB'&drop_idx&', where idx is the database index name.
b)
Use the Native SQL statement ALTER TABLE in your application
c)
Define an exclusion list for the database index in the ABAP Dictionary transaction (SE11)
d)
Remove the SAP HANA database index manually using transaction RSINDX00
22.
You want to implement business logic on the database layer. Which approach do you follow when implementing an ABAP managed Database Procedure?
a)
The Left-Right approach
b)
The Top-Down approach
c)
The Inside-Out approach
d)
The Near-Far approach
23.
You want to improve the performance of your data-intensive ABAP coding for the SAP HANA database. Why would you follow the Code-to-Data paradigm to achieve this?
a)
The in-memory capabilities of SAP HANA allow calculations to be performed on the database layer, which helps to avoid unnecessary movement of data
b)
The transfer of coding to the database reduces the memory consumption of associated ABAP Dictionary tables in the application layer.
c)
The data-intensive calculatuons can be performed on SAP NetWeaver Application Server ABAP when Code-to-Data mode is switched on.
d)
The in-memory architecture of SAP HANA prevents the transfer of large datasets between the database layer and the application layer.
24.
You developed an ABAP program using ABAP Development Tools for SAP NetWeaver. How can you execute it? Note: There are 2 correct answers to this question.
a)
A) Open the ABAP program in the ABAP Development perspective and execute it using the shortcut F8.
b)
B) Use the Open Development Object dialog (CTRL+SHIFT+A) and enter <Program_Nam>/Execute in the search field.
c)
C) In the Project Explorer view, right click the program and choose Run As -> ABAP Application from the context menu
d)
D) A&C
25.
You open an ABAP program in ABAP Development Tools for SAP Netweaver in Read Only/Display mode. How can you switch to Writeable/Change Mode to adapt coding?
a)
The mode is changed automatically when you start typing (if not locked by another user).
b)
Right-click the program name in the Project Explorer view to open the context menu and choose Open in Change Mode.
c)
Use the Open Development Object dialog (CTRL_SHIFT+A) and enter <Program_Nam>/ChangeMode in the search field.
d)
Right-click in the ABAP Editor view to open the context menu and choose Open in Change mode (Shift+F2)
26.
If an error occurs during generation of subroutine pool, which of the below contains the name of the program in which the error possibly occurred?
a)
MESSAGE<mess>
b)
INCLUDE<incl>
c)
LINE<line>
d)
OFFSET<offs>
27.
When we run Open SQL statement, the system field SY-SUBRC returns which of the below value If operation is successful?
a)
0
b)
1
c)
2
d)
3
28.
Which of the following database provides read-only access to a group of related tables to an ABAP/4 program?
a)
Relational Database
b)
No SQL database
c)
Logical database
d)
None
29.
Which of the following can be used for customization of the screens?
a)
Report
b)
Dialog
c)
Dialog Programming
d)
Changing Parameters
30.
Which of the following T-code is used search the fields ABAP table?
a)
SE17
b)
SE16
c)
SE15
d)
SE14
31.
You can create an ABAP program that only contain subroutines?
a)
True
b)
False
32.
Which of the below can only be used to control the Type M of ABAP program?
a)
Runtime Environment
b)
Screen Flow logic
c)
Transaction Code
d)
None of the above
33.
Which of the below programs are not executable and act as container for global classes?
a)
Type K
b)
Type F
c)
Type J
d)
Type S
34.
When you want the user to enter either a single value for a field or fields, or to enter selection criteria, which of the below screen type can be used?
a)
Dialog Screens
b)
Custom Screens
c)
Selection Screens
d)
All of the above
35.
Which of the following Transaction code is used to compare the codes of a program on two systems?
a)
SC39
b)
SC001
c)
SCU01
d)
SCU0
36.
You want to develop an ABAP application for SAP HANA using the front-end image of your Amazon Web Service (AWS) trial system. Which plug-ins do you need to add to the existing Eclipse installation?
a)
None; everything is preconfigured
b)
All plug-ins provided by SAP Development tools for Eclipse
c)
SAP HANA Tools
d)
ABAP Developement Tools for SAP NetWeaver
37.
In regard to the INITIALIZATION event, which of the following is NOT a true statement?
a)
Executed before the selection screen is displayed
b)
You should use SET PF-STATUS here
c)
You can assign different values to PARAMETERS and SELECT-OPTIONS here
d)
Executed one time when you start the report
38.
In an ABAP program, which of the following Processing blocks are not allowed?
a)
Subroutine and Function Modules
b)
Methods
c)
Event Block
d)
Program Symbols
39.
Identify a layout that is not part of the Webdynpro Layout types
a)
Flow Layout
b)
Row Layout
c)
Grid Layout
d)
Tree Layout
40.
Data element is an example of
a)
Physical Definition
b)
Business Object
c)
Semantic Domain
d)
Technical Domain
41.
What table is used to store all the Message Class Texts?
a)
T001
b)
T100
c)
T000
d)
T010
42.
The message types are one of the following:
a)
A
b)
S
c)
W
d)
All of the above
43.
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
44.
The statement INITIALIZATION
a)
Sets a variable to value NULL
b)
Sets a variable to a initial value specified in the statement
c)
Is executed before the selection screen is displayed on the screen
d)
Is executed after the selection screen is displayed on the screen
45.
Which attribute is invalid for a domain?
a)
Type
b)
Fixed values
c)
Length
d)
Header
46.
Search help cannot be attached to
a)
Domain
b)
field of a table
c)
Check table
d)
Type
47.
Which layer is NOT used in R/3 system?
a)
Presentation Layer
b)
Application Layer
c)
Control Layer
d)
Database Layer
48.
How to define parameters as a data type?
a)
Parameters type Integer
b)
Parameters p_id(30) type c
c)
p_id(30) type Integer
d)
None
49.
In Inner and outer join
a)
buffers are always used
b)
Choice of buffer can be made to use
c)
buffers are always bypassed
d)
None of above
50.
Which of the following may NOT be modified using the ABAP Dictionary transaction?
a)
Type groups
b)
Search help
c)
Lock objects
d)
Function groups
51.
What are presentation and application servers in SAP?
a)
An application server is actually a program named Sapgui.exe. It is usually installed on a user’s workstation
b)
The 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
52.
What are the ways to link LDB to executable program?
a)
Using Program Attributes
b)
Using function module ‘LDB_PROCESS’
c)
Using function groups
d)
All the above
53.
What kind of component of a business object are BAPIs ?
a)
Interface
b)
Definition
c)
Event
d)
Method
54.
What is the basic object of data Dictionary
a)
Domains
b)
Documentation
c)
Data Models
d)
Dynpro
55.
Which event is used to navigate from basic list to secondary list?
a)
At user-command
b)
At Pfn
c)
At line-selection
d)
Initialization
56.
What process is used to establish the automatic transport of data between the view controller's context-attributes and the UI element in its layout?
a)
Context mapping
b)
Data migration
c)
Data binding
d)
View assembly
57.
What would be the value of lv_char_len?
a)
6
b)
12
c)
24
d)
16
58.
Which of the following statements is NOT true about a BAPI?
a)
You must use the standard data structures such as BAPIRET2 for your RETURN parameter
b)
All error messages have to use the parameter RETURN
c)
A BAPI can produce screen output
d)
A BAPI must not cause a program termination (A message)
59.
Which data type cannot be used to define parameters?
a)
Type N
b)
Type C
c)
Type F
d)
Type P
60.
In regard to MOVE-CORRESPONDING, which of the following is NOT a true statement?
a)
Moves the values of components with identical names
b)
Fields without a match are unchanged
c)
Corresponds to one or more MOVE statements
d)
Moves the values of components according to their location
61.
In SAP S/4HANA, which embedded analytics tools does an end user have access to? There are 2 correct answers to this question.
a)
A. SAP Smart Business cockpit
b)
B. Multidimensional reporting
c)
C. A&B
d)
D. Query designer
62.
What does the Custom Code Check tool in SAP S/4HANA provide? Please choose the correct answer.
a)
Proposals to replace the custom code with Badis
b)
Descriptions on Simplification items
c)
An overview of custom code that does NOT comply with SAP S/4 HANA
d)
Information about existing functionality
63.
SAP SUPPORT PACKS CAN BE APPLIED TO WHICH TYPE OF LANDSCAPE?
a)
A.1-SYSTEM LANDSCAPE
b)
B.2-SYSTEM LANDSCAPE
c)
C.3-SYSTEM LANDSCAPE
d)
D.ALL OF THE ABOVE
64.
ON SAP INSTALLATION WHICH OF THE FOLLOWING CLIENT/CLIENTS ARE MADE BY DEFAULT?
a)
A.CLIENT 000
b)
B.CLIENT 001
c)
C.CLIENT 066
d)
D.ALL OF THE ABOVE
65.
IS IT POSSIBLE TO HAVE MULTIPLE LANDSCAPES IN ONE TRANSPORT DOMAIN?
a)
A. YES
b)
B. NO
66.
THE SYSTEMS IN A SYSTEM LANDSCAPE SHARE CUSTOMIZING AND REPOSITORY OBJECTS VIA _______ _?
a)
A.TRANSPORT REQUESTS
b)
B.CONSOLIDATION ROUTE
c)
C.REMOTE FUNCTION CALL
d)
D.ALL OF THE ABOVE
67.
DEVELOPMENT CLASSES CONTAINS ____________?
a)
A.REPOSITORY OBJECTS
b)
B.USER MASTER DATA
c)
C.CUSTOMIZING DATA
d)
D.ALL OF THE ABOVE
68.
IS IT POSSIBLE TO DEFINE MORE THAN ONE CONSOLIDATION AND DELIVERY ROUTES IN A TRANSPORT DOMAIN?
a)
A. YES
b)
B. NO
69.
WHICH OF THE FOLLOWING information ABOUT TRANSPORTS REQUESTS NOT PRESENT IN PROFILES?
a)
A. INFORMATION OF TRANSPORT TYPES
b)
B. REQUIRED IMPORT STEPS
c)
C. TRACE FILES
d)
D. POST PROCESSING EXIT CODES
70.
WHICH OF THE FOLLOWING FUNCTION PHYSICALLY WRITES FILES TO THE OPERATING SYSTEM LEVEL IN TRANSPORT MANAGEMENT SYSTEM?
a)
A. IMPORT
b)
B. EXPORT
c)
C. BOTH A & B
d)
D. NONE OF THE ABOVE
71.
WHICH VERSION ONE CAN USE ENHANCED TRANSPORT MANAGEMENT SYSTEM (TMS+)?
a)
A. NW 700 SP12
b)
B. NW 700 SP10
c)
C. BOTH A & B
d)
D. NONE OF THE ABOVE
72.
WHICH OF THE FOLLOWING TRANSACTION CODE USED TO RELEASE A TASK?
a)
A. SE05
b)
B. SE07
c)
C. SE09
d)
D. SE04
73.
COPYING OF ONE PACKAGE NAME TO ANOTHER PACKAGE NAME IS CALLED?
a)
A. TRANSPORT OF COPIES
b)
B. RELOCATION
c)
C. CUSTOMIZING REQUEST
d)
D. WORKBENCH REQUEST
74.
IF WE WRITE AN ABAP PROGRAM IN CLIENT 800 AND MAKE A TRANSPORT REQUEST FOR THIS THEN THE REQUEST OF WHICH TYPE?
a)
A. TRANSPORT OF COPIES
b)
B. RELOCATION
c)
C. CUSTOMIZING REQUEST
d)
D. WORKBENCH REQUEST
75.
WHILE DOING SYSTEM COPY, YOU HAVE TO PRESERVE RFC DESTINATIONS (SM59), WHAT PROCEDURE WILL YOU FOLLOW–?
a)
A. EXPORT SM59 TABLES USING TRANSPORT REQUEST
b)
B. TAKE SNAPSHOTS AND PRESERVE THEM
c)
C. THIS IS NOT POSSIBLE, THE DATA WILL BE OVERWRITTEN
d)
D. USER SAP* AND INSTALL
76.
WHAT IS THE FULL FORM OF SSCR?
a)
A. SAP SOFTWARE CHANGE REQUIREMENTS
b)
B. SAP SOFTWARE CHANGE REQUESTS
c)
C. SAP SOFTWARE CHANGE REGISTRATION
d)
D. SAP SOFTWARE CHANGE REPRESENTATION
77.
IN WHICH SUBDIRECTORY THE SUPPORT PACKAGES SHOULD BE UNCARRED?
a)
A. /USR/SAP/TRANS/EPS/IN
b)
B. /USR/SAP/TRANS/OUT
c)
C. /USR/SAP/TRANS/LOG
d)
D. /USR/SAP/TRANS/SUPP
78.
IN WHICH CLIENT SHOULD WE CONFIGURE STMS?
a)
A. 000
b)
B. 001
c)
C. 800
d)
D. ANY CLIENT
79.
WHICH OF THE FOLLOWING SAP TOOL/TOOLS USED IN A CUSTOMIZING PROJECT?
a)
A. SAP IMG
b)
B. TRANSPORT ORGANIZER
c)
C. ABAP WORKBENCH
d)
D. A & B
80.
WHAT ARE THE COMPONENTS OF R3 SYSTEM WITH RESPECT TO THREE TIER ARCHITECTURE?
a)
A. DATABASE,APPLICATION,PRESENTATION
b)
B. DEVELOPMENT, QUALITY, PRODUCTION
c)
C. DEMO, TRAINING, SANDBOX
d)
D. MS,ICM,GN
81.
WHEN A USER SENDS REQUEST TO SAP SYSTEM VIA BROWSER, WEB REQUESTS ARE FIRST HANDLED BY?
a)
A. ICM
b)
B. MS
c)
C. GW
d)
D. SDM
82.
WHICH SYSTEM IS RESPONSIBLE FOR MAINTENANCE OF INFRASTRUCTURE & CONFIGURATION OF STMS?
a)
A. DOMAIN CONTROLLER
b)
B. SOFTWARE DEVELOPMENT SYSTEM
c)
C. PORTAL SYSTEM
d)
D. PRODUCTION SYSTEM
83.
TRANSPORT REQUEST IS MADE UP OF?
a)
A. PROFILE
b)
B. DATAFILE
c)
C. BOTH A & B
d)
D. NONE OF THE ABOVE
84.
TRANSACTION SCC1 COPIES CHANGES FROM ONE CLIENT TO ANOTHER CLIENT BASED ON?
a)
A. TASK
b)
B. TRANSPORT REQUEST
c)
C. TRANSPORT REQUEST & IT’S TASK
d)
D. ALL OF THE ABOVE
85.
WHICH OF THE FOLLOWING DOES NOT COME UNDER /USR/SAP/TRANS?
a)
A. BIN
b)
B. PROFILE
c)
C. TMP
d)
D. LOG
86.
WHICH OF THE FOLLOWING CONTAINS A MESSAGE SERVER?
a)
A. DIALOG INSTANCE
b)
B. CENTRAL INSTANCE
c)
C. BOTH A & B
d)
D. NONE OF THE ABOVE
87.
COMMUNICATION BETWEEN ABAP STACK AND JAVA STACK IS DONE THROUGH ___. ?
a)
A. SDM
b)
B. JCO
c)
C. SCM
d)
D. ICM
88.
DATA FROM DIFFERENT CLIENTS IS KEPT SEPARATELY?
a)
A. AT THE O.S LEVEL
b)
B. AT THE KERNEL LEVEL
c)
C. BOTH
d)
D. NONE.
89.
A NEW PATCH DEPLOYMENT IN JAVA STACK IS DONE BY THE TOOL?
a)
A.SPAM
b)
B.SAINT
c)
C.TP
d)
D.SDM
90.
IS IT POSSIBLE TO DEFINE MORE THAN ONE CONSOLIDATION AND DELIVERY ROUTES IN A TRANSPORT LANDSCAPE?
a)
A. YES
b)
B. NO
91.
WHEN DOES THE BUFFER OF PRODUCTION GETS POPULATED IN STANDARD THREE SYSTEM LANDSCAPE?
a)
A. EXPORT FROM THE DEVELOPMENT
b)
B. IMPORT INTO QUALITY
c)
C. IMPORT INTO PRODUCTION
d)
D. EXPORT FROM QUALITY
92.
IN A THREE SYSTEM LANDSCAPE, HOW CAN YOU APPLY A NOTE THROUGHOUT THE LANDSCAPE?
a)
A. APPLY IN DEVELOPMENT, THEN IN QUALITY AND FINALLY IN PRODUCTION
b)
B. APPLY IN DEVELOPMENT, EXPORT, THEN IMPORT IN QUALITY AND FINALLY IN PRODUCTION
c)
C. APPLY ONLY IN DEVELOPMENT AND PRODUCTION
d)
B&C
93.
You are not using Integration Engine processing in your system. You are troubleshooting configuration errors with the Advanced Adapter Engine (AAE) as messages are not reaching the target system. What is a typical sequence of checks that needs to be performed?
a)
a) Receiver Determination → Interface Determination → Mapping → Technical Routing → Call Adapter
b)
b) Routing → Mapping Runtime → Connectivity
c)
c) Connectivity → Routing → Mapping Runtime
d)
d) Mapping runtime → Routing → Connectivity
94.
The Advanced Adapter Engine is installed as a component on the Integration Server. When would you install the non-central Advanced Adapter Engine?
a)
a) When a firewall between the business system and the Integration Server prevents them from communicating directly
b)
b) When the business department requires Knowledge Management on a separate system
c)
c) When you want to use cross-component business process management (ccBPM) in the Advanced Adapter Engine
d)
d) When you want to use the advanced monitoring capabilities of the Integration Engine
95.
How can you describe a provider proxy?
a)
a) A provider proxy is a Java class used in the Advanced Adapter Engine.
b)
b) A provider proxy is a language-specific implementation of an outbound service interface.
c)
c) A provider proxy is a language-specific implementation of an inbound service interface.
d)
d) A provider proxy is an ABAP program used in ALE distribution.
96.
SAP Net Weaver provides the Enterprise Services Repository Content (ESR Content). What is one of the advantages of using ESR Content?
a)
a) Additional configuration options for the Advanced Adapter Engine Extended
b)
b) Extended monitoring capabilities based on predefined business objects
c)
c) Fast implementation based on pre-configured content that supports industry standards
d)
d) High user acceptance based on standard compliant user interfaces
97.
You are working on a dual-stack system and want to configure an integration scenario with one sender and two receivers. Each receiver uses two different service interfaces. The WS adapter is used for each receiver. The sender provides an IDoc from an ABAP system. How many sender agreements do you have to configure?
a)
a) 0
b)
b) 1
c)
c) 3
d)
d) 2
98.
While monitoring the customer's production system you notice that there are many messages in the Advanced Adapter Engine with the status HOLD. Why do the messages have this status?
a)
a) The receiver system is currently down for maintenance. Once the receiver system is back the messages will be delivered.
b)
b) The messages are Exactly Once in Order (EOIO) quality of service and the first message in the queue has not yet been delivered successfully.
c)
c) The messages are being sent using a communication channel that has been configured in the Availability Time Planning tool in the Runtime Workbench
d)
d) The messages are using event-driven message processing and will be sent when the necessary event is triggered.
99.
Which Web-services-related protocol is supported by SAP Net Weaver PI 7.31?
a)
a) Web Services Description Language (WSDL)
b)
b) WS-Reliable Messaging (WS-RM)
c)
c) Representational state transfer (REST)
d)
d) Open Data Protocol (OData)
100.
You want to build an operation mapping using multiple mapping programs per direction. Which restrictions do you have to consider?
a)
a) The output of each mapping program must fit the target message type.
b)
b) The mapping programs are processed in the specified sequence from top to bottom.
c)
c) The checkbox must be enabled in interface determination to preserve the sequence during the runtime.
d)
d) All the mapping programs have to belong to the same name space.
101.
What are the three types of communication components in the Integration Directory?
a)
a) Name Namespace Software Component Version
b)
b) Business Service Application Service Abstract Service
c)
c) Business Component Integration Process Business System
d)
d) Business System Logical System Application Component
102.
You have created a deadline branch. When the deadline expires, the integration process should be canceled. How can you achieve this using SAP design patterns for integration processes?
a)
a) Insert a control step that raises an alert to inform the administrator to stop the process manually.
b)
b) Insert a control step in the deadline branch that cancels the process.
c)
c) No action is necessary; the process is cancelled automatically once the deadline has expired.
d)
d) Insert a switch to send a message to another integration process to cancel the process.