Which options does SAP Master Data Governance offer to implement a complex agent determination with the rule-based workflow? Note: There are 2 correct answers to this question.
A. A service name can be assigned in the BRFplus decision table to control the BAdI call.
B. In BRFplus, a decision table with a user agent value column can be filled with an organizational structure entry (e.g., user, org unit).
C. A change request type can be configured accordingly so that individual agent determination is allowed.
D. A business activity can be defined for a change request step asan agent determination activity.
Explanation:
When standard role-based assignments are insufficient and you need "complex" logic (e.g., routing based on specific material groups, purchase orgs, or custom thresholds), SAP MDG provides two primary paths within the Rule-Based Workflow (RBW) framework.
A. A service name can be assigned in the BRFplus decision table to control the BAdI call:
This is the most flexible method for highly complex scenarios. In the BRF+ table DT_NON_USER_AGT_GRP_XXX, you can enter a Service Name (a custom string). This string acts as a filter for the BAdI USMD_SSW_GET_ORG_STRUCTURE. When the workflow hits this step, it calls the BAdI, passes the Service Name, and your custom ABAP logic determines the exact agents at runtime.
B. In BRFplus, a decision table with a user agent value column can be filled with an organizational structure entry:
Even without coding, the BRF+ table DT_USER_AGT_GRP_XXX supports a variety of agent types. You can populate the "User Agent Value" with a User ID (US), Organizational Unit (O), Position (S), or Job (C). This allows you to leverage the existing HR/Organizational structure to resolve a group of responsible people dynamically.
Why the other options are incorrect
C. A change request type can be configured accordingly so that individual agent determination is allowed:
While Change Request Types define the high-level process, there is no "individual agent determination" flag within the CR Type configuration that solves complex routing. CR Types point to a workflow pattern; the logic itself resides in the BRF+ or BAdIs.
D. A business activity can be defined for a change request step as an agent determination activity:
This is technically inaccurate. A Business Activity (like MAT1 or BP1) links the Change Request to the Data Model and UI. It does not function as a workflow step or an agent determination mechanism.
Reference:
SAP Help Portal: Master Data Governance > Configuration of Master Data Governance > Process Modeling > Workflow > Rule-Based Workflow > BAdI: Determination of Agents for Rule-Based Workflow.
Why does SAP recommend to synchronize SAP ERP customizing settings (reference data)
between the SAP Master Data Governance (MDG) hub system and the target system?
Note: There are 2 correct answers to this question.
A. If reference data only exists in the SAP MDG system, then replication to the target system can fail.
B. If reference data only exists in the SAP MDG system, then it is not available for governance workflows.
C. If reference data only exists in the target system, then they are automatically excluded from the governance scope.
D. If the reference data only exists in the target system, then it is not available during change request processing.
Explanation:
In a hub-based deployment of SAP MDG, Reference Data (also known as Customizing) includes values like Payment Terms, Industry Keys, Countries, and Tax Categories. These values must match across the landscape for data to flow smoothly.
A. If reference data only exists in the SAP MDG system, then replication to the target system can fail:
SAP MDG uses the Data Replication Framework (DRF) to send master data via IDocs or SOA services. If you create a Vendor in MDG using a "Payment Term" that does not exist in the target ERP system, the target system will reject the incoming message with a "Value does not exist" error. Synchronizing ensures the target system can "understand" the data it receives.
D. If the reference data only exists in the target system, then it is not available during change request processing:
During the creation or change of master data in MDG, the UI provides dropdown menus and search helps based on the data in the MDG Hub's check tables. If a specific "Plant" or "Company Code" exists in the target system but hasn't been synchronized to the MDG Hub, the user will be unable to select it on the Change Request, preventing the data from being governed correctly.
Why the other options are incorrect:
B. If reference data only exists in the SAP MDG system, then it is not available for governance workflows:
This is incorrect. If the data exists in the MDG system, the workflow can see it and process it just fine. The issue isn't the workflow's ability to run; the issue is the downstream system's ability to accept that data (as addressed in Option A).
C. If reference dataonly exists in the target system, then they are automatically excluded from the governance scope:
Reference data is not "excluded" from the scope; it is simply missing. SAP MDG does not automatically "detect and exclude" differences; instead, the missing data causes validation failures or prevents users from completing their entries.
Reference:
SAP Help Portal: Master Data Governance > General Settings > Data Modeling > Preliminary Steps > Synchronizing Customizing.
Which technology/tool can you use to load data directly into the staging area? Choose the correct answer.
A. It is not possible to load data directly into the staging area
B. ALE or SAP Data Services using IDocs
C. Legacy System Migration Workbench (LSMW) using XLSX workbook
D. Data Import Framework (DIF) using XML file format
What are the advantages of having SAP Master Data Governance deployed as a hub system? Note: There are 2 correct answers to this question.
A. Increased flexibility for master data lifecycle management
B. No latency for data replication and no cross-system monitoring
C. No system integration required
D. Higher flexibility with mapping
Which actions are necessary to successfully import a file with changes in mass processing? Note: There are 2 correct answers to this question.
A. Find duplicates based on business rules.
B. Ensure there is one worksheet for each table to be updated.
C. Upload a workbook to update tables and fields.
D. Monitor the process for each worksheet and the volume of data.
You are working with multiple connected systems and you want to configure and load the key mapping between the SAPMaster Data Governance hub and the client systems. Which of the following options are available? Note: There are 2 correct answers to this question.
A. Harmonize and load the key mapping using SAP Process Orchestration.
B. Update the key mapping using the Data Import Framework and adapter framework.
C. Define the key mapping by communication channel.
D. Activate the key mapping during final approval of the workflow.
What is the purpose of the Scope step during Fiori-based mass processing? Choose the correct answer.
A. To remove selected data from the current process
B. To select the range of fields
C. To check the record quality
D. To enter criteria to select the objects for editing
The SAP Master Data Governance data model offers you the flexibility mode (flex mode).
Which statements are correct? Note: There are 2 correct answers to this question.
A. Flex mode means all data (active and inactive) is stored in the generated MDG tables.
B. Flex mode (generated active area) is an option for custom objects, to store your data.
C. Tables as defined in the SAP MDG data model are used to store only active data.
D. With flex mode, the system decides where to store your data (active and inactive).
You want to reduce the impact on system performance after a mass data load by avoiding the non-intentional replication of large amounts of data. Which replication modes are applicable?Note: There are 2 correct answers to this question.
A. SOA-based replication
B. Filters and change pointers
C. Limit changes using time interval
D. DRFLOG transaction
Your customer has a custom entity in the business partner data model. Some of the attributes from the entity are to be excluded from the governance scope. What activity would you perform?
A. Define governance status for the attributes in the governance scope.
B. Define a new change request step type and specify which fields should be governed.
C. Define the attributes on a new user interface building block to behidden manually by the user.
D. Define validations to exclude the attributes from change request processing.
Why is context-based adaptation (CBA) a relevant option for a flexible SAP Master Data Governance UI? Choose the correct answer.
A. It automatically takes data model enhancements into account.
B. It reduces the number of application configurations.
C. It enables the UI personalization feature.
D. It runs with ABAP and Java Web Dynpro technology
Which actions can be performed during the edit process step before preparation of data for the validation step? Note: There are 3 correct answers to this question.
A. Verify and navigate to changed and unchanged data.
B. Filter and sort data, and display old and new value.
C. Edit individual fields or apply changes to multiple fields.
D. Change the key field and a lookup attribute.
E. Trigger BRF plus validation/derivation rules.
| Page 2 out of 7 Pages |
| Previous |