V_T5DWH is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_V_T5DWH TYPE V_T5DWH .
Below is the documentation avaialable and full details of the fields which make up this View.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
MANDT | MANDT | CLNT | 3 | Client | ||
HANSP | P01C_HANSP | CHAR | 4 | T5DCA | Company Pension Scheme Entitlement | |
WATYP | P01C_WATYP | CHAR | 2 | T5DC7 | Conversion Type | |
ENDDA | ENDDA | DATS | 8 | End Date | ||
BEGDA | BEGDA | DATS | 8 | Start Date | ||
LGAMI | P01C_LGAMI | CHAR | 4 | T512W | Minimum Gross | |
LGAMA | P01C_LGAMA | CHAR | 4 | T512W | Conversion Request | |
LGAWA | P01C_LGAWA | CHAR | 4 | T512W | Conversion Amount | |
LGARE | P01C_LGARE | CHAR | 4 | T512W | Contribution Deduction Wage Type | |
DIRAB | P01C_DIRAB | CHAR | 1 | Indicator for Direct Deduction of Input Wage Type | ||
KUMUL | P01C_KUMUL | CHAR | 1 | Indicator: Should Conversion Cumulation Be Carried Out? | ||
KUPER | P01C_KUPER | NUMC | 2 | First Cumulation Period | ||
KUANZ | P01C_KUANZ | DEC | 3 | Number for Determination of Cumulation Start Events | ||
ATEXT | P01C_ATEXT | CHAR | 40 | Entitlement/Benefit Type Text | ||
WTEXT | P01C_GRLTX | CHAR | 40 | Long Text Grouping | ||
KZUMW | P01C_KZUMW | CHAR | 1 | Indicator for Deferred Compensation | ||
BEKLA | P01C_BEABR | CHAR | 1 | Taxation of Contribution | ||
DUWEG | P01C_DUWEG | CHAR | 1 | Execution Method for Company Pension Scheme | ||
KANAG | P01C_KANAG | CHAR | 1 | Indicator if Supplementary Employer Benefit | ||
NVAEG | P01A_NVAEG | CHAR | 1 | New Contract under German Pension Tax Law |
Key field | |
Non-key field |