C_S4CPR_2502 Practice Test Questions

80 Questions


What do you use to collect the values that are entered into the configuration activities in SAP Central Business Configuration?


A. Business Driven Configuration Questionnaire


B. Availability and Dependencies of Solution Processes Excel


C. SAP Cloud ALM Requirements app


D. SAP Cloud ALM Processes app





A.
  Business Driven Configuration Questionnaire

Explanation:

In SAP Central Business Configuration (CBC), configuration activities are performed to tailor the SAP S/4HANA Cloud Public Edition system to business requirements. The Business Driven Configuration Questionnaire (BDCQ) is the tool used to collect and structure the values entered during these configuration activities.

The BDCQ guides customers through business-relevant questions (for example, organizational structure, finance settings, procurement scope), and the answers provided are then used by the system to automatically derive and apply configuration values in CBC. This ensures consistency, traceability, and alignment with SAP Best Practices during system setup.

Why the other options are incorrect

B. Availability and Dependencies of Solution Processes Excel ❌
This Excel file is a documentation and planning aid that shows which solution processes are available and their dependencies. It does not collect configuration values or drive system configuration.

C. SAP Cloud ALM Requirements app ❌
The Requirements app is used to capture, manage, and track business requirements during implementation. It does not collect configuration values for CBC configuration activities.

D. SAP Cloud ALM Processes app ❌
The Processes app is used to model, document, and monitor business processes in SAP Cloud ALM. It supports implementation and operations but does not collect configuration questionnaire data.

Reference:
SAP Help Portal – SAP Central Business Configuration Guide
SAP Activate Methodology – Business Driven Configuration Questionnaire
SAP Help Portal – Configuration in SAP S/4HANA Cloud Public Edition

What does the material type in a material (product) master data control?


A. Price unit that is used for a material


B. Procurement type that is allowed for a material


C. Organizational data that is allowed for a material


D. Automatic creation of a purchase requisition with a material





B.
  Procurement type that is allowed for a material

Explanation:

The material type is a fundamental classification in SAP S/4HANA Cloud that determines key control parameters for a material throughout its lifecycle. One of its primary functions is to define the allowed procurement types. The system uses this classification to control whether a material is:

Procured externally (e.g., Purchased)
Produced internally (e.g., Manufactured)
Consigned from a vendor
Transferred between plants

This control is set in the material type's configuration, which dictates the valid entries in the Procurement Type field of the material master. This directly influences the material's sourcing strategy and the subsequent purchasing or production processes.

Why Other Options Are Incorrect:

A (Price unit that is used for a material):
Incorrect. The price unit is typically defined in the purchasing or costing views of the material master and is influenced by the base unit of measure, not directly controlled by the material type.

C (Organizational data that is allowed for a material):
Incorrect. While the material type can influence which organizational levels (like plant, storage location) are required or optional, the specific allowed organizational data (such as which plants can be assigned) is controlled by other configuration elements like the material's industry sector and cross-plant material status, not solely by the material type.

D (Automatic creation of a purchase requisition with a material):
Incorrect. The automatic creation of a purchase requisition is typically triggered by MRP (Material Requirements Planning) based on material requirements and planning parameters (like a reorder point), not directly by the material type. The material type influences the procurement method, but the automation is an MRP function.

Reference:
Material Master configuration. The material type is a central control element defined in Customizing. It fundamentally determines the material's Item Category Group and allowed procurement processes (procurement type).

Which of the following reasons can an employee select to dismiss a situation message using My Situations app? Note: There are 3 correct answers to this question.


A. Invalid


B. Approve


C. Reject


D. Resolved


E. Obsolete





A.
  Invalid

D.
  Resolved

E.
  Obsolete

Explanation:

In SAP S/4HANA Cloud (including Public Edition for Sourcing and Procurement), the My Situations app (or My Situations - Extended) allows users to review, monitor, and handle situation messages/notifications raised by Situation Handling. When dismissing (closing) a situation instance manually, the user can select one of the following status reasons to provide feedback on why the situation is being closed:

Resolved — The situation has been addressed or completed (e.g., the underlying issue was fixed through other actions).
Obsolete — The situation is outdated, no longer relevant, or the condition no longer applies.
Invalid — The situation was raised in error, the data is incorrect, or it was created by mistake.

These three options (Invalid, Resolved, Obsolete) are the valid choices for manually closing/dismissing a situation in the app.

Why not the others?

B. Approve — This is not a closing reason for situations. Approval is used in workflow or decision steps (e.g., approve a purchase requisition), not for dismissing situation notifications.

C. Reject — Similarly, rejection applies to approval workflows or objects (e.g., reject a contract), not to closing situation messages.

References:
SAP official documentation and Situation Handling behavior describe these exact closing statuses: Resolved, Obsolete, and Invalid (see SAP Help Portal topics on Situation Handling, closing behavior, and My Situations app).

How can you create an inbound delivery in your S/4HANA Cloud system?Note: There are 3 correct answers to this question.


A. Manually, with reference to the purchase order


B. Automatically, by creating a supplier invoice with a scheduled job


C. Automatically, by receiving an advanced shipping notification from the vendor electronically


D. Automatically, generated based on the purchase order data by a background job


E. Manually, with reference to the post goods receipt





A.
  Manually, with reference to the purchase order

C.
  Automatically, by receiving an advanced shipping notification from the vendor electronically

D.
  Automatically, generated based on the purchase order data by a background job

Explanation:

The inbound delivery acts as a precursor to the Goods Receipt, capturing shipping details like tracking numbers and packaging.

Manual Creation (A):
Users utilize the "Create Inbound Deliveries" app. By referencing a Purchase Order (PO), the system copies relevant data (material, quantity, plant) into the delivery document, ensuring consistency.

Electronic ASN (C):
This is the most efficient method. Using EDI/ALE integration, a supplier sends an Advanced Shipping Notification (ASN). The system processes this IDoc and automatically generates the inbound delivery, allowing for seamless warehouse planning.

Background Job (D):
For high-volume operations, the "Schedule Inbound Delivery Creation" app allows administrators to automate the process. The system periodically checks for due PO items and creates deliveries without manual intervention.

Why the Other Options are Incorrect

Option B (Supplier Invoice):
In the standard SAP process, the invoice is the result of the procurement cycle (Invoicing Party), not the trigger for logistics. Generating a delivery from an invoice would violate the logical sequence of "Order → Ship → Receive → Pay."

Option E (Post Goods Receipt):
This is technically impossible. The inbound delivery is the source document for the Goods Receipt in this scenario. You cannot reference a "post goods receipt" to create a delivery because the receipt is the final step that closes the delivery.

References
SAP Best Practices Explorer: Scope Item 1B6 (Procurement of Direct Materials) and 2TX (Inbound Processing and Receipt Confirmation).

You are recording actions for a custom process step in a test automate. When do you press the "Read" button on the recording panel? Note: There are 2 correct answers to this question.


A. To capture a static label on the screen that should be checked during test execution.


B. To capture an error message on the screen that can be used later.


C. To capture text in a message screen that can be used for data binding later.


D. To capture a value in a text field that should be stored as a variable.





A.
  To capture a static label on the screen that should be checked during test execution.

D.
  To capture a value in a text field that should be stored as a variable.

Explanation:

When recording actions for a custom process step in Test Automation (SAP Cloud ALM / Test Automation Tool), the Read button on the recording panel is used to read values from the UI and store them for validation or reuse during test execution.

A. To capture a static label on the screen that should be checked during test execution ✅
The Read action is used to capture and later verify static texts or labels (such as field labels, headers, or status texts) to ensure the UI content is correct when the test runs.

D. To capture a value in a text field that should be stored as a variable ✅
The Read button is also used to read the current value of a UI field and store it in a variable, which can then be reused in subsequent test steps (for example, comparisons or follow-up actions).

Why the other options are incorrect

B. To capture an error message on the screen that can be used later ❌
Error messages are typically handled using assertions or validations, not by reading and storing them as variables with the Read function.

C. To capture text in a message screen that can be used for data binding later ❌
Data binding is performed using test data and parameters, not by reading runtime message text during recording.

Reference
SAP Help Portal – Test Automation in SAP S/4HANA Cloud Public Edition
SAP Cloud ALM – Recording and Managing Automated Test Steps

If you cannot find a prepackaged solution process that addresses integration requirements in SAP Signavio Process Navigator, where do you look next?


A. SAP Cloud ALM


B. SAP Business Accelerator Hub


C. SAP Discovery Center


D. SAP Business Technology Platform





C.
  SAP Discovery Center

Explanation:

When you are implementing SAP solutions and cannot find a prepackaged solution process in SAP Signavio Process Navigator for a specific integration requirement, the next logical step is to check the SAP Discovery Center.
SAP Discovery Center is a central hub for SAP business services, prebuilt integrations, accelerators, and guided content. It provides:

Integration scenarios across SAP solutions
Step-by-step implementation guides
Prepackaged artifacts and APIs for extensions This is especially useful when Signavio does not have a ready-made process for your use case.

Why the other options are incorrect

A. SAP Cloud ALM ❌
SAP Cloud ALM is primarily used for implementation project management, monitoring, test automation, and configuration guidance, not for discovering new integration processes.

B. SAP Business Accelerator Hub ❌
The Business Accelerator Hub contains prebuilt content packages, accelerators, and templates, but it is focused more on SAP S/4HANA Cloud adoption packages and less on finding specific integration scenarios.

D. SAP Business Technology Platform (BTP) ❌
SAP BTP is the technical platform for building and extending applications, providing services, databases, and integration tools. It does not provide prepackaged business process guidance.

Reference
SAP Discovery Center – Explore SAP Business Services and Integration Scenarios
SAP Signavio Process Navigator – Process Content Guidance for SAP S/4HANA Cloud

Which embedded support offerings can you make use of in the SAP Fiori Launchpad?Note: There are 3 correct answers to this question.\


A. Assessment questions from the SAP Learning Hub


B. Recorded webinars from the SAP Learning Website


C. Recorded system simulations from the Learning Center


D. Digital assistance from generative Al (SAP Joule)


E. Video tutorials from the SAP Help Portal





C.
  Recorded system simulations from the Learning Center

D.
  Digital assistance from generative Al (SAP Joule)

E.
  Video tutorials from the SAP Help Portal

Explanation:

Recorded System Simulations (C):
Through the Learning Center (accessible via the "Help" icon), users can access interactive "Show Me" or "Try Me" simulations. these provide a guided, hands-on walkthrough of specific business processes directly within the UI.

SAP Joule (D):
As SAP’s generative AI assistant, Joule is embedded directly into the Fiori Launchpad. It allows users to ask natural language questions, navigate to apps, and get instant answers based on SAP documentation.

Video Tutorials (E):
The Help Topic sidebar provides context-sensitive assistance. This often includes short, embedded video tutorials from the SAP Help Portal that explain how to use the specific screen or app currently being viewed.

Why the Other Options are Incorrect

Option A & B:
While the SAP Learning Hub and the SAP Learning Website are vital parts of the broader SAP ecosystem, their assessment questions and recorded webinars are hosted on external platforms. They are not "embedded" or context-aware components that reside directly within the Fiori Launchpad's native support tools.

References
SAP Help Portal: "Working with the SAP Fiori Launchpad – Help Content."
SAP News: "Introducing SAP Joule: The Generative AI Copilot."

Which job template can you use for automated invoice settlement when you schedule supplier invoice jobs?


A. Schedule Supplier Invoice Output


B. Evaluated Receipt Settlement


C. Consignment and Pipeline Settlement


D. Automatic Delivery Cost Settlement





B.
  Evaluated Receipt Settlement

Explanation:

In SAP S/4HANA Cloud, when you schedule jobs for supplier invoice processing, the Evaluated Receipt Settlement (ERS) job template is used for automated invoice settlement.

Evaluated Receipt Settlement (ERS) allows the system to automatically generate a supplier invoice based on purchase order and goods receipt data, without manual invoice entry.

This ensures accuracy, reduces manual effort, and aligns with touchless invoice processing practices in S/4HANA Cloud.

Why the other options are incorrect

A. Schedule Supplier Invoice Output ❌
This job template is used to send or print supplier invoices (e.g., via email or EDI) but does not perform invoice settlement.

C. Consignment and Pipeline Settlement ❌
This is specific to consignment and pipeline stock scenarios, not standard supplier invoice processing.

D. Automatic Delivery Cost Settlement ❌
This template is for settling delivery-related costs, such as freight charges, and is not used for regular invoice settlement.

Reference
SAP Help Portal – Evaluate Receipt Settlement (ERS) in SAP S/4HANA Cloud
SAP Activate – Automated Invoice Management in S/4HANA Cloud

Which of the following are sources of supply for a purchasing document? Note: There are 2 correct answers to this question.


A. Purchase requisition


B. Contract


C. Request for quotation


D. Purchase info record





B.
  Contract

D.
  Purchase info record

Explanation:

In SAP S/4HANA Cloud, a source of supply is a master data record that defines a valid relationship between a material (or service) and a supplier, containing key information like pricing and conditions. The system uses these sources to automatically determine and propose a vendor during the creation of purchasing documents. The two primary master data sources of supply are:

1.Contract: A longer-term agreement with a supplier that defines terms, conditions, and often prices for materials or services over a period. It is a valid source of supply for generating purchase orders or scheduling agreements.

2.Purchase Info Record: A master data record that stores specific information about the relationship between a material and a vendor (e.g., net price, delivery time, minimum order quantity). It is the most commonly used source of supply.

Both of these are maintained as master data and serve as the definitive sources from which the system can propose vendors and copy conditions into a purchase order.

Why Other Options Are Incorrect:

A. Purchase requisition:
Incorrect. A purchase requisition is a document that expresses an internal requirement for goods or services. It is a result of a requirement, not a source of supply. The source of supply is determined for the requisition (e.g., based on a contract or info record), and the requisition itself can then be the source for creating a purchase order via the "Convert to PO" process.

C. Request for quotation (RFQ):
Incorrect. An RFQ is a procurement document sent to potential suppliers to solicit bids. It is part of the sourcing process used to establish a source of supply (like a contract or info record). Once bids are evaluated and a supplier is selected, the resulting contract or newly created purchase info record becomes the source of supply. The RFQ itself is not a reusable master data source.

Reference:
The core concept of Source Determination and Source of Supply in procurement. Master data sources include Purchase Info Records, Contracts, and Scheduling Agreements. These are configured in the system to enable automatic source determination during purchase requisition and purchase order creation.

What does the task list in My Outbox show?


A. Your completed and suspended tasks.


B. Your tasks that the deadline were passed.


C. Your tasks that are not completed yet.


D. Your tasks that are to be sent to your manager.





A.
  Your completed and suspended tasks.

Explanation:

The My Outbox app is the counterpart to the My Inbox app. While the Inbox is for pending actions, the Outbox is designed for transparency and tracking of past activities.

Completed Tasks:
Once you approve, reject, or submit a workflow item (such as a Purchase Requisition or Supplier Invoice), it moves from your Inbox to your Outbox. This allows you to review the decision you made and see the timestamp of the action.

Suspended Tasks:
If you have used the "Resubmit" functionality to put a task on hold (suspending it until a later date), these items are also visible here, as they are no longer "active" in your primary Inbox.

Why the Other Options are Incorrect

Option B (Passed Deadlines):
Tasks with passed deadlines remain in your My Inbox (often marked with a red status) because they still require action. The Outbox only shows tasks where your personal involvement is finished or paused.

Option C (Not Completed Yet):
These tasks are found in My Inbox. The fundamental purpose of the Outbox is to show what has been done, not what is pending.

Option D (Sent to Manager):
While a task you completed might have moved to your manager’s inbox, the Outbox displays all your processed tasks regardless of who the next recipient is. It is a personal history log, not a specialized "forwarding" folder.

References
SAP Help Portal: "My Outbox" App Documentation for S/4HANA Cloud.
SAP Fiori Apps Reference Library: App ID F0671 (My Outbox).
Course S4C63: S/4HANA Cloud Sourcing and Procurement – Workflow Management.

Where are the manual test cases created for customer User Acceptance Testing?\


A. SAP Cloud ALM


B. SAP Signavio Process Navigator


C. SAP Solution Manager


D. Test Automation Tool





A.
  SAP Cloud ALM

Explanation:

In SAP S/4HANA Cloud Public Edition implementations, including Sourcing and Procurement, SAP Cloud ALM is the recommended central tool for application lifecycle management. It handles test management throughout the project lifecycle. Manual test cases for customer User Acceptance Testing (UAT) are created directly in SAP Cloud ALM's Test Management application. Here, partners and configuration experts author manual test cases (often based on SAP Activate best-practice process flows), organize them into test plans, assign testers, and track execution with statuses and evidence. This ensures formal documentation, traceability, and sign-off for UAT, which is customer-driven and requires proof of acceptance.

Why the other options are incorrect:

B. SAP Signavio Process Navigator
— Primarily for process modeling, discovery, and viewing SAP Best Practices flows/variants. It does not support test case creation, management, or execution.

C. SAP Solution Manager
— Used in on-premise/hybrid landscapes for test management (e.g., via Focused Build). For S/4HANA Cloud Public Edition, SAP mandates SAP Cloud ALM instead—Solution Manager is not the standard tool for cloud projects.

D. Test Automation Tool
— Refers to the integrated Test Automation Tool for SAP S/4HANA Cloud, focused on automated test scripts and execution. Manual test cases are authored in SAP Cloud ALM; this tool can import/execute automated ones or integrate with them, but not create manual UAT cases.

References:
SAP Learning: "Implementing SAP S/4HANA Cloud, public edition" → "Preparing Test Cases and Plans for User Acceptance Testing in SAP Cloud ALM" (states: "Manual test cases need to be created in SAP Cloud ALM for any formal tests... including the user acceptance tests (UAT) conducted by the customer").

When you create a purchasing organization in your organizational structure, which of the following assignments is a must?


A. Purchase organization to storage location


B. Purchase organization to distribution channel


C. Purchase organization to plant


D. Purchase organization to company code





D.
  Purchase organization to company code

Explanation:

In SAP S/4HANA (Cloud or On-Premise), a purchasing organization is the organizational unit responsible for procurement activities. When you create a purchasing organization, it must always be assigned to a company code. This assignment ensures:

Proper financial accounting integration (e.g., posting of purchase orders and invoices)
Compliance with the company’s legal and reporting structure
Clear ownership for purchasing transactions within the organizational hierarchy
There are two ways to assign purchasing organizations:
Company code-specific purchasing organization – assigned to a single company code.
Cross-company code purchasing organization – can serve multiple company codes (optional, but requires careful setup).

Why the other options are incorrect

A. Purchase organization to storage location ❌
Storage locations belong to plants, not purchasing organizations. This assignment is not required.

B. Purchase organization to distribution channel ❌
Distribution channels relate to sales processes, not procurement. This assignment is irrelevant for purchasing organizations.

C. Purchase organization to plant ❌
While a purchasing organization may procure for a plant, the assignment is optional (depends on whether you set up plant-specific purchasing). It is not mandatory.

Reference
SAP Help Portal – Define Purchasing Organization
SAP Activate Methodology – Organizational Structure Setup in SAP S/4HANA


Page 1 out of 7 Pages