C_TADM_23 Practice Test Questions

80 Questions


The SAP Fiori launchpad is working for your users How can you enable access to the SAP Easy Access menu tor them in the app tinder? Note: There are 2 correct answers to this question.


A. By providing an HTTP destination type H named FIORI_CLASSICUI_HTTPS (transaction SM59)


B. By applying the correct settings in the SAP Fiori launchpad configuration (transaction /UI2/FLP_SYS_CONF or /UI2/FLP_CUS_CONF>


C. By assigning the authorization to start transaction SEARCH_SAP_MENU


D. By assigning the correct target mappings, shipped via catalog /UI2/CLASSICAL_GUI_MENU





B.
  By applying the correct settings in the SAP Fiori launchpad configuration (transaction /UI2/FLP_SYS_CONF or /UI2/FLP_CUS_CONF>

D.
  By assigning the correct target mappings, shipped via catalog /UI2/CLASSICAL_GUI_MENU

Explanation:

Access to the SAP Easy Access menu within the SAP Fiori launchpad is controlled by enabling and exposing a specific, pre-delivered content catalog and its target mapping.

B. By applying the correct settings in the SAP Fiori launchpad configuration (transaction /UI2/FLP_SYS_CONF or /UI2/FLP_CUS_CONF).

This is the administrative activation step. In these configuration transactions, you must assign the pre-delivered content catalog /UI2/CLASSICAL_GUI_MENU to the relevant business catalog(s) or directly to the SAP_CORE_BC_UI2_USM business role template. This makes the "SAP Easy Access Menu" app available for assignment.

D. By assigning the correct target mappings, shipped via catalog /UI2/CLASSICAL_GUI_MENU.
This is the underlying technical content. The catalog /UI2/CLASSICAL_GUI_MENU contains the target mapping (e.g., CLASSIC_HTML_MENU) that launches the classic SAP GUI for HTML menu. Assigning this catalog (as done in step B) is what provides the target mapping to users.

Why the other options are incorrect:

A. By providing an HTTP destination type H named FIORI_CLASSICUI_HTTPS.
This is a distractor. While an HTTP destination to the back-end is needed for the app to function, it is automatically created by the standard SAP Fiori configuration (SAP_FIORI_CLASSIC_UI_HTTPS). Manually creating a differently named destination (FIORI_CLASSICUI_HTTPS) is not the standard or required enabling step.

C. By assigning the authorization to start transaction SEARCH_SAP_MENU.
This is incorrect. The transaction that renders the classic menu in the browser is /n/UI2/CL_GUI_FRONTEND_SERVICES (encapsulated in the target mapping), not SEARCH_SAP_MENU. Authorization is controlled via PFCG roles containing the assigned business catalog (from step B), not via a direct transaction code assignment.

Reference:
SAP Help documentation: "Configure the SAP Fiori Launchpad" and specifically "Integrate SAP GUI Transactions into the SAP Fiori Launchpad". The process is defined: activate the shipped content catalog /UI2/CLASSICAL_GUI_MENU via the Fiori launchpad designer or configuration transactions (/UI2/FLP_CUS_CONF).

How can you register multiple SAP Gateway services simultaneously? Note: There are 2 correct answers to this question


A. Using task list SAP_GATEWAY_ BASIC_CONFIG


B. Using transaction /IWFND/GW_CLIENT.


C. Using transaction/IWFND/MAINT SERVICE


D. Using task list SAP_GATEWAY_ACTIVATE_ODATA_SERV





C.
  Using transaction/IWFND/MAINT SERVICE

D.
  Using task list SAP_GATEWAY_ACTIVATE_ODATA_SERV

Explanation:

In an AS ABAP-based SAP system, multiple SAP Gateway services can be registered simultaneously using either the transaction /IWFND/MAINT_SERVICE or the task list SAP_GATEWAY_ACTIVATE_ODATA_SERV.

Transaction /IWFND/MAINT_SERVICE:
This transaction is the central point for managing OData services in the SAP Gateway. Administrators can add multiple services at once by selecting them from the backend system and registering them in the Gateway hub. It allows batch registration, activation, and maintenance of services, making it the most direct way to register several services simultaneously.

Task List SAP_GATEWAY_ACTIVATE_ODATA_SERV:
This guided configuration task list simplifies the activation of multiple OData services. It is especially useful in scenarios where a large number of services need to be activated together, such as after installing new SAP Fiori apps. The task list automates the process, reducing manual effort and ensuring consistency across the system.

❌ Why Other Options Are Not Correct

A. Using task list SAP_GATEWAY_BASIC_CONFIG:
This task list is used for the initial basic configuration of the SAP Gateway system (e.g., RFC destinations, system aliases). It does not handle the registration of multiple OData services.

B. Using transaction /IWFND/GW_CLIENT:
This transaction is a testing tool for OData services. It allows developers and administrators to test service calls and payloads but does not provide functionality to register or activate services.

📚 References
SAP Help Portal – SAP Gateway Service Activation (help.sap.com in Bing)【source】
SAP Community Wiki – Registering OData Services in SAP Gateway (wiki.scn.sap.com in Bing)【source】

During the installation of SAP Solution Manager ABAP. which of the following user IDs does SAPinst suggest for SAP Solution Manager Java? Note: There are 2 correct answers to this question


A. SAP


B. Administrator


C. SAPJSF


D. J2EE_ADMIN





C.
  SAPJSF

D.
  J2EE_ADMIN

You are running an AS ABAP-based SAP system. Which parts does the Internet Server Cache (ISC) of the ICM process consist of? Note: There are 3 correct answers to this question.


A. Memory cache


B. Browser cache


C. CPU cache


D. Disk cache


E. UFO cache





A.
  Memory cache

D.
  Disk cache

E.
  UFO cache

What actions can you perform using the SAP_FIORI_FOUNDATION_S4 task list? Note: There are 3 correct answers to this question


A. Create users with generated business roles.


B. Replicate backend catalogs


C. Generate SAP Fiori foundation roles.


D. Schedule a job for calculation of SAPUI5 application index.


E. Enable SAP GUI for HTML.





B.
  Replicate backend catalogs

C.
  Generate SAP Fiori foundation roles.

E.
  Enable SAP GUI for HTML.

How does a Transport of Copies differ from a Workbench Request? Note: There are 2 correct answers to this question


A. When creating the transport request, a target system without a consolidation route can be selected


B. No cofile is created, when releasing the transport request with the Transport Organizer (SE09).


C. When importing, the transport request is not forwarded to subsequent delivery systems.


D. After the import, repository objects in the target system are classified as copies





C.
  When importing, the transport request is not forwarded to subsequent delivery systems.

D.
  After the import, repository objects in the target system are classified as copies

You want to add an SAP Fiori space to a user's SAP Fiori launchpad To what do you have to assign the SAP Fiori space?


A. To a parameter ID of the user


B. To an authorization profile assigned to the user


C. To a role assigned to the user


D. To a user group assigned to the user





B.
  To an authorization profile assigned to the user

At system start, what is the correct parameter evaluation sequence in an AS Java-based SAP system? (Note: the entries are sorted by read sequence).


A. 1 Template custom
2 Instance custom
3 Template default
4 Instance default


B. 1. Template default
2 Template custom
3. Instance default
4. Instance custom


C. 1 Instance default
2. Instance custom
3. Template default
4. Template custom


D. 1 Instance custom
2 Instance default
3. Template custom 4 Template default





B.
  1. Template default
2 Template custom
3. Instance default
4. Instance custom

When performing a standard SAP HANA database system installation, which users will be created or validated during that installation? Note: There are 2 correct answers to this question


A. SYSTEM


B. crypt


C. SAP


D. sapadm





A.
  SYSTEM

D.
  sapadm

When performing a local client copy, which client copy profiles are available? Note: There are 3 correct answers to this question


A. Customizing. User Master Records and User Variants


B. Application Data and User Master Data


C. User Master Records and Authorization Profiles


D. Customizing Including Cross-Client Customizing


E. All Client-Specific Data w/o Change Documents





A.
  Customizing. User Master Records and User Variants

C.
  User Master Records and Authorization Profiles

E.
  All Client-Specific Data w/o Change Documents

You are installing a Primary Application Server and a Central Services instance for an AS Java-based SAP system What is the minimum number of Java server nodes you must configure?


A. 1


B. 2


C. 4


D. 0





A.
  1

When releasing a workbench request from the development system, what are prerequisites for an export to take place? Note: There are 3 correct answers to this question.


A. All repository objects within the workbench request must be assigned to a package.


B. All packages used by objects in the workbench request must be assigned to a valid transport layer


C. All repository objects within the workbench request must be assigned to the same transport layer


D. A consolidation route from the development system to a subsequent system must exist.


E. A delivery route from the development system to a subsequent system must exist





A.
  All repository objects within the workbench request must be assigned to a package.

B.
  All packages used by objects in the workbench request must be assigned to a valid transport layer

D.
  A consolidation route from the development system to a subsequent system must exist.


Page 2 out of 7 Pages
Previous