YIT_R1CAT SAP (IDA: Reference Table CAT) Table details

Dictionary Type: Table
Description: IDA: Reference Table CAT




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




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

YIT_R1CAT is a standard SAP Table which is used to store IDA: Reference Table CAT data and is available within R/3 SAP systems depending on the version and release level.

The YIT_R1CAT table consists of various fields, each holding specific information or linking keys about IDA: Reference Table CAT data available in SAP. These include IDENT (IDA: Use Identification (key)), KEY_EXT2 (CATT - Test case), UCLNT (IDA: Client of owner in original system (mailing)), UNAME (IDA: Owner User 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP YIT_R1CAT 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
UTYPEIDA type of use YID_UTYPECHAR1Assigned to domainYIUSEYID_UTYPE
IDENTIDA: Use Identification (key) YID_USEIDCHAR60YID_USEID
KEY_EXT2CATT - Test case CATNRCHAR30CATNRCAT
UCLNTIDA: Client of owner in original system (mailing) YID_CLIENTCHAR3YID_CLIENT
UNAMEIDA: Owner User Name YID_UNAMECHAR12YID_UNAME
DAT_COMM1IDA: text line 1 for comments YID_COMM1CHAR132TEXT132

Key field Non-key field



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

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

SELECT SINGLE *
FROM YIT_R1CAT
INTO CORRESPONDING FIELDS OF WA_YIT_R1CAT
WHERE...

How to access SAP table YIT_R1CAT

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