TVDIR_TC SAP (Supplement for TVDIR for conversion to table control 3.0B) Table details

Dictionary Type: Table
Description: Supplement for TVDIR for conversion to table control 3.0B




ABAP Code to SELECT data from TVDIR_TC
Related tables to TVDIR_TC
Access table TVDIR_TC




Table field list including key, data, relationships and ABAP select examples

TVDIR_TC is a standard SAP Table which is used to store Supplement for TVDIR for conversion to table control 3.0B data and is available within R/3 SAP systems depending on the version and release level.

The TVDIR_TC table consists of various fields, each holding specific information or linking keys about Supplement for TVDIR for conversion to table control 3.0B data available in SAP. These include LISTE (Table maintenance dialog overview screen number), GENDATE ((8-character) Date for SYST), GENTIME (TIME Data Element for SYST), ERRCODE (Return Code).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TVDIR_TC table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TABNAMEName of table/view for extended table maintenance VIM_NAMECHAR30TVDIRVIM_NAME
LISTETable maintenance dialog overview screen number LIST_SCRNUMC4DYNPRONR
GENDATE(8-character) Date for SYST SYDATSDATS8SYDATS
GENTIMETIME Data Element for SYST SYTIMETIMS6SYTIME
ERRCODEReturn Code SYSUBRCINT410SYST_SHORT
TESTEDCheckbox XFELDCHAR1XFELD
OKCheckbox XFELDCHAR1XFELD
AREAName of function group for maintenance modules FUNCT_POOLCHAR26Assigned to domainAREA
DEVCLASSFunction Group Package DEVI_CLASSCHAR30Assigned to domainDEVCLASS
STANDARDCheckbox XFELDCHAR1XFELD
OLD_LISTETable maintenance dialog overview screen number LIST_SCRNUMC4DYNPRONR

Key field Non-key field



How do I retrieve data from SAP table TVDIR_TC using ABAP code

The following ABAP code Example will allow you to do a basic selection on TVDIR_TC to SELECT all data from the table
DATA: WA_TVDIR_TC TYPE TVDIR_TC.

SELECT SINGLE *
FROM TVDIR_TC
INTO CORRESPONDING FIELDS OF WA_TVDIR_TC
WHERE...

How to access SAP table TVDIR_TC

Within an ECC or HANA version of SAP you can also view further information about TVDIR_TC and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!