Which types of filters can be applied for SAP System Landscape Transformation (SLT)?
Note: There are 3 correct answers to this question.
A. Interface filter
B. Transfer filter
C. Role-based filter
D. Event-based filter
E. Database trigger filter
Explanation:
B. Transfer Filter:
These are configured within the Transformation Engine of SLT. They are used to include or exclude specific records based on field values (e.g., BUKRS = '1000'). This happens during the data transfer phase from the SLT server to the target.
D. Event-Based Filter:
These are coded within the Mapping and Transformation step (transaction MWB or LTRS). You can write ABAP logic for specific events (e.g., On Start of Field Mapping) to skip records that do not meet complex business requirements.
E. Database Trigger Filter:
This is the most efficient filter. It is applied at the source system level within the DB Trigger itself. By adding a WHERE clause to the trigger, the system avoids writing "noise" data into the logging tables entirely, saving disk space and processing power.
Why the other options are incorrect
A. Interface Filter:
This is a distractor. While the Application Interface Framework (AIF) is used for monitoring and error handling in Central Finance, "Interface Filter" is not a recognized technical term for filtering data within the SLT replication server.
C. Role-Based Filter:
This refers to User Authorizations (PFCG roles). While roles control who can see or edit data in the systems, they do not dictate which data records are physically replicated by the SLT engine.
References
SAP S4F60: SAP S/4HANA Central Finance – Overview and Configuration (The primary manual for SLT integration).
What is the purpose of a change request in SAP Master Data Governance?
Note: There are 2 correct answers to this question.
A. It defines controls the process flow according to the defined change request type.
B. It acts as a container for new or changed master data.
C. It transports changed customizing settings.
D. It replicates master data to maintenance systems.
Explanation:
A. It defines controls the process flow according to the defined change request type.
A change request governs the workflow for master data modifications. The assigned change request type determines the entire process flow, including processing steps, responsible parties, and required approvals. This ensures all data changes follow consistent governance rules and compliance standards before activation .
B. It acts as a container for new or changed master data.
The change request serves as a centralized container that bundles all proposed master data changes (such as new customer records or material updates) along with comments, attachments, and approval history. This keeps all information related to a specific data modification together throughout the review process .
Why Other Options Are Incorrect:
C. It transports changed customizing settings.
This is incorrect because change requests in SAP MDG manage master data changes only. Transporting customizing settings (system configuration) is handled by the separate SAP Change and Transport System (CTS), not by MDG change requests .
D. It replicates master data to maintenance systems.
This is incorrect. While data distribution is an MDG feature, it is not the change request's purpose. Replication to other systems is performed by the Data Replication Framework (DRF) as a separate process after the change request is completed and data is activated .
Reference:
SAP Help Portal on MDG Change Requests; SAP S/4HANA Master Data Governance Guide.
You want to set up the Central Finance system.
What technical configuration activities do you need to perform?
Note: There are 3 correct answers to this question.
A. Configure ISO codes for currencies.
B. Assign the RFC destination in the source system.
C. Assign the logical system for the central finance system.
D. Configure decimal places for currencies.
E. Set up the RFC destination for the source system.
Explanation:
B. Assign the RFC destination in the source system:
In the source system, you must link the RFC destination to the Central Finance target system. This is done in the Central Finance Source System Settings (Transaction FINS_CFIN_SOURCE_SET or V_CFIN_SOURCE_SET) to tell the source where to send data.
C. Assign the logical system for the central finance system:
Every system in a distributed landscape must have a unique Logical System name (e.g., S4HCLNT100). This is a prerequisite for mapping and ensuring the Central Finance system recognizes itself as the receiver.
E. Set up the RFC destination for the source system:
You must create an RFC Destination (Transaction SM59) in the Central Finance (Target) system pointing back to the Source system. This allows the target to fetch additional data or perform "drill-back" to the original document.
Why the other options are incorrect
A & D. Configure ISO codes / Decimal places for currencies:
While these are mandatory Customizing (Business) activities, they are considered "Master Data Alignment" or "Global Settings" rather than Technical Configuration activities. Technical configuration specifically refers to the connectivity and system identification layers (RFCs, Logical Systems, ALE).
References
SAP S4F61: Implementing Central Finance (Chapter: Technical Settings for Central Finance).
You are performing a CO initial load. For which objects can you use simu-lation
functionality?
Note: There are 2 correct answers to this question.
A. CO documents
B. WBS elements
C. Cost centers
D. Cost objects
Explanations:
A. CO documents
– You can use simulation functionality specifically for management accounting documents. The SAP documentation explicitly describes a "Simulation of Initial Load for Management Accounting Document" which allows you to find problems with postings before proceeding with the actual initial load of document replication. This simulation executes necessary checks without actually posting the documents. Additionally, there is a "Smoke Test for CO Document Replication" that tests CO internal postings without commit, meaning no postings persist in the Central Finance system.
B. WBS elements
– According to SAP documentation, Work Breakdown Structure elements can be replicated into Central Finance for reporting purposes. These fall under project system objects that support simulation functionality through the cost object mapping framework. The smoke test and simulation tools for cost objects are designed to test replication of objects like WBS elements before actual load.
Why Other Options Are Incorrect
C. Cost centers
– Cost centers are master data objects that require replication but are not included in the simulation functionality for CO objects during initial load. The simulation tools specifically target cost objects (short-lived objects like orders) and CO documents, not cost center master data itself.
D. Cost objects
– This option is misleading because while simulation is available for specific cost object categories (like WBS elements and internal orders), the option is too broad. The term "cost objects" encompasses many object types, and the simulation functionality is documented for selected cost objects rather than all cost objects universally. The smoke test and simulation specifically address "cost object mapping" scenarios, which apply to defined categories like production orders, internal orders, and WBS elements.
Reference
The simulation functionality is described in SAP Help documentation as an optional step that helps identify missing customizing and master data before actual transaction posting, without creating cost object mapping or posting actual documents. This approach minimizes errors during the critical initial load phase.
What are some SAP recommended guiding principles to achieve clean core operations?
Note: There are 3 correct answers to this question.
A. Establish release management.
B. Establish regular housekeeping tasks and procedures.
C. Integrate clean core practices in the end-to-end value process chain.
D. Establish an organizational structure, technical foundation, and transformation methodology for clean core.
E. Define roles and responsibilities as part of a process transformation office.
Explanation:
B. Establish regular housekeeping tasks and procedures:
A clean core requires "Technical Debt" management. This involves regular data archiving, deleting unused custom code, and monitoring logs. If the system is cluttered with old data or obsolete objects, it cannot remain "clean" or perform optimally during upgrades.
C. Integrate clean core practices in the end-to-end value process chain:
Clean core isn't just a technical IT task; it must be part of the business process. By embedding these practices into the value chain, the business ensures that new requirements are met using standard features or "Side-by-Side" extensibility rather than modifying the core.
D. Establish an organizational structure, technical foundation, and transformation methodology for clean core:
This is the "How-To" framework. You need a clear methodology (like SAP Activate) and the right technical foundation (like the SAP Business Technology Platform) to ensure extensions are built outside the core.
Why the other options are incorrect
A. Establish release management:
While release management is a standard ITIL practice and necessary for any ERP, it is a general operational task. SAP does not list it as a specific "guiding principle" unique to the Clean Core strategy itself.
E. Define roles and responsibilities as part of a process transformation office:
While a Transformation Office is helpful for large projects, the Clean Core guiding principles focus more on the methodology and technical foundation (Option D) rather than the specific naming of an office or administrative roles.
References
SAP Whitepaper: "Success Factors for a Clean Core Strategy."
SAP S4F60/S4F61: Central Finance and S/4HANA Transformation guides emphasize the "Clean Core" for future-proofing.
Which of the following SAP System Landscape Transformation (SLT) staging tables should
be populated to connect third-party legacy systems to the Central Finance system?
Note: There are 3 correct answers to this question.
A. Header table
B. Product tax items table
C. Cost object items table
D. Customer line items table
E. Debit credit items table
Explanations:
A. Header table (/1LT/CF_E_HEADER)
– This staging table contains the fields for the header data of the accounting document to be replicated from third-party systems to Central Finance. It is a mandatory table that must be populated for every financial document replication .
B. Product tax items table (/1LT/CF_E_PRDTAX)
– This staging table contains the fields for product tax data that must be replicated when tax information is relevant to the financial documents being transferred from third-party systems .
D. Customer line items table (/1LT/CF_E_DEBIT)
– This staging table (Debtor Item) contains the fields for customer document item data and must be populated when replicating documents involving customer transactions from third-party systems .
Why Other Options Are Incorrect
C. Cost object items table
– This is not a standard SAP SLT staging table for third-party connections. Cost objects are replicated through different mechanisms, specifically using migration objects like FINS_CFIN_CO_OBJECT_ASSIGN, not through the financial staging tables designed for third-party interfaces .
E. Debit credit items table
– This option is misleading because SAP separates debtor and creditor items into distinct tables (/1LT/CF_E_DEBIT for customer/debtor items and /1LT/CF_E_CREDIT for supplier/creditor items). There is no single combined "debit credit items table" in the SAP-provided staging structure .
Reference
The complete list of financial staging tables for third-party connections is documented in SAP Help Portal under "Installing Financial Data Structures on SAP LT Replication Server," which includes Header, Accounting Items, Debtor Item, Creditor Item, Product Tax Items, Withholding Tax Items, and other specialized tables .
What are the features of the Accounting View of Logistics (AVL) information in Central
Finance?
Note: There are 3 correct answers to this question.
A. AVL information is available for real-time replication only.
B. Business mapping is supported for AVL replication.
C. All information from the logistics document is transferred.
D. Logistics information is replicated (example: sales order).
E. Replication is executed via SLT.
Explanations:
B. Business mapping is supported for AVL replication
– Business mapping is a key feature of AVL. This includes key mapping, value mapping, and cost object mapping (e.g., for order numbers AUFNR or WBS elements) to ensure logistics data from source systems aligns with the target Central Finance system's master data . The mapping can be validated using report FINS_CFIN_MAPPING .
D. Logistics information is replicated (example: sales order)
– AVL specifically replicates a defined subset of logistics information from source systems to Central Finance. This includes sales documents (e.g., sales orders from VBAK table), customer invoices, purchasing documents, and supplier invoices . The data is stored in separate AVL-specific tables in the Central Finance system .
E. Replication is executed via SLT
– SAP Landscape Transformation (SLT) Replication Server is the technology used for both initial load and ongoing replication of AVL data from source systems to the Central Finance system . SLT provides the infrastructure for extracting logistics data and transferring it to the Central Finance staging tables.
Why Other Option Is Incorrect
A. AVL information is available for real-time replication only
– This is incorrect because AVL supports both initial (historical) load and real-time replication. Historical logistics data can be transferred using the generic initial load functionality of SLT with filters for time periods or company codes .
C. All information from the logistics document is transferred
– This is incorrect because AVL transfers only a defined subset of logistics information, not all data from logistics documents . While the data scope can be extended with custom fields, it is not comprehensive by default .
Reference
SAP Help Portal: "Accounting View of Logistics Information (AVL): Overview" ; "Configure AVL Scenario" ; SAP Community Blog on AVL
When do you activate the replication of WBS elements for Central Finance?
A. After the mapping replication of cost centers
B. After replication is activated in SAP System Landscape Transformation (SLT)
C. After the initial load of FI documents
D. After the configuration of inbound outbound ALE
Explanation:
WBS element replication in Central Finance is triggered by configuring Application Link Enabling (ALE), not by completing other data loads or SLT replication activation.
According to SAP documentation, "Application Link Enabling (ALE) is used to replicate projects and WBS elements from a source system to the Central Finance system. As soon as the ALE outbound and ALE inbound configuration is set up, the replication starts" . This means the replication process begins immediately after ALE configuration is complete, before any other conditions are met.
The replication process works as follows:
ALE Configuration First: You must configure both outbound settings in the source system and inbound settings in the Central Finance system using transaction BD64 or SALE
Automatic Trigger: Once ALE is configured, whenever you release a new project or WBS element or save changes to existing master data, the IDoc containing project data is automatically sent to the Central Finance system
No Prerequisite Loads Required: WBS replication can occur independently and does not depend on cost center mapping, FI document loads, or SLT activation for projects
Why Other Options Are Incorrect
A. After the mapping replication of cost centers
– Cost center mapping is unrelated to WBS replication. WBS elements use project-specific mapping through MDG business mapping, which occurs during the ALE-driven replication process itself, not after cost center activities .
B. After replication is activated in SAP System Landscape Transformation (SLT)
– WBS elements are replicated via ALE/IDocs, not through SLT. SLT is used for replicating financial documents (FI/CO postings), but project master data follows the ALE path .
C. After the initial load of FI documents
– There is no dependency requiring FI document loads before WBS replication. In fact, WBS elements often need to exist in the target system before related FI documents with WBS assignments are replicated, making this sequence incorrect .
Reference
SAP Help Portal: "Central Projects (WBS) - Reporting Scenario" ; SAP Community Blog on WBS Replication
The Master Data Governance (MDG) mapping repository contains key mapping for master data value mapping for customizing. Which service or application does MDG provide to maintain value mappings one by one?
A. Central Finance instance
B. Web Dynpro application
C. SAP GUI transaction
D. Cost object mapping
Explanation:
B. Web Dynpro application:
SAP MDG utilizes Web Dynpro as the standard user interface technology for its mapping repository. Specifically, for Value Mapping (which handles customizing data like payment terms, tax codes, or document types), SAP provides a specialized Web Dynpro application that allows users to search for, view, and maintain mapping relationships one by one in a user-friendly browser interface.
Why the other options are incorrect
A. Central Finance instance:
This is the target environment/system itself, not a specific tool or application used to maintain mappings.
C. SAP GUI transaction:
While many SAP configurations happen in the GUI, the specific MDG Mapping Repository for Central Finance is designed to be managed via the NetWeaver Business Client (NWBC) or a web browser using Web Dynpro for a more modern, structured data entry experience.
D. Cost object mapping:
This is a process or a type of mapping (used to link source cost objects like internal orders to target objects), not the application/tool used to maintain the values.
References
SAP S4F61: Implementing Central Finance (Chapter on Master Data Mapping and MDG-M).
Which objects are part of key mapping?
Note: There are 3 correct answers to this question.
A. Company code
B. WBS element
C. Customer
D. Tax code
E. Cost center
Explanations:
B. WBS element
– WBS elements are considered master data objects that require key mapping. According to SAP documentation, "object identifier mapping (key mapping in SAP MDG) is either generated automatically as part of master data replication" . WBS elements fall under project system master data that must be mapped between source and target systems.
C. Customer
– Customers are classic examples of business object identifiers requiring key mapping. SAP explicitly states that key mapping applies to "business object identifiers (for example, customer ID, vendor ID, or material ID)" . Customer numbers often differ across source and Central Finance systems, necessitating key mapping.
E. Cost center
– Cost centers are master data objects that require key mapping. SAP documentation confirms that cost centers are mapping entities, noting that "Cost Centres can only be mapped within the context of the Controlling Area" . This makes them part of key mapping, though context-dependent.
Why Other Options Are Incorrect
A. Company code
– Company code is a code mapping (value mapping) entity, not key mapping. SAP distinguishes between "mapping for business object identifiers (key mapping) and mapping for codes (value mapping)" . Company codes represent enterprise structure configuration values, not master data object identifiers.
D. Tax code
– Tax codes fall under value mapping (code mapping), not key mapping. They are configuration objects that require harmonization of code values across systems, similar to payment terms and document types .
Reference
The distinction is clearly documented in SAP Help: "Mapping for business object identifiers (for example, customer ID, vendor ID, or material ID) – This is done using MDG key mapping functions. Mapping for codes (for example, company code, business area, or country code) – This is done using MDG value mapping functions" .
You need to map internal orders to dummy WBS elements in Central Finance. Which kind of mapping do you use?
A. Cost object mapping framework
B. Master Data Governance (MDG) key mapping
C. Complex mapping via BADI
D. Master Data Governance (MDG) value mapping
Explanation:
Why "A" is Correct
In SAP Central Finance, the Cost Object Mapping Framework is a specialized tool designed specifically to handle the relationship between source cost objects (like Internal Orders, Production Orders, or Service Orders) and target cost objects (like WBS elements or different Order types).
Because an Internal Order in a source system might represent a project that is tracked as a WBS Element in the S/4HANA target, this framework allows you to define these rules. It handles the complexity of "many-to-one" or "one-to-one" relationships that simple ID mapping cannot manage.
Why the other options are incorrect
B. MDG key mapping:
Key mapping is used for Master Data IDs (like Mapping Customer 100 in Source A to Customer 500 in Target). While a WBS element is technically an ID, the specific logic to link an Order to a WBS is handled by the Cost Object Framework, not standard MDG key mapping.
C. Complex mapping via BADI:
While you could technically use a BADI (BADI_FINS_CFIN_MAP_ORDER) to achieve this, it is not the standard or "first-choice" recommended method. SAP recommends using the standard framework configuration before resorting to custom code.
D. MDG value mapping:
Value mapping is used for Customizing codes (like Tax Codes, Terms of Payment, or Currency Codes). It is not used for linking transaction-heavy objects like Orders and WBS elements.
References
SAP S4F61: Implementing Central Finance (Section: Cost Object Mapping).
SAP Help Portal: "Cost Object Mapping" within the Central Finance documentation.
Your customer has completed the initial load of FI/CO postings in a test landscape. Before
starting the next test cycle, what must you do to reset the initial load?
Note: There are 3 correct answers to this question.
A. Stop the data extraction in the target system.
B. Run the RFINS_CFIN_CLEAR_INIT_LOAD report in the target system.
C. Delete all entries in the CFIN_SOURCE_SET table in the source system.
D. Delete or cancel all SAP Application Interface Framework (AIF) messages with status errors.
E. Run the RCFIN_DEL_MIG report in the source system.
Explanations:
B. Run the RFINS_CFIN_CLEAR_INIT_LOAD report in the target system.
This report is the primary tool for deleting initial load data in the Central Finance (target) system. It removes entries from database tables created during extraction, posting, or simulation of the initial load, including migration log tables, replicated database table entries, packaging tables, and application logs . Without running this report, temporary load data remains and prevents a clean restart.
D. Delete or cancel all SAP Application Interface Framework (AIF) messages with status errors.
As part of a complete reset, you must delete AIF messages in the Central Finance system using transaction /AIF/IFMON or /AIF/MSG_DEL_KFL . These messages represent processed FI documents, CO documents, and cost objects. If not deleted, they will cause conflicts when re-running the initial load .
E. Run the RCFIN_DEL_MIG report in the source system.
This report runs in the source system and resets the migration log data created during the initial load . If you don't delete these entries, the source system will recognize that an initial load was already performed and will block a new load attempt . The report clears the data that the initial load created in the source system .
Why Other Options Are Incorrect
A. Stop the data extraction in the target system.
This is incorrect because data extraction occurs from the source system via SLT, not in the target system. The reset process requires active cleanup steps, not merely stopping extraction .
C. Delete all entries in the CFIN_SOURCE_SET table in the source system.
This is incorrect. While you must modify the VCFIN_SOURCE_SET customizing view by deleting the content of the LOAD_FINISHED field , you do not delete all entries from this table. The table itself must remain with its configuration entries intact.
Reference
The complete reset procedure is documented in SAP Help Portal under "Reset the Initial Load and Clean Up System Data" and confirmed in SAP Community blogs on Central Finance initial load deletion .
| Page 1 out of 7 Pages |