Associate MC
|
|
Title of test:
![]() Associate MC Description: SNP Association |



| New Comment |
|---|
NO RECORDS |
|
What mission control´s primary objective?. A comprehensive software to plan, control and monitor the entire transformation process. A software that unites all SNP module components for end-to-end transformation. To define the structure and logic for migrating a specific business entity. How to open Mission Control in SAP? What are the main functions?. /n/SNP/MC. Frontend. Steering of tasks. What is the primary purpose of a Migration Object in Mission Control?. To define the structure and logic for migrating a specific business entity. A software that unites all SNP module components for end-to-end transformation. To apply logic that affects all export records. How to open Transformation Cockpit in SAP?. /n/SNP/MC. /n/SNP/TC. Which component would you explore first if you were starting a system transformation project?. Control System. Target system. Transformation Cockpit and Mission Control (both). Transformation Cockpit. Mission Control. What is the primary purpose of a Migration Object in Mission Control?. To define the structure and logic for migrating a specific business entity. A software that unites all SNP module components for end-to-end transformation. What are the Transformation Cockpit main functions?. Transformation Cockpit is the technical basis for Mission Control. Backend / Performs actual transformation activities. Manages transformation process. Runs on the control system. Controls, what data should be read Controls, how data should be modified Controls, where data should be imported. Manages scenarios. Which are the areas of Transformation Cockpit?. Systems. Data Object. Number Ranges. Global. Transformation. System Monitor. Mass maintanence. Which systems are usually used in the Mission Control system constellation?. Target system. Source system. Control System. System Monitor. What can be found in the Menu Data Object Area?. Mass maintanence. Seetings. Test Units. Business Object. Documentation. Import Sequence. What options can be set in the mass maintenance in the data object view?. Import Sequence. Export Method. Predecessor / Selection table. Export predecessor. Differing target table. Data Object. Which Mission Control component is responsible for defining how data is extracted from the source system?. Selections. To apply logic that affects all export records. Mappings. What is the main purpose of the Global Export Rule?. To apply logic that affects all export records. They control how incoming data is processed before being written to the target. To define the structure and logic for migrating a specific business entity. Which object type typically stores field-level transformation logic in Mission Control?. Mappings. Selections. Field Rule. Which statement best describes the role of the Import Rules?. They control how incoming data is processed before being written to the target. The domain concept enables consistent adaptations to the data. Data objects represent business-related data ( usually separated into master data and transactional data) of an SAP system at table level. They contain tables and their dependencies on each other?. True. False. Transformation Cockpit is the technical basis for Mission Control?. True. False. Which reader do you think processes data in two steps?. Scout Reader. Direct Reader. Which reader allows for independent processing of dependent tables?. Direct Reader. Scout Reader. Which type of reader is described in the following statements: FOR ALL ENTRIES procedure is used, which means that dependent tables can only be processed after the selection table has been processed. Selection table may have been processed in same or different block --> Last export is used. Direct Reader. Scout reader. What is the direct consequence of seeting a table´s status to "I" (inactive) within a data object?. The table is not considered during export and import processes. The table is adjusted and considered during export and import processes. The table is not adjusted and considered during export process. The table is not adjusted and considered during import process. Data objects groups tables that belong to the same topic. True. False. Tables in data objects are always sorted by import sequence. True. False. Table connection define relationships between data objects. True. False. Tables can be activated or deactivated in bulk using mass selection option. True. False. Data objects can only be created from existing ones cannot be modified later. True. False. How does concatenated(key) fields look like?. MATNR|VKORG|VTWEG. MATNR_VKORG_VTWEG. How does concatenated(key) fields look like?. MATNR|VKORG|VTWEG. Move cs_mkvke-matnr to cs_mvke-tdname(18). MOVE cs_mvke-vkorg to cs_mvke-tdname+18(4).MOVE cs_mvke-vtweg to cs_mvke-tdname+22(2). MATNR/VKORG/VTWEG. Why concatenate fields are import?. Efficient Data Processing. Simplified Management. Improved Data Consistency. Better Analysis. Handles Complexity. How to use operator?. Field selection - declarative. Free Selection - imperative. Field selection - imperative. Free Selection - declarative. How transformation area is splited?. Transformation,Log, Progress and Processes. Transformation,Log, Progress. Transformation and Processes. How the data is structure in Transformation area?. Run. Block. Data Objects. Which of the following statements are true regarding the general rule concept?. The domain concept enables consistent adaptations to the data. Rules are split into export and import rules. The project scope will be defined as selection for data export. What are the types of rules for a field?. Field Selection. Field Rule. What are the types of rules for multiple use?. ▪Global Selection. ▪Global Export Rule. ▪Mapping. ▪Global Import Rule. ▪Field Selection. ▪Field Rule. What are the scope to create the type of rules?. ▪Domain. ▪Data Element. ▪Table. ▪Selection. What are the main function of the syntax check?. Check ABAP source code for formal correctness. Run Syntax check before export and import. Re-run Syntax Check after fixes. Background execution at different stages. Forward navigation to code. Warnings for Global Rules and Offsets. What are the main characteristics of field selection?. ▪ Creation: Data object area ▪ Applies for each table field ▪ Scope: Table Field ▪ Filled manually. ▪Creation: data object area/ Global area ▪ Reusable in all tables with a field of the assigned domain ▪ Scope: Domain ▪ Filled manually. ▪Creation: data object area ▪ For each table event must be created again ▪ Scope: Depend on the event ▪ Filled manually. A field rule is added…. manually. automatically. What are the main characteristics of global selection?. ▪Creation: data object area/ Global area ▪ Reusable in all tables with a field of the assigned domain ▪ Scope: Domain ▪ Filled manually. ▪ Creation: Data object area ▪ Applies for each table field ▪ Scope: Table Field ▪ Filled manually. ▪Creation: data object area ▪ For each table event must be created again ▪ Scope: Depend on the event ▪ Filled manually. What are the parameters to create rules?. ▪IV_VALUE Incoming value. Read only. ▪EV_VALUE Outgoing value and changeable ▪EV_SKIP Outgoing single value. Empty at the beginning. ▪CS_[table name]-[field name] Changing Structure. ▪IV_VALUE Outgoing value. Read only. ▪EV_VALUE Incoming value and changeable ▪EV_SKIP Changing Structure. Empty at the beginning. ▪CS_[table name]-[field name] Outgoing single value. What are the main characteristics of events?. ▪Creation: data object area/ Global area ▪ Reusable in all tables with a field of the assigned domain ▪ Scope: Domain ▪ Filled manually. ▪ Creation: Data object area ▪ Applies for each table field ▪ Scope: Table Field ▪ Filled manually. ▪Creation: data object area ▪ For each table event must be created again ▪ Scope: Depend on the event ▪ Filled manually. What is a API call?. ▪ Using API calls, selection values and mappings can be read or added, and messages can be written to the transformation log. ▪ API calls can be used in every event and rule. ▪ API calls can be not used in every event and rule. Which API-Calls do exist in the TC for export?. ▪ API_Selection_ADD (Adds an entry to a global selection ) ▪ API_selection_exists ( Check entries in global selection) ▪ API_Selection_get (Read entries from global selection) ▪ API_Selection_clear (Clear global selection) ▪ API_Message_ADD (Add message to transformation log for corresponding transformation object). ▪API_MAPPING_ADD(Add new entry to mapping table) ▪API_MAPPING_SET (Add a new entries to mapping table or overwrite an existing automatically added entry via MODIFY) ▪API_MAPPING_GET( Change values in target system according to the mapping table) ▪API_MAPPING_CLEAR (Delete all automatically added entries of mapping). Which statements are true regarding API-Calls?. ▪ They only work on the system on which they are executed. ▪ They can be used in almost any event. ▪ They can add messages to the transformation log. ▪ They can be used to read and set selection values. What are the export events?. ▪Create data definition for export ▪Event: Process initialization ▪Event: Before table processing ▪Event: Before package processing ▪Event: Before data record processing ▪Create global export rule ▪Event: After data record processing ▪Event: After package processing ▪Glob Event: After package processing ▪Event: After table processing. ▪Create data definition for import ▪Event: Process initialization ▪Event: Before table processing ▪Event: Before package processing ▪Event: Before data record processing ▪Create field or global import rule ▪Event: After data record processing ▪Event: After package processing ▪Glob Event: After package processing ▪Event: After table processing. What statements about "Create data definition for export" Event are true?. • Defines custom data types and local tables. • Prepares structures that will be filled in later steps. • Acts like the foundation for your export logic. What statements about "Process initialization for export" Event are true?. •Runs before the export of anytable begins. • Initializes variables, clears buffers, and sets up the environment. • Ensures a "clean workspace" so no leftover values or data interfere with the export. •Runs after each record has been processed. • Allows validation, adjustments, or skipping of individual records. • Ensures only correct and relevant records are written to the export file. What statements about "After Data Record Processing for export" Event are true?. •Runs before the export of anytable begins. • Initializes variables, clears buffers, and sets up the environment. • Ensures a "clean workspace" so no leftover values or data interfere with the export. •Runs after each record has been processed. • Allows validation, adjustments, or skipping of individual records. • Ensures only correct and relevant records are written to the export file. Which Mission Control component is responsible for applying field-level logic during export?. Export event. Import event. Mapping event. The Namespace for Own table is /SNP/TE_*. True. False. What are the characteristics of Own Table?. ▪ Select with dependent values: ▪ Planning required ▪ Highly flexible ▪ Global rules applicable to values ▪ Can be integrated into data object tree ▪ Selection via dependent values possible ▪ Applicable with multiple scenarios ▪ Table for documentation of entries applicable. ▪ Select with individual values: ▪ Simple application ▪ API calls for filling, query and initialization ▪ Only one column can be used ▪ Declarative can be used (assign global selection) ▪ List upload possible. What statements about debugging are true?. ▪ Enables step-by-step code execution during runtime. ▪ Allows viewing and changing variable views. ▪ Helps identify logical (semantic) errors. ▪ It helps to analyze and troubleshoot transformation logic step by step. How to structure your transformation in the transformation tree?. ▪ Folder. ▪ Run. ▪ Block. ▪ Data Object. ▪ Table. ▪ Field. How to create runs and blocks?. ▪Only active objects can be assigned to the blocks. ▪ It is possible to remove tables from the objects without changing the object itself. ▪ Import blocks can be directly created from export/upload blocks using the context menu. ▪ You can use the context menu to create deletion blocks from import blocks after successful execution. The daemon (/SNP/TE01_DAEMON) is a background process that monitors all running execution of all scenarios?. True. False. The daemon is a background process that monitors all running execution of all scenarios?. True. False. It is not possible to change dependencies in the transformation tree. True. False. Is it possible to download export data to the client/server on all levels ( runs, blocks, etc.). Yes. No. Which statements are true concerning reading files?. The context menu can be used to assign export files during the run. Files are created for each export. What is mapping?. Mapping allows us to adapt incoming data to different project needs. Mapping allows us to adapt outgoing data to different project needs. When is mapping used?. ▪Customer-Specific changes. ▪Technical reasons. ▪Documentation purposes. What are the main characteristics of mappings?. ▪Creation: Global area ▪ Create once and reusable ▪ Scope: Domain ▪ Filled: Not signed to a table, called by rule. ▪Creation: data object area ▪ For each table event must be created again ▪ Scope: Depend on the event ▪ Filled manually. Creation: data object area/ Global area ▪ Reusable in all tables with a field of the assigned domain ▪ Scope: Domain; Data Element field and Table field ▪ Filled Automatically. What are the types of mapping?. ▪X+N:1 Mapping. ▪1:1 Mapping. ▪N:1 mapping. ▪ N Mapping Table: N table created in the source system (TDEF: /SNP/TE_X). ▪ 1:N mapping. What types of API Calls can be used for mapping?. ▪API_MAPPING_ADD(Add new entry to mapping table) ▪API_MAPPING_SET (Add a new entries to mapping table or overwrite an existing automatically added entry via MODIFY) ▪API_MAPPING_GET( Change values in target system according to the mapping table) ▪API_MAPPING_CLEAR (Delete all automatically added entries of mapping). ▪ API_Selection_ADD (Adds an entry to a global selection ) ▪ API_selection_exists ( Check entries in global selection) ▪ API_Selection_get (Read entries from global selection) ▪ API_Selection_clear (Clear global selection) ▪ API_Message_ADD (Add message to transformation log for corresponding transformation object). Which elements can you use to influence mappings?. Field rule. Global import rule. API_calls. Events. Field Selection. Global export rule. What are the main characteristics of field rule?. ▪Creation: data object area ▪ For each table event must be created again ▪ Scope: Table field ▪ Filled manually. ▪Creation: data object area/ Global area ▪ Create once and reusable ▪ Scope: Domain; Data Element field and Table field ▪ Filled Automatically. ▪Creation: Global area ▪ Create once and reusable ▪ Scope: Domain ▪ Filled: Not signed to a table, called by rule. What are the main characteristics of Global import rule?. ▪Creation: data object area ▪ For each table event must be created again ▪ Scope: Table field ▪ Filled manually. ▪Creation: data object area/ Global area ▪ Create once and reusable ▪ Scope: Domain; Data Element field and Table field ▪ Filled Automatically. ▪Creation: Global area ▪ Create once and reusable ▪ Scope: Domain ▪ Filled: Not signed to a table, called by rule. Which statements regarding the import are true?. • Executing the import the files from the file system are loaded into the internal memory of the target system, the data will be processed and written to the target database. • The import is started on the control system. The rulebase is transferred to the target and generated as sub programs into the static import programs. • The processing of the import takes place in packages based on files. • The import is structured in a different runs which partly have dependencies to each other. Which types of events exist for import?. ▪Create data definition for import ▪Event: Process initialization ▪Event: Before table processing ▪Event: Before package processing ▪Event: Before data record processing ▪Create field or global import rule ▪Event: After data record processing ▪Event: After package processing ▪Glob Event: After package processing ▪Event: After table processing. ▪Create data definition for export ▪Event: Process initialization ▪Event: Before table processing ▪Event: Before package processing ▪Event: Before data record processing ▪Create global export rule ▪Event: After data record processing ▪Event: After package processing ▪Glob Event: After package processing ▪Event: After table processing. What are right about import events?. • Import events are special rules placed at specific points in the import timeline. • Depending on their position, they affect either single records, packages, or entire table. What types of import blocks are available and function?. ▪Forerunner simulates import and fill mapping tables. ▪Import writes or updates data records in target system depending on import mode. ▪Deletion deletes data record in target system. ▪Data Processing. What is the main purpose of the 'Forerunner' step in Mission Control?. ▪To prepare dependent data before the main migration object runs. ▪Import events are special rules placed at specific points in the import timeline. Why do we need forerunner?. ▪Data Processing ▪Error prevention ▪Parallel processing. ▪Data Export ▪Error handling ▪Parallel processing. What types of import blocks are available and function?. • Forerunner simulates import and fill mapping tables. • Import writes or updates data records in target system depending on import mode. • Deletion deletes data record in target system. What of the statements about import forerunners are true?. • Import forerunners do not have own exports but refer to exports of a specific tables within the corresponding data objects. • By using forerunners for specific tables, the real import of these tables can be parallelized. • The import forerunner executes coding and writes mapping without importing datasets to the corresponding table. What is import simulation run?. ▪The import runs without writing any data to the database. ▪This lets you check whether errors would occur, and you can repeat the simulation as often as needed. What types of import modes are available?. ▪ INSERT ▪ INSERT_ADK ▪ UPDATE ▪ MODIFY. ▪ ADD ▪ INSERT_ADD ▪ UPDATE ▪ MODIFY. ▪ ADD ▪ INSERT_ADD ▪ UPDATE ▪ CHANGE. What are the main characteristics of import mode "INSERT"?. ▪ Adds the record if key field doesn't exist. ▪ Terminates with an error if the key already exists. ▪Adds the record if the key does not exist. ▪Skips the records if the key already exists. ▪ Updates non-key fields of an existing record with key. ▪Does nothing if the key does not exist. What are the main characteristics of import mode "INSERT ADK"?. ▪ Adds the record if key field doesn't exist. ▪ Terminates with an error if the key already exists. ▪Adds the record if the key does not exist. ▪Skips the records if the key already exists. ▪ Updates non-key fields of an existing record with key. ▪Does nothing if the key does not exist. What are the main characteristics of import mode "Update"?. ▪ Adds the record if key field doesn't exist. ▪ Terminates with an error if the key already exists. ▪Adds the record if the key does not exist. ▪Skips the records if the key already exists. ▪ Updates non-key fields of an existing record with key. ▪Does nothing if the key does not exist. What are the main characteristics of import mode "Modify"?. ▪ Adds the record if key field doesn't exist. ▪ Terminates with an error if the key already exists. ▪ It combines "Insert" adding the record if the key doesn't exist and "Update" updating non-key fields if the record with key already exists. ▪ Updates non-key fields of an existing record with key. ▪Does nothing if the key does not exist. What are the main characteristics of import mode "Delete"?. ▪ Removes the record if the key exits. ▪ Updates non-key fields of an existing record with key. Where do we find duplicate keys?. • Internal/local tables • Mapping tables • Own tables in source or target system • Default SAP tables in target. • Internal fields • Mapping delivered by customer • Global rules in source or target system • Default SAP tables in target. How to avoid duplicate keys?. • Duplicate key prevention • Direct reader • Change of the table structure in the tree • Change import mode (Insert -> Insert ADK). • Duplicate key prevention • Direct reader • Change of the table structure in the tree • Change import mode (Insert -> Modify). It is possible to create deletion blocks from import blocks. True. False. What is the purpose of the 'Delete Values' function in Mission Control?. • Delete data records from a system which is source and target at the same time. • Correcting an error - deleting previously imported data records. How to validate your data migration?. ▪Data Consistency verification (DCV). ▪Automated Testing (AT). ▪ Module specific reports. ▪ Transformation Log I & II (/SNP/TCPROT). ▪Compare Transformation. What are the main reasons for deletion?. ▪Deletion project. ▪Import correction. What are the main function of system monitor?. ▪The system monitor shows all systems assigned to the selected scenario. ▪ For each system it shows the same monitoring options. Which of the following functionalities can be accessed via system monitor?. Shortdumps. Jobs. File System. Logged on users. Process Overview. System Log. Table Statistic. Number Ranges. Daemon Monitor. Which of the following statements about the change history are true?. Change from the data objects, global and systems area aare tracked. Change are shown in chronological order. Entries include information about the changed objects, the action, modification data and time and the user name Can be acessed via SAP Menu --> Information--> Change history. The domain usage figures out in which tables a chosen domain with content (e.g BUKRS 1000) is available. Additionally it counts the corresponding number of dataset. True. False. Which statements describes the domain usage function of the transformation cockpit?. Locates table fields with selected domains and indicates whether they are already in the scenario. Delete data records from a system which is source and target at the same time. Which of the following statements regarding the syntax check are true?. Syntax errors witin the rule base of the scenario would lead to terminations during the execution pf the transformation. The syntax check is an important instrument to verify that rule base mainteined within the scenario is correct. |





