You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
# dbt_sap v0.3.1
2
+
3
+
[PR #36](https://github.com/fivetran/dbt_sap/pull/36) includes the following updates:
4
+
5
+
## Documentation
6
+
- Updated the following column descriptions within the [sap__0fi_gl10](https://fivetran.github.io/dbt_sap/#!/model/model.sap.sap__0fi_gl_10) model: `accumulated_balance` and `turnover`.
7
+
-`accumulated_balance` and `turnover` are both initially derived from the hslvt, tslvt, kslvt, and oslvt fields. They represent the balance carried forward from the previous fiscal year and are identical at the beginning of the first fiscal period. However, they diverge as subsequent transactions occur.
8
+
- hslvt, tslvt, kslvt, and oslvt are intentionally duplicated and aliased as hsmvt, tsmvt, ksmvt, and osmvt for legacy compatibility purposes.
9
+
1
10
# dbt_sap v0.3.0
2
11
3
12
[PR #34](https://github.com/fivetran/dbt_sap/pull/34) includes the following updates:
|[sap__0comp_code_attr](https://fivetran.github.io/dbt_sap/#!/model/model.sap.sap__0comp_code_attr)| This model is used for loading company code attributes, extracting from the `t001` data source. |
@@ -42,6 +44,11 @@ The following table provides a detailed list of all tables materialized within t
42
44
|[sap__0material_attr](https://fivetran.github.io/dbt_sap/#!/model/model.sap.sap__0material_attr)| This model is used to display material attribute information, originating from the `mara` source. |
43
45
|[sap__0vendor_attr](https://fivetran.github.io/dbt_sap/#!/model/model.sap.sap__0vendor_attr)| This model is used to display vendor attributes, originating from the `lfa1` source. |
44
46
|[sap__0vendor_text](https://fivetran.github.io/dbt_sap/#!/model/model.sap.sap__0vendor_text)| This model is used to display vendor text, originating from the `lfa1` source. |
|[sap__dim_customer](https://fivetran.github.io/dbt_sap/#!/model/model.sap.sap__dim_customer)| Represents customer dimension data from the `kna1` source to support dimensional reporting. SAP field names are mapped to English readable column names. |
46
53
|[sap__dim_material](https://fivetran.github.io/dbt_sap/#!/model/model.sap.sap__dim_material)| Provides enriched material and material type data by combining attributes from the `mara`, `makt`, `t134`, and `t134t` sources to support dimensional reporting. SAP field names are mapped to English readable column names. |
47
54
|[sap__dim_plant](https://fivetran.github.io/dbt_sap/#!/model/model.sap.sap__dim_plant)| Delivers plant-level dimension data from the `t001w` source to support dimensional reporting. SAP field names are mapped to English readable column names. |
Copy file name to clipboardExpand all lines: models/extractor_reports/extractor_reports.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -231,9 +231,9 @@ models:
231
231
- name: credit_amount
232
232
description: Total credit postings
233
233
- name: accumulated_balance
234
-
description: Cumulated balance
234
+
description: accumulated balance from the previous fiscal period. Value initially derived from hslvt, tslvt, kslvt, or oslvt fields. Will match turnover at the beginning of the first fiscal period of the year
235
235
- name: turnover
236
-
description: Sales of the period
236
+
description: Turnover amount from the previous fiscal period. Value initially derived from aliased hslvt, tslvt, kslvt, or oslvt fields (hsmvt/tsmvt/ksmvt/osmvt). Will match accumulated_value at the beginning of the first fiscal period of the year
237
237
238
238
- name: sap__0fi_gl_14
239
239
description: This model extracts line items from the leading ledger in new General Ledger Accounting.
0 commit comments