TCATS_ITS SAP (Time Sheet: Data Entry Profile ESS Scenario) Table details

Dictionary Type: Table
Description: Time Sheet: Data Entry Profile ESS Scenario




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




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

TCATS_ITS is a standard SAP Table which is used to store Time Sheet: Data Entry Profile ESS Scenario data and is available within R/3 SAP systems depending on the version and release level.

The TCATS_ITS table consists of various fields, each holding specific information or linking keys about Time Sheet: Data Entry Profile ESS Scenario data available in SAP. These include VARIANT (Data Entry Profile), DEFAULT_ROWS (Number of Initial Lines), JUMP_TO_BTN ('Goto' Button Active?), DAY_DATE_BTN ('Wkday/date' Button Visible?).. 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: Can be enhanced (character-type or numeric)


SAP TCATS_ITS 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 MANDTCLNT3T000MANDT
VARIANTData Entry Profile CATSVARIANCHAR8TCATSCATSVARIANCVR
DEFAULT_ROWSNumber of Initial Lines DEFAULT_ROWSINT13INT1
JUMP_TO_BTN'Goto' Button Active? JUMP_TO_BTNCHAR1XFELD
DAY_DATE_BTN'Wkday/date' Button Visible? DAY_DATE_BTNCHAR1XFELD
DAY_DATE_ACTIVEExtended Switch 'Wkday/date' Active? DAY_DATE_ACTIVECHAR1XFELD
COPY_PREV_BTN'Copy prev. period' Button Visible? COPY_PREV_BTNCHAR1XFELD
COPY_WITH_HOURSCopy with hours? COPY_WITH_HOURSCHAR1XFELD
NEW_LINE_BTN'Insert line' Button Active? NEW_LINE_BTNCHAR1XFELD
NUM_NEW_LINESNumber of Lines to Be Inserted NUM_NEW_LINESINT13INT1
DEL_LINE_BTN'Delete line' Button Active? DEL_LINE_BTNCHAR1XFELD
VIEW_PROFILEDisplay Data Entry Profile VIEW_PROFILECHAR1XFELD
PROFILE_CHANGEChoose Data Entry Profile? PROFILE_CHANGECHAR1XFELD
DISABLE_HELPAREAHide Help Section? DISABLE_HELPAREACHAR1XFELD
SHEET_EXPAND_ALLShow All Details Immediately? SHEET_EXPAND_ALLCHAR1XFELD
SHEET_EXP_COL'Show/Hide all details' Button Visible? SHEET_EXP_COLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCATS_ITS
INTO CORRESPONDING FIELDS OF WA_TCATS_ITS
WHERE...

How to access SAP table TCATS_ITS

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