V_T5DWI 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_T5DWI TYPE V_T5DWI .
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 | |
HBDBT | P01C_HBDBT | CHAR | 2 | T5DC7 | Grouping for Formation of Difference Amount | |
HBTYP | P01C_HBTYP | CHAR | 1 | T5DCG | Surviving Dependent Type for Company Pension Scheme | |
ENDDA | ENDDA | DATS | 8 | End Date | ||
ITBLD | ITBLD | CHAR | 2 | Infotype Screen Control | ||
BEGDA | BEGDA | DATS | 8 | Start Date | ||
GRLTX | P01C_GRLTX | CHAR | 40 | Long Text Grouping | ||
KZLTX | P01C_KZLTX | CHAR | 40 | Long Text Indicator | ||
GNADE | P01C_GNADE | NUMC | 2 | Continuation Periods for Testator Pension Payments | ||
FRBIT | P01C_FRBIT | CHAR | 4 | T582A | Indicator for One-Time/Recurring Payment | |
FRBLG | P01C_FRBLG | CHAR | 4 | T512Z | Wage Type, Difference Amount for Testator Pension Payment | |
LGTXT | LGTXT | CHAR | 25 | Wage Type Long Text | ||
BPVRT | P01C_BPVRT | CHAR | 1 | Testor Draws Pension | ||
BPVKR | P01C_BPVKR | CHAR | 1 | Testator Does Not Draw Pension | ||
RUDIV | RUDIV | NUMC | 6 | Rounding divisor | ||
RDDBT | P01C_RDRBB | CHAR | 1 | Rounding Rule for Basic Pension Payment for Dependent | ||
ITEXT | INTXT | CHAR | 35 | Infotype Text |
Key field | |
Non-key field |