ERP Integration / Field Mapping
Smart Field Mapping
Learn how our NeuralSync engine maps disparate ERP schemas into a unified commerce data model using semantic understanding.
Semantic Matching
Instead of manual regex or hardcoded mapping tables, BackchannelOS uses LLM embeddings to identify the purpose of a field. Whether your SAP field is named MARA-MATNR or your Linx field is CD_PRODUTO, our system identifies them as SKU_IDENTIFIER.
How it Works
Discovery
Agents crawl the ERP metadata to identify all tables and fields, including custom extensions.
Scoring
Fields are compared against our Neural Index. We provide a confidence score for each match.
Verification
Human-in-the-loop approval ensures critical financial fields (price, tax) are 100% accurate.
Standard Schema Mapping
| Backchannel Key | SAP (Standard) | Linx (Standard) | Data Type |
|---|---|---|---|
| product_id | MARA-MATNR | CD_PRODUTO | uuid |
| stock_level | MARD-LABST | QT_ESTOQ | float |
| wholesale_price | MVKE-VHPS | VL_PRECO | currency |
| warehouse_id | MARC-WERKS | CD_FILIAL | string |