The Ultimate SAP Dictionary
Every SAP Functional Consultant knows the struggle: you need to join the Sales Order Header table with the Delivery Item table, but you can't remember if the link is VBAK-VBELN or LIPS-VGBEL.
Complex Joins Simplified
This tool aggregates the most commonly used "Business Objects" across SD, MM, FI, CO, and PP modules. Instead of memorizing every transparent table (like MARA, MARC, MARD, MVKE), simply search for "Material" to see the complete data model at a glance.
Faster than SE16N?
Yes. Searching for a table name in SAP GUI often requires navigating multiple transaction codes (SE11, SE16N, SE80) or slow Google searches. Findocs indexes common objects for instant, offline-capable access right in your browser.
Master Data vs. Transaction Data
Understanding the distinction is crucial for building efficient ABAP reports and Fiori apps.
| Category | Definition | Examples |
|---|---|---|
| Master Data | Slow-changing data shared across the system. | KNA1 (Customer), LFA1 (Vendor), MARA (Material) |
| Transaction Data | Day-to-day business events. | VBAK (Order), BKPF (Journal), MKPF (Goods Mvt) |
| Configuration | System settings (customizing). | T001 (Company Code), TVAK (Sales Doc Types) |