SAP table TABVO (Determine asset value date in Asset Accounting transactions)
SAP table TABVO has 3 primary key fields being MANDT,VARIANTE,GSVOR.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | * | MANDT | |||||||||||||||||||||||||||||||||||||||||||||||
VARIANTE | Variant for Determining Asset Value Date | CHAR | 14 | 0 | TABVA | VARBZDAT | |||||||||||||||||||||||||||||||||||||||||||||||
GSVOR | Asset Accounting Transactions | CHAR | 4 | 0 | GSVOR_AM |
|
|||||||||||||||||||||||||||||||||||||||||||||||
BRULE | Primary Rule for Setting the Asset Value Date | NUMC | 2 | 0 | TABBR | BRULVD | |||||||||||||||||||||||||||||||||||||||||||||||
ARULE | Alternative Rule for Setting the Asset Value Date | NUMC | 2 | 0 | TABBR | ARULVD | |||||||||||||||||||||||||||||||||||||||||||||||
FIXDAT | User-Specified Fixed Date for Rule 07 | DATS | 8 | 0 | FIXDAT |
TABVO foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TABVO | ARULE | TABBR | Rules for determining asset value date | MANDT |
1 TABVO | BRULE | TABBR | Rules for determining asset value date | MANDT |
0 TABVO | VARIANTE | TABVA | Variants for determining asset value date | MANDT |
0 TABVO | VARIANTE | TABVA | Variants for determining asset value date | VARIANTE |