smurthy5 commited on
Commit
a2763b4
·
verified ·
1 Parent(s): 75c6ce5

Upload data/context/raw/documents/migration_runbook.md with huggingface_hub

Browse files
data/context/raw/documents/migration_runbook.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Q4 2025 ERP Migration Runbook
2
+
3
+ **Document ID**: RB-MIG-2025-Q4
4
+ **Version**: 3.1
5
+ **Last Updated**: 2025-09-24
6
+ **Classification**: Internal Use Only
7
+
8
+ ---
9
+
10
+ ## 1. Executive Summary
11
+
12
+ This runbook documents the migration of master data from LEGACY_ERP to SAP_TC2
13
+ as part of the legacy system decommission initiative. The migration covers products,
14
+ suppliers, and legal entities currently maintained in the legacy platform.
15
+
16
+ ## 2. Migration Scope
17
+
18
+ ### 2.1 Systems Involved
19
+
20
+ | System | Role | Status |
21
+ |--------|------|--------|
22
+ | LEGACY_ERP | Source (decommission) | Active until Q4 2025 |
23
+ | SAP_TC2 | Primary target | Production |
24
+ | SAP_CFIN | Financial consolidation | Receiving updates |
25
+ | SAP_APAC | APAC regional | Subset migration |
26
+
27
+ ### 2.2 Entity Scope
28
+
29
+ - Products: ~80 active records in LEGACY_ERP
30
+ - Suppliers: ~20 active vendor records
31
+ - Legal entities: ~10 subsidiary records
32
+
33
+ ## 3. Migration Methodology
34
+
35
+ ### 3.1 Naming Convention Mapping
36
+
37
+ LEGACY_ERP uses cryptic internal codes that must be mapped to SAP_TC2 formal names.
38
+ The mapping follows these patterns:
39
+
40
+ - Legacy codes with prefix `STR-` correspond to starch products in TC2
41
+ - Legacy codes with prefix `SUG-` correspond to sugar products in TC2
42
+ - Legacy codes with prefix `ACD-` correspond to acid products in TC2
43
+ - Legacy codes with prefix `PRT-` correspond to protein products in TC2
44
+ - Legacy codes with prefix `OIL-` correspond to oil & fat products in TC2
45
+
46
+ ### 3.2 Completed Migrations
47
+
48
+ The following entities have been migrated and verified:
49
+
50
+ - `ZINCOXID` (LEGACY_ERP) was migrated to `Zinc Oxide Food Grade` in SAP_TC2. Verified by data steward.
51
+ - `STR-005` (LEGACY_ERP) was migrated to `Modified Corn Starch` in SAP_TC2. Verified by data steward.
52
+ - `sugar product 889` (LEGACY_ERP) was migrated to `Sorbitol Powder` in SAP_TC2. Verified by data steward.
53
+ - `FBR-130` (LEGACY_ERP) was migrated to `Chicory Root Fiber` in SAP_TC2. Verified by data steward.
54
+ - `product 636` (LEGACY_ERP) was migrated to `Disodium 5-Ribonucleotides` in SAP_TC2. Verified by data steward.
55
+
56
+ ### 3.3 Pending Migrations
57
+
58
+ The remaining legacy entities are pending manual review before migration.
59
+ Contact the migration team for status updates.
60
+
61
+ ## 4. APAC Regional Considerations
62
+
63
+ SAP_APAC uses abbreviated naming conventions. When cross-referencing with TC2:
64
+ - APAC product codes use shortened forms (e.g., 'Malto-Dex' instead of full product names)
65
+ - APAC supplier names may use regional abbreviations
66
+ - Not all TC2 products have APAC equivalents — only APAC-relevant products are maintained
67
+
68
+ ## 5. SAP_CFIN Integration
69
+
70
+ SAP_CFIN uses internal financial codes that differ from TC2 product names.
71
+ Common patterns:
72
+ - `Product NNNN` — numeric product identifiers in CFIN
73
+ - `MAT-NNNNN` — material codes for raw materials
74
+ - `ING-NNNNN` — ingredient codes
75
+ - `RM-NNNNN` — raw material codes
76
+
77
+ These codes are mapped to TC2 entities via the product crosswalk table.
78
+
79
+ ## 6. Rollback Procedures
80
+
81
+ In case of migration failure:
82
+ 1. Restore LEGACY_ERP from backup
83
+ 2. Revert SAP_TC2 changes using migration journal
84
+ 3. Notify downstream systems
85
+
86
+ ---
87
+
88
+ *This document is maintained by the Migration Team. Contact migration-team@company.com*