TCOBX SAP (Coding Block: Assignment of Field Properties) Table details

Dictionary Type: Table
Description: Coding Block: Assignment of Field Properties




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




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

TCOBX is a standard SAP Table which is used to store Coding Block: Assignment of Field Properties data and is available within R/3 SAP systems depending on the version and release level.

The TCOBX table consists of various fields, each holding specific information or linking keys about Coding Block: Assignment of Field Properties data available in SAP. These include MODUL (ABAP Program Name), DYNNR (Dynpro Number), GROUP1 (Modification group 1), GROUP2 (Modification group 2).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCOBX 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
FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
MODULABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
DYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
GROUP1Modification group 1 SCRFGRP1CHAR3SCRPCHA3
GROUP2Modification group 2 SCRFGRP2CHAR3SCRPCHA3
GROUP3Modification group 3 SCRFGRP3CHAR3SCRPCHA3
GROUP4Modification group 4 SCRFGRP4CHAR3SCRPCHA3

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCOBX
INTO CORRESPONDING FIELDS OF WA_TCOBX
WHERE...

How to access SAP table TCOBX

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