正解:B,C,D
InSAP BW/4HANA, separatingmaster datafromtransactional datais a fundamental design principle that provides numerous benefits for data management, reporting, and system performance. Below is an explanation of the correct answers and why they are valid.
* B. Allowing different data load frequency
* Master data (e.g., customer names, product descriptions) typically changes less frequently than transactional data (e.g., sales orders, invoices). By separating these two types of data, you can schedule independent data loads for each.
* For example, master data might be updated weekly or monthly, while transactional data could be loaded daily or even in real-time. This separation ensures efficient data management and reduces unnecessary processing overhead.