TCVIEW - Table control views (user settings)
Table control views (user settings) information is stored in SAP table TCVIEW.
It is part of development package SMOD in software component BC-ABA-TV. This development package consists of objects that can be grouped under "Transaction Variants".
It is part of development package SMOD in software component BC-ABA-TV. This development package consists of objects that can be grouped under "Transaction Variants".
Fields for table TCVIEW
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
MANDANT | Client | X | MANDT | CLNT | 3 | * |
TCPROGRAM | ABAP Program Name | X | PROGRAMM | CHAR | 40 | * |
TCUSERTYPE | User Type | X | USERTYP | CHAR | 1 | |
TCUSER | User Name in User Master Record | X | XUBNAME | CHAR | 12 | * |
TCCONTROL | Name of table control in the program | X | TCCONTROL | CHAR | 30 | |
TCKONTEXT | Application context of a table control | X | TCKONTEXT | CHAR | 10 | |
TCVERSION | Variant of a user setting for tables | X | TCVERSION | CHAR | 20 | |
TCFIELDPOS | Field position in table control | X | TCPOS | NUMC | 3 | |
TCFIELDNAM | Field name | FNAM_____4 | CHAR | 132 | ||
TCFIELDLEN | Display length of fields in table control | FELDLAENGE | NUMC | 3 | ||
TCUDEFAULT | Default variant of a table control | TC_DEFAULT | CHAR | 2 | ||
TCSDEFAULT | Default variant of a table control | TC_DEFAULT | CHAR | 2 | ||
TCFIX_COLS | Fixed columns in a table control | TCFIXCOLS | INT4 | 4 | ||
TCLINE_SEL | Line selection table control | TCLINE_SEL | INT4 | 4 | ||
TCCOL_SEL | Column selection table control | TCCOL_SEL | INT4 | 4 | ||
TCV_SCROLL | Display Vertical Scroll Bar: no, yes | TCV_SCROLL | CHAR | 1 | ||
TCH_GRID | Display horizontal grid lines: no, yes | TCH_GRID | CHAR | 1 | ||
TCV_GRID | Display vertical grid lines: no, yes | TCV_GRID | CHAR | 1 | ||
TCINVISIBL | Hide TC y/n | TCINVISIBL | CHAR | 1 |