DD02V 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_DD02V TYPE DD02V .
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 |
TABNAME | TABNAME | CHAR | 30 | Table Name | ||
DDLANGUAGE | DDLANGUAGE | LANG | 1 | Language Key | ISOLA | |
TABCLASS | TABCLASS | CHAR | 8 | Table category | ||
SQLTAB | SQLAPPDTAB | CHAR | 30 | Name of an SQL table or an appended table | ||
DATMIN | DATMIN | NUMC | 10 | Minimum no. of entries | ||
DATMAX | DATMAX | NUMC | 10 | Maximum no. of entries | ||
DATAVG | DATAVG | NUMC | 10 | Average number of entries | ||
CLIDEP | CLIDEP | CHAR | 1 | Flag indicating client-specific entries | ||
BUFFERED | BUFFERED | CHAR | 1 | Buffering flag | ||
COMPRFLAG | COMPREX | CHAR | 1 | Field compression indicator | ||
LANGDEP | LANGDEP | CHAR | 1 | Language dependency | ||
DDTEXT | AS4TEXT | CHAR | 60 | Short Description of Repository Objects | ||
ACTFLAG | ACTFLAG | CHAR | 1 | Activation flag | ||
APPLCLASS | APPLCLASS | CHAR | 4 | Application class for DD objects (not used) | ||
AUTHCLASS | AUTHCLASS_ | NUMC | 2 | Activation type | ||
AS4USER | AS4USER | CHAR | 12 | Last Changed by | ||
AS4DATE | AS4DATE | DATS | 8 | Date of Last Change | ||
AS4TIME | AS4TIME | TIMS | 6 | Last changed at | ||
MASTERLANG | MASTERLANG | LANG | 1 | Original Language in Repository objects | ISOLA | |
MAINFLAG | MAINTFLAG | CHAR | 1 | Flag if Maintenance with Standard Tools is allowed | ||
CONTFLAG | CONTFLAG | CHAR | 1 | Delivery class | ||
RESERVETAB | RESERVETAB | CHAR | 4 | SDIC: Reserve for tables | ||
GLOBALFLAG | GLOBALFLAG | CHAR | 1 | Flag for private DD objects (not used) | ||
PROZPUFF | PROZPUFF | NUMC | 3 | Percentage for buffers | ||
VIEWCLASS | VIEWCLASS | CHAR | 1 | View Type | ||
VIEWGRANT | VIEWGRANT | CHAR | 1 | Maintenance status (modif. authorization) for view data | ||
MULTIPLEX | MULTIPLEX | CHAR | 1 | Indicator whether multiplexing is possible for a table | ||
SHLPEXI | SHLPEXI | CHAR | 1 | Search help attachment to table exists | ||
PROXYTYPE | DDPROXYTY | CHAR | 1 | DD: Is a generated proxy object | ||
EXCLASS | DDRANKING | NUMC | 1 | DD: Ranking for include and subtype extension | ||
WRONGCL | DDWRONGCL | CHAR | 1 | Enhancement category is incorrect | ||
ALWAYSTRP | DDALWAYSTRP | CHAR | 1 | Table is always transparent on selective database |
Key field | |
Non-key field |