RCATSTXX SAP (Documentation of CATS Report Parameters) Structure details

Dictionary Type: Structure
Description: Documentation of CATS Report Parameters




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




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

RCATSTXX 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 "Documentation of CATS Report Parameters" 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_RCATSTXX TYPE RCATSTXX.

The RCATSTXX table consists of various fields, each holding specific information or linking keys about Documentation of CATS Report Parameters data available in SAP. These include PARHOUR (Transfer in Hours), PARDATE (Transfer Without Dates), PARLIST (Log), PARTEST (Test Run).. 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: Cannot Be Enhanced


SAP RCATSTXX 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
PARLCNTNumber of Lock Attempts During Transfer CATS_PARLCNTNUMC3NUM3
PARHOURTransfer in Hours CATS_PARHOURCHAR1X
PARDATETransfer Without Dates CATS_PARDATECHAR1X
PARLISTLog CATS_PARLISTCHAR1X
PARTESTTest Run CATS_PARTESTCHAR1X
VAR_NORMALScenario: Cost Assignment to Master Cost Center CATS_NORMAL_ACTALLCHAR1XFELD
VAR_RECEIVERScenario: Cost Assignment to Receiver Object CATS_COSTASG_ON_RECCHAR1XFELD
VAR_SENDERScenario: Cost Assignment to Sender of Activity Allocation CATS_COSTASG_ON_SENCHAR1XFELD
VAR_ACTPAScenario: Account Assignment Activity Type Active CATS_ACTPACHAR1XFELD
VAR_GEN_ACTALLScenario: Activity Allocation Master and Sender CATS_GEN_ACTALLCHAR1XFELD
TSSELTime Sheet Selection CATSTSSELCHAR1X
DOLIMLower Limit for Recorded Hours CATSDOLIMQUAN6(2) CATSSUM
UPLIMUpper Limit for Recorded Hours CATSUPLIMQUAN6(2) CATSSUM
TOOFEWSelect Time Sheets with Too Few Recorded Hours CATSTOOFEWCHAR1XFELD
TOOMANYSelect Time Sheets with Too Many Recorded Hours CATSTOOMANCHAR1XFELD
DISPALLDisplay All Records CATSDISPALLCHAR1XFELD
PER_CVRData Entry Profile for Time Settings Defaults CATSPERCVRCHAR8TCATSCATSVARIAN
TAR_CVRData Entry Profile for Target Hours CATSTARCVRCHAR8TCATSCATSVARIAN
MAILSend Mail CATSMAILCHAR1XFELD
ALL_UNAPPROVEDDisplay Released Data CATS_ALL_UNAPPROVEDCHAR1XFELD
REJECTION_MAILSend Notification of Rejection CATS_MAILCHAR1XFELD
ALL_DAYSDisplay All Days and Personnel Numbers CATS_ALL_DAYSCHAR1XFELD
REPEAT_TRANSFERRepeat Transfer REPEAT_TRANSFERCHAR1XFELD
IGNORE_WARNINGIgnore Warnings IGNORE_WARNINGCHAR1XFELD
SELDAILYSelect Time Sheets based on Period/Each Day CATS_SELDAILYCHAR1XFELD
ARCH_TESTTime Sheet Archiving: Test Run CATS_ARCH_TESTCHAR1XFELD
ARCH_PRODTime Sheet Archiving CATS_ARCH_PRODCHAR1XFELD
PARTASKNumber of Parallel Tasks (Max. 9) CATS_PARTASKCHAR1CHAR1
PARSTORNNumber of Parallel Tasks (Max. 9) for Cancelation CATS_PARSTORNCHAR1CHAR1
PNR_COUpdate Personnel Number in CO Document CATS_PNR_COCHAR1XFELD
NO_APPROVALApproval Required CATSAPPROVCHAR1XFELD
WITH_APPROVALApproval Required CATSAPPROVCHAR1XFELD
SPECIAL_APPROVALApproval Required CATSAPPROVCHAR1XFELD

Key field Non-key field



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

As RCATSTXX 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 RCATSTXX as there is no data to select.

How to access SAP table RCATSTXX

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