TXSSCAT_FIELD_C SAP (CATS FACE: Field Selection Customizing) Table details

Dictionary Type: Table
Description: CATS FACE: Field Selection Customizing




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




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

TXSSCAT_FIELD_C is a standard SAP Table which is used to store CATS FACE: Field Selection Customizing data and is available within R/3 SAP systems depending on the version and release level.

The TXSSCAT_FIELD_C table consists of various fields, each holding specific information or linking keys about CATS FACE: Field Selection Customizing data available in SAP. These include PROFILE (Data Entry Profile), AREA (Screen Area), FIELDNAME (Field Name), TITLE (Column Heading).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TXSSCAT_FIELD_C 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROFILEData Entry Profile CATSVARIANCHAR8TCATSCATSVARIANCVR
AREAScreen Area XSS_CAT_SCREEN_AREACHAR5XSS_CAT_SCREEN_AREA
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TITLEColumn Heading XSS_CAT_COLUMN_TITLECHAR30CHAR30
FPOSColumn Position XSS_CAT_POSITIONINT410SYST_SHORT
WIDTHDisplay Length of Column XSS_CAT_DISPLAY_LENGTHNUMC6DDLENG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TXSSCAT_FIELD_C
INTO CORRESPONDING FIELDS OF WA_TXSSCAT_FIELD_C
WHERE...

How to access SAP table TXSSCAT_FIELD_C

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