V_T5DWJ is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View V_T5DWJ" 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_T5DWJ TYPE V_T5DWJ .
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 | ||
DTYPE | P01C_DTYPE | CHAR | 2 | T5DC7 | Statement Type | |
FORMU | TDFORM | CHAR | 16 | Form Name | ||
VARIA | P01C_VARIA | CHAR | 1 | Variant | ||
LPAGE | P01C_LPAGE | CHAR | 8 | Logical Page within Form (CPS Statements) | ||
BWIND | P01C_BWIND | CHAR | 20 | Window in Form | ||
SEQNO | P01C_SEQNO | NUMC | 3 | Sequence Number | ||
BTELEM | P01C_BTELE | CHAR | 40 | Text Element in Form | ||
BFUNC | P01C_BFUNC | CHAR | 10 | FUNCTION | ||
WTYPE | P01C_WTYPE | CHAR | 10 | Main Window Area | ||
TFORM | P01C_TFORM | CHAR | 40 | Subroutine for Table Printing | ||
TPROG | P01C_TPROG | CHAR | 40 | Report for Subroutine | ||
TDVAR | P01C_TDVAR | CHAR | 40 | Comparison Variable for Table Printing | ||
TOPER | P01C_TOPER | CHAR | 2 | Relational Operator | ||
TWERT | P01C_TWERT | CHAR | 40 | Comparison Value | ||
TFRFE | P01C_BFRFE | CHAR | 40 | Free Field for Transfer to Customer Function Modules |
Key field | |
Non-key field |