CATS_INCL1 SAP (CATS: Include Structure for 'Genuine' Account Assignments) Structure details

Dictionary Type: Structure
Description: CATS: Include Structure for 'Genuine' Account Assignments




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




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

CATS_INCL1 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 "CATS: Include Structure for 'Genuine' Account Assignments" 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_CATS_INCL1 TYPE CATS_INCL1.

The CATS_INCL1 table consists of various fields, each holding specific information or linking keys about CATS: Include Structure for 'Genuine' Account Assignments data available in SAP. These include LGART (Wage Type), KAPID (Capacity ID), SPLIT (Split number), REINR (Trip 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 CATS_INCL1 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
AWARTAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
LGARTWage Type LGARTCHAR4Assigned to domainLGART
KAPIDCapacity ID KAPIDNUMC8Assigned to domainKAPID
SPLITSplit number CY_SPLITINT13INT1
REINRTrip Number REINRNUMC10REINR
WABLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
VERSLOvertime Compensation Type VRSCHCHAR1T555RVRSCH
WTARTTax area work center HRWRKARCHAR4HRWRKAR
BWGRLValuation basis CATSBWGRLCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
AUFKZExtra Pay Indicator AUFKNCHAR1AUFKN
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST
PRAKNPremium Number PRAKNCHAR2Assigned to domainPRAKN
PRAKZPremium Indicator PRAKZNUMC4PRAKZ
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
PLANSPosition PLANSNUMC8Assigned to domainPLANS
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
MEINHUnit of Measure for Display MEINHUNIT3T006CUNITMEINS
TCURRTransaction Currency TWAERCUKY5TCURCWAERSFWS
PRICEPrice in Transaction Currency CATSPRICECURR11(2) WERTV6
ARBIDObject ID OBJEKTIDNUMC8NUM08PON
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
AUTYPOrder category AUFTYPNUMC2AUFTYP
HRCOSTASGCost Accounting Variants CATSHRCOCHAR1CATSHRCO
HRKOSTLCost Center CATSHRKOSTLCHAR10Assigned to domainALPHAKOSTLKOS
HRLSTARActivity Type CATSHRLSTARCHAR6Assigned to domainLSTARLARLART
HRFUNDMaster Fund CATSHRFUNDCHAR10Assigned to domainBP_GEBER
HRFUNC_AREAMaster Functional Area CATSHRFUNC_AREACHAR16Assigned to domainFKBER
HRGRANT_NBRMaster Grant CATSHRGRANT_NBRCHAR20ALPHAGM_GRANT_NBR
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
UNITUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
STATKEYFIGStatistical key figure STAGRCHAR6Assigned to domainSTAGRSTA
TASKTYPETask Type CATSTASKTYPECHAR4CATSTASKTYPE
TASKLEVELTask Level CATSTASKLEVELCHAR8CATSTASKLEVEL
TASKCOMPONENTTask component CATSTASKCOMPONENTCHAR8CATSTASKCOMPONENT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CPR_GUIDProject GUID CATS_CPR_GUIDCHAR32SYSUUID_C
CPR_EXTIDExternal Project ID CATS_CPR_EXTIDCHAR24CHAR24
CPR_OBJGUIDObject ID CATS_CPR_OBJGUIDCHAR32SYSUUID_C
CPR_OBJGEXTIDExternal ID of Project Subobject CATS_CPR_OBJGEXTIDCHAR24CHAR24
CPR_OBJTYPEcProjects Object Type CATS_CPR_OBJTYPECHAR3CHAR3
HRBUDGET_PDMaster Budget Period CATSHR_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIOD

Key field Non-key field



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

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

How to access SAP table CATS_INCL1

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