
SAP C_ACDET_2506リアル試験問題解答は無料
試験問題集でC_ACDET_2506練習無料最新のSAP練習テスト
質問 # 21
Which of the following classes are NOT frequently customized in SAP Ariba Strategic Sourcing solutions?
- A. AbstractDocument
- B. ContractWorkspace
- C. SourcingProject
- D. ExtendedAddressRep
正解:A
解説:
Among the provided options,AbstractDocument is not frequently customizedin SAP Ariba Strategic Sourcing projects. Commonly customized classes include ContractWorkspace, ExtendedAddressRep, and SourcingProject, as they relate directly to contracts, addresses, and sourcing projects-key business objects in the suite. AbstractDocument serves as a more generic superclass and typically does not require direct customization.
質問 # 22
You can choose multiple field configurations and migrate them to the production site by creating a package in your test site.
Which of the following steps should be included? Note: There are 3 correct answers to this question.
- A. Make sure you update the string resource files in the production site before migrating the corresponding field configurations from test to production site.
- B. Discard any other packages that appear in My Action Items.
- C. If you are migrating fields that are associated with enumerations, you should load those enumerations in the production site before migrating the fields.
- D. Publish the form template within the test site in order to add the form fields in the package.
- E. The Flex Master Data (FMD ) templates must be defined and their data should be loaded in the production site before migrating FMD custom fields.
正解:A、C、E
質問 # 23
What does ? represent in the ariba expression below? HierarchicalType=="SubAgreement" ? false: true
- A. else
- B. replace
- C. if
- D. then
正解:D
質問 # 24
You have defined a custom field to have a default value based on another field. You have verified that the defaulting happens correctly the first time. However, when the dependent field changes value, your custom field does not change. What scenarios could cause this? (Select 3 correct answers)
- A. Your custom field has the property Respect User Value enabled, and the user has manually entered another value into the field
- B. The custom field has the property Lock Initial value enabled, which prohibits a field to be changed once it's set
- C. The parameter Application.Base.RecomputeValueOnFieldChange is not enabled
- D. Your dependent field does not have the property Refresh screen on value change enabled
- E. The defaulting Expression sets a value that violates the custom field Validity Condition
正解:A、C、D
解説:
* B:If the dependent field isn't configured to refresh the UI when its value changes (no "Refresh screen on value change" enabled), the defaulting logic won't retrigger.
* C:The global parameter Application.Base.RecomputeValueOnFieldChange must be enabled so that dependent default expressions recalculate on field changes; otherwise, they won't update automatically.
* E:The "Respect User Value" property, when enabled, means that if a user manually overrides the default, the system will not recalculate or overwrite the field even if dependencies change.Lock Initial Value (A) prevents edits after first default but doesn't affect recomputation, and violating validity (D) would trigger an error, not silently block updates.
質問 # 25
A customer requests a dynamic list from CSV.
Which field type supports that?
- A. Single-Select Enum
- B. Computed Field
- C. Flex Master Data-based field
- D. Hyperlink
正解:C
質問 # 26
How can you create a field label with Italics?
- A. By using standard HTML formatting like <i>label</i> can be added to the field label
- B. Find the correct folder
- C. Formatting of a field label is not possible
- D. By selecting the option "Italic label"
- E. By marking the text in the field and selecting Ctrl-I
正解:A
解説:
In SAP Ariba,field labels themselves do not support rich text formatting directly in the UI, meaning you cannot use Ctrl-I or a specific "Italic label" toggle to style the label. However, SAP allows the use ofbasic HTML tags, including <i> for italics, in help tip text or validation/error message text associated with fields. By embedding HTML tags like <i>...</i>, administrators can add italicized text in these auxiliary field descriptions, enhancing clarity and user guidance.
This is because SAP Ariba's UI rendering engine processes simple HTML in certain field-related text areas but treats field labels as plain text for consistency and localization reasons.
Therefore, thecorrect method for italicizing field-related text is using HTML tags in Help Tips or validation messages, not in the label itself.
This behavior is documented in SAP Ariba configuration best practices, emphasizing limited HTML support to maintain UI integrity and accessibility standards.
質問 # 27
If you add a custom field to the ContractWorkspace class, which other class(es) will that field be added to?
- A. AbstractContractWorkspace
- B. InternalContractWorkspace and SalesContractWorkspace
- C. ContractRequest
- D. SalesContractRequest and InternalContractRequest
正解:B
解説:
TheContractWorkspace class is a parent class to both InternalContractWorkspace and SalesContractWorkspaceclasses in SAP Ariba. When a custom field is added to ContractWorkspace, it automatically inherits down to both these subclasses, making the field available in both internal and sales contract workspace types. It does not propagate upward to AbstractContractWorkspace or into contract request classes. This inheritance model is part of SAP Ariba's class hierarchy to ensure consistent data structures across related contract objects.
質問 # 28
What are the key characteristics of a Bluefield deployment scenario? Note: There are 2 correct answers to this question.
- A. The Production site may have live transactions
- B. Many team members have a naive perception of deploying software solutions
- C. The customer already has an SAP Ariba Strategic Sourcing suite solution deployed
- D. The Test site has been configured using the SAP Bluefield template
正解:A、C
質問 # 29
Which read-only files show the key and English translations for custom field labels and help tips?
- A. The JSON files that can be exported through ICM
- B. The customerResource files that can be exported through ICM
- C. The customer Resource files that can be exported through AML & Translations Upload
- D. The JSON files that can be exported through AML & Translations Upload
正解:C
質問 # 30
Users are able to publish a contract workspace without populating the Supplier field.
What action can be performed on the Supplier field to force population before publishing?
- A. Configure a validity condition
- B. Configure a visibility condition
- C. Enable Require value before publish
- D. Enable Required
正解:C
質問 # 31
A French translation of a custom field label needs to be updated.
Where do you update it?
- A. Layout tab
- B. Customization Manager → Views
- C. Field Configuration Label
- D. AML & Translations Upload
正解:D
質問 # 32
A migration is performed for a Greenfield deployment to production, and the status of the Template configuration type indicates it failed. What actions do you take to make the failed template(s) available in production?
- A. Request SAP intervention
- B. Import the template in production
- C. The template must always be rebuilt in production
- D. Import the missing data in production and then import the template in production
正解:D
解説:
When template migration fails in Greenfield deployment, it often meansrequired master data like Flex Master Data or enumerations are missing in Production. The recommended resolution is tomanually load the missing master data into Production first, then manually import the failed templates via the Production import tools. Requesting SAP intervention is unnecessary as this is a customer-side activity.
Importing templates without missing data causes repeated failures, and rebuilding templates is not always required if proper data exists.
質問 # 33
Custom partner bundles can be leveraged to share and apply baselines in which deployment scenario?
- A. Brownfield
- B. Grayfield
- C. Greenfield
- D. Bluefield
正解:C
質問 # 34
Which document must be returned to SAP before a Deployment Lead can be assigned to the project?
- A. Delivery Engagement Readiness Checklist
- B. Solution Design Matrix
- C. Enablement Workbook
- D. Deployment Overview
正解:A
解説:
TheDelivery Engagement Readiness Checklistis a critical gatekeeper document that confirms all prerequisites and readiness criteria have been met before SAP assigns a Deployment Lead to a project. This checklist ensures project scope, resourcing, access, and other foundational elements are in place to proceed.
Other documents like Deployment Overview and Enablement Workbook are informative or internal project management tools but do not formally trigger Deployment Lead assignment. The Solution Design Matrix is a design artifact and not a staffing gating document.
This process supports structured project governance and resource allocation within SAP.
質問 # 35
While working on a customer project, the customer asks if specific details can be captured and made available in reporting for a sourcing project or contract that doesn't fit the standard fields.
What is the recommended way to handle this scenario?
- A. Configure as many custom fields as possible for data capture purposes.
- B. Create a Microsoft Form from the Actions menu for managing all the requirements.
- C. Suggest the customer put a word document on the template and capture all information in that document.
- D. Create a dynamic form (dform) where common data can be synced with the project header through customization.
正解:D
質問 # 36
Which of the following applies in a Greenfield deployment scenario when migrating configurations from your test site?
- A. You can revert migrated configurations from the target site.
- B. The status changes to Complete when migration is finished.
- C. If any configuration type fails during the migration process, you cannot create a new migration request.
- D. You cannot make other configuration updates in ICM when a migration operation is in progress.
正解:B、D
解説:
During Greenfield migrations using the Intelligent Configuration Manager (ICM),no other configuration updates can be made in ICM while a migration operation is activeto ensure stability and consistency of the migration bundle. Additionally, once the migration finishes successfully,the status updates to
"Complete", indicating the configuration is fully migrated and applied.
Contrary to option A, there is no built-in revert or rollback feature in ICM for deployed configurations; changes require new migration cycles. Option D is incorrect because if a migration fails, you can correct the issues and create a new migration request to retry. This process ensures controlled and orderly deployment of configurations.
質問 # 37
Which scenarios are applicable when moving templates from the test site to the production site by ICM? Note: There are 2 correct answers to this question.
- A. Published templates with flex master data references in the test site are migrated to the production site during the first migration attempt.
- B. Batch imports are available for templates when migrating configuration bundles.
- C. Draft templates on the source site are skipped.
- D. New templates that successfully migrated to the production site are in Draft state.
正解:B、C
質問 # 38
The full SAP Ariba Strategic Sourcing suite baseline (Greenfield baseline scenario) has been applied to the customer Test site. The customer and project team will configure SAP Ariba Sourcing and deploy that to the Production site, then configure and deploy the remaining solutions in stages. What does this mean for subsequent migration activities?
- A. Subsequent migration activities follow Bluefield deployment scenario.
- B. If the baseline applied the full suite, the full suite must be configured and migrated to production at the same time.
- C. Subsequent migration activities will require a complete reconfiguration of existing solutions.
- D. Both SAP Ariba Sourcing as well as subsequent migration activities would be Brownfield deployments.
正解:D
質問 # 39
When performing migration to production for a Greenfield customer, which item needs to be made available in Production prior to creating the migration package in Intelligent Configuration Manager (ICM)?
- A. Approval Rules
- B. Translations
- C. Locations
- D. Users
正解:B
解説:
Before creating and deploying migration packages with the Intelligent Configuration Manager (ICM), translation string resource files (custom field labels, help tips, validation messages, etc.) must be uploaded into Productionvia AML & Translations Upload. This ensures that migration bundles referencing these translations do not cause missing label or localization issues post-migration. Locations, users, and approval rules are either migrated as part of configuration packages or managed separately, and do not require prior upload to Production before creating migration packages.
質問 # 40
......
SAP C_ACDET_2506 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
確認済みC_ACDET_2506試験問題集と解答で時間限定無料提供!C_ACDET_2506には正解付き:https://jp.fast2test.com/C_ACDET_2506-premium-file.html
C_ACDET_2506試験問題、リアルC_ACDET_2506練習問題集:https://drive.google.com/open?id=1zlXa9mi5szzBH4HECJvLeZMuZvyHOfaq