CATSCO SAP (Cross-Application Time Sheet (CATS): Transfer to CO) Table details

Dictionary Type: Table
Description: Cross-Application Time Sheet (CATS): Transfer to CO




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




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

CATSCO is a standard SAP Table which is used to store Cross-Application Time Sheet (CATS): Transfer to CO data and is available within R/3 SAP systems depending on the version and release level.

The CATSCO table consists of various fields, each holding specific information or linking keys about Cross-Application Time Sheet (CATS): Transfer to CO data available in SAP. These include MANDT (Client), COUNTER (Counter for Records in Time Recording), STOKZ (Indicator: Document Has Been Reversed), 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CATSCO 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
COUNTERCounter for Records in Time Recording CATSCOUNTECHAR12CHAR12
STOKZIndicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
WORKDATEDate CATSDATEDATS8DATUM
CATSHOURSHours CATSHOURSQUAN4(2) CATSHOURS
SKOSTLSender Cost Center SKOSTLCHAR10Assigned to domainALPHAKOSTLKSK
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
SPRZNRSender Business Process SPRZNRCHAR12Assigned to domainALPHACO_PRZNR
RKOSTLReceiver Cost Center EKOSTLCHAR10Assigned to domainALPHAKOSTLKSK
RPROJReceiver WBS element EPROJNUMC8Assigned to domainKONPRPS_POSNR
RAUFNRReceiver Order EAUFNRCHAR12Assigned to domainALPHAAUFNR
RAUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
RAPLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
RKDAUFReceiver sales order EKDAUCHAR10Assigned to domainALPHAVBELN
RKDPOSItem number in receiver sales order EKDPONUMC6Assigned to domainPOSNR
RKSTRReceiver cost object EKSTRCHAR12Assigned to domainKSTRG
RNPLNRNetwork number NW_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
RPRZNRReceiver business process EPRZNRCHAR12Assigned to domainALPHACO_PRZNR
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
LTXA1Confirmation text CO_RTEXTCHAR40TEXT40
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
BELNRDocument Number CATSBELNRCHAR10ALPHABELNR
REFCOUNTERReference Counter for Record to be Changed CATSREFCOUCHAR12CHAR12
TRANSFERData Transferred to the Target Component CATSTRANSFCHAR1XFELD
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
PRICEPrice in Transaction Currency CATSPRICECURR11(2) WERTV6
TCURRTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
HRKOSTLCost Center CATSHRKOSTLCHAR10Assigned to domainALPHAKOSTLKOS
HRLSTARActivity Type CATSHRLSTARCHAR6Assigned to domainLSTARLARLART
HRCOSTASGCost Accounting Variants CATSHRCOCHAR1CATSHRCO
STATKEYFIGStatistical key figure STAGRCHAR6Assigned to domainSTAGRSTA
CATSQUANTITYTime Sheet: Number (Unit of Measure) CATSNUMBERQUAN15(3) CQUA8
UNITUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
FUNDReceiver fund FM_EFONDSCHAR10Assigned to domainBP_GEBERRECEIVER_FUND
FUNC_AREAReceiving Functional Area EFKTBERCHAR16Assigned to domainFKBER
GRANT_NBRReceiver Grant GM_GRANT_RECEIVERCHAR20ALPHAGM_GRANT_NBR
S_FUNDSender fund FM_SFONDSCHAR10Assigned to domainBP_GEBERSENDER_FUND
S_FUNC_AREASending Functional Area SFKTBERCHAR16Assigned to domainFKBER
S_GRANT_NBRSender Grant GM_GRANT_SENDERCHAR20ALPHAGM_GRANT_NBR
HRFUNDMaster Fund CATSHRFUNDCHAR10Assigned to domainBP_GEBER
HRFUNC_AREAMaster Functional Area CATSHRFUNC_AREACHAR16Assigned to domainFKBER
HRGRANT_NBRMaster Grant CATSHRGRANT_NBRCHAR20ALPHAGM_GRANT_NBR
BUDGET_PDFM: Receiver Budget Period FM_EBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
SBUDGET_PDFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
HRBUDGET_PDMaster Budget Period CATSHR_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIOD
Z_PRS_OFFSHORE 0
Z_PRS_BILL_FLAG 0
Z_PRS_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
Z_PRS_CHARGELEVL 0
.INCLU--AP 0
FM_SPLIT_FLGLine is Result of Account Assignment Distribution FMSP_SPLIT_RESULT_FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CATSCO
INTO CORRESPONDING FIELDS OF WA_CATSCO
WHERE...

How to access SAP table CATSCO

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