CATSPM SAP (Cross-Application Time Sheet (CATS): Transfer to PM/CS) Table details

Dictionary Type: Table
Description: Cross-Application Time Sheet (CATS): Transfer to PM/CS




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




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

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

The CATSPM table consists of various fields, each holding specific information or linking keys about Cross-Application Time Sheet (CATS): Transfer to PM/CS 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 CATSPM 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
RAUFNRReceiver Order EAUFNRCHAR12AUFKALPHAAUFNR
RAUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
RAPLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
KAPIDCapacity ID KAPIDNUMC8Assigned to domainKAPID
SPLITSplit number CY_SPLITINT13INT1
ARBIDObject ID OBJEKTIDNUMC8NUM08PON
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CATSHOURSHours CATSHOURSQUAN4(2) CATSHOURS
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
OFMNWRemaining work REMNWQUAN7(1) ARBEIT
PEDDForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
BEGUZStart time CATSBEGUZTIMS6UZEIT
ENDUZEnd time CATSENDUZTIMS6UZEIT
LTXA1Confirmation text CO_RTEXTCHAR40TEXT40
AUERUPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
BELNRDocument Number CATSBELNRCHAR10ALPHABELNR
TRANSFERData Transferred to the Target Component CATSTRANSFCHAR1XFELD
LGARTWage Type LGARTCHAR4Assigned to domainLGART
PRICEPrice in Transaction Currency CATSPRICECURR11(2) WERTV6
TCURRTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
ERUZUIndicator: Partial confirmation ERUZUCHAR1XFELD
ERSDACreated On ERSDADATS8DATUM
ERSTMTime of Entry CATS_CPUTMTIMS6UZEIT
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
SKOSTLSender Cost Center SKOSTLCHAR10Assigned to domainALPHAKOSTLKSK
.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 CATSPM using ABAP code

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

SELECT SINGLE *
FROM CATSPM
INTO CORRESPONDING FIELDS OF WA_CATSPM
WHERE...

How to access SAP table CATSPM

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