CATSFIELDS SAP (Work Fields for CATS) Structure details

Dictionary Type: Structure
Description: Work Fields for CATS




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




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

CATSFIELDS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Work Fields for CATS" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CATSFIELDS TYPE CATSFIELDS.

The CATSFIELDS table consists of various fields, each holding specific information or linking keys about Work Fields for CATS data available in SAP. These include ENAME (Formatted Name of Employee or Applicant), DETAILNAME (Formatted Name of Employee or Applicant), LISTNAME (Formatted Name of Employee or Applicant), PERNR (Personnel Number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CATSFIELDS structure 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
INPUTDATEKey Date for Time Recording CATSINPDATDATS8DATUMCID
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
DETAILNAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
LISTNAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
HDRKOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KOSTLLTXTDescription KLTXTCHAR40TEXT40
SBMODAdministrator Group SBMODCHAR4T526CHAR4SGR
SACHZTime Recording Administrator RP51E_SACHCHAR3T526SACHASAZ
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
OBJIDSearch Term SEARKCHAR12CHAR12
OTEXTObject Name STEXTCHAR40TEXT40
MEINHUnit of Measure for Display MEINHUNIT3T006CUNITMEINS
CATSWEEKFactory calendar: Week KWEEKACCP6KWEEK
CATSWEEKEXExternal Week Display CATSWEEKEXCHAR7CHAR7
CATSDATEDate DATUMDATS8DATUM
DATEFROMFrom Date of Data Entry Period CATSDATEFRDATS8DATUM
DATETOTo Date of Data Entry Period CATSDATETODATS8DATUM
CLOCKNew Data Records CATSLOCKCHAR1XFELD
FREERecords Released for Approval CATSFREECHAR1XFELD
APPRRecords that Are Approved CATSAPPR_DCHAR1XFELD
REJERecords That Were Not Approved CATSREJECHAR1XFELD
CHNGRecord that Was Changed and Has a Follow-On Record CATSCHANGECHAR1XFELD
VOIDCancelled Records CATSVOIDCHAR1XFELD
DATELEFTEarliest start date of data entry period CATSDATELEDATS8DATUM
DATERIGHTLatest end date of data entry period CATSDATERIDATS8DATUM
MARKSelection Column CATSMARKCHAR1XFELD
ASTERISKLine Type on Data Entry Screen CATSASTERICHAR132
PERMARKSelection Column CATSMARKCHAR1XFELD
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
WORKSINCECATS: Worklist - From Date CATSSINCEDATS8DATUM
POOLConfirmation pool AFRUVCHAR20Assigned to domainAFRUV
RVOPEOperations outstanding from the confirmation pool RVOPECHAR1XFELD
RVCLOConfirmed Operations from the Confirmation Pool RVCLOCHAR1XFELD
RVALLAll Operations from Confirmation Pool RVALLCHAR1XFELD
DISTFROMFrom Date of Distribution Period CATSDISTFRDATS8DATUM
DISTTOTo Date of Distribution Period CATSDISTTODATS8DATUM
DISTFUNCDistr.cap.reqmts (plant maint.,process order, network) CR_VERTNCHAR8TC29CR_VERTL
DISTARBEITHours to Be Distributed DISTHOURQUAN7(1) ARBEIT
DISTMODEHours per Line DISTMODECHAR1XFELD
DISTDISTCalculate Hours Using Distribution Function DISTDISTCHAR1X
DISTDAYHours per Cell DISTDAYCHAR1X
LINE1Line for Short Message CATSLINECHAR80TEXT80
LINE2Line for Short Message CATSLINECHAR80TEXT80
LINE3Line for Short Message CATSLINECHAR80TEXT80
LINE4Line for Short Message CATSLINECHAR80TEXT80
LINE5Line for Short Message CATSLINECHAR80TEXT80
LINE6Line for Short Message CATSLINECHAR80TEXT80
LINE7Line for Short Message CATSLINECHAR80TEXT80
LINE8Line for Short Message CATSLINECHAR80TEXT80
LINE9Line for Short Message CATSLINECHAR80TEXT80
PERTEXTExplanatory short text DDTEXTCHAR60DDTEXT
SEARCHSearch Term CATSSEARCHCHAR25CHAR25
SELKOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
YESORNOYes/No Switch with Values 'SPACE' and 'X' CATSYESORNCHAR1XFELD
DISPTEXT1Text, 40 Characters Long TEXT40CHAR40TEXT40
DISPTEXT2Text, 40 Characters Long TEXT40CHAR40TEXT40
DISPTEXTW1Text, 40 Characters Long TEXT40CHAR40TEXT40
DISPTEXTW2Text, 40 Characters Long TEXT40CHAR40TEXT40
AUSTATDetermine Status ID Automatically AUSTATCHAR1XFELD
SELREPVARVariant for Person Selection Report CATSREPVARCHAR14RALDB_VARIVSR
WF_OBJECTTime Sheet: Workflow Object Type CATS_WF_OBJECTCHAR2CATS_AGNT
ERGOBJEKTDetailed Info on Profitability Segment CATS_PAOBJNRCHAR4ICON_L2
CPR_TEXTcProject Description CATS_CPR_TEXTCHAR40CHAR40
CPR_OBJTEXTDescription of Project Subobject CATS_CPR_OBJTEXTCHAR40CHAR40

Key field Non-key field



How do I retrieve data from SAP structure CATSFIELDS using ABAP code?

As CATSFIELDS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CATSFIELDS as there is no data to select.

How to access SAP table CATSFIELDS

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