V_T5DWOG 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_T5DWOG TYPE V_T5DWOG .
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 | T000 | Client | |
IDVER | P01C_IDVE2 | CHAR | 4 | Annuitization Table Rules | ||
VRALT | P01C_VRALT | NUMC | 2 | Age for Annuitization Factor | ||
VRGSL | P01C_VRGSL | CHAR | 1 | Gender Key for Annuitization Factor | ||
GBJHR | P01C_GBJHR | NUMC | 4 | Year of Birth | ||
ENDDA | ENDDA | DATS | 8 | End Date | ||
BEGDA | BEGDA | DATS | 8 | Start Date | ||
IDVTX | P01C_IDVTX | CHAR | 40 | Text for Annuitization Rules | ||
VERFA | P01C_VERFA | DEC | 8(6) | Annuitization Factor |
Key field | |
Non-key field |