TCHDL_USR_SET SAP (TC_HANDLING - User Settings for Columns) Table details

Dictionary Type: Table
Description: TC_HANDLING - User Settings for Columns




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




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

TCHDL_USR_SET is a standard SAP Table which is used to store TC_HANDLING - User Settings for Columns data and is available within R/3 SAP systems depending on the version and release level.

The TCHDL_USR_SET table consists of various fields, each holding specific information or linking keys about TC_HANDLING - User Settings for Columns data available in SAP. These include PROGRAM_NAME (ABAP Program Name), DYNPRO_NR (CHAR04 data element for SYST), TC_NAME (Name of container (external interface)), STRUC_NAME (Field Name).. 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 TCHDL_USR_SET 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
USER_IDUser Name SYUNAMECHAR12SYCHAR12
PROGRAM_NAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
DYNPRO_NRCHAR04 data element for SYST SYCHAR04CHAR4SYCHAR04
TC_NAMEName of container (external interface) SCRCNAMECHAR132DYNFNAM
STRUC_NAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
COL_NAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
COL_VISIBLECheckbox: Column Visible TCHDL_COL_VISIBLECHAR1SCRPFLAG
COL_POSPosition of the field in the table TABFDPOSNUMC4AS4POS
COL_EDITChackbox: Column Changeable TCHDL_COL_EDITCHAR1SCRPFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCHDL_USR_SET
INTO CORRESPONDING FIELDS OF WA_TCHDL_USR_SET
WHERE...

How to access SAP table TCHDL_USR_SET

Within an ECC or HANA version of SAP you can also view further information about TCHDL_USR_SET 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!