CATSAPPR SAP (Texts for Display in CATS Approval Report and HR Elements) Structure details

Dictionary Type: Structure
Description: Texts for Display in CATS Approval Report and HR Elements




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




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

CATSAPPR 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 "Texts for Display in CATS Approval Report and HR Elements" 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_CATSAPPR TYPE CATSAPPR.

The CATSAPPR table consists of various fields, each holding specific information or linking keys about Texts for Display in CATS Approval Report and HR Elements data available in SAP. These include LGARTTEXT (Text length 25), PREMTEXT (Text (20 Characters)), PLANSTEXT (Text length 25), HROBJTEXT (Object Type Text).. 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)


SAP CATSAPPR 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
ABSTEXTText length 25 TEXT25CHAR25TEXT25
LGARTTEXTText length 25 TEXT25CHAR25TEXT25
PREMTEXTText (20 Characters) TEXT20CHAR20TEXT20
PLANSTEXTText length 25 TEXT25CHAR25TEXT25
HROBJTEXTObject Type Text OTEXTCHAR25TEXT25
REJETEXTText for Rejection Reason CATSRETEXTCHAR50TEXT50
SCOSTTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
RCOSTTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
ACTIVTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
RPROJTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
RKSTRTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
RKDAUFTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
RPRZNRTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
STATUSTEXTText, 40 Characters Long TEXT40CHAR40TEXT40
ORDERTEXTDescription AUFTEXTCHAR40TEXT40
NETTEXTDescription AUFTEXTCHAR40TEXT40
OPERATEXTOperation short text LTXA1CHAR40TEXT40
SOPERATEXTOperation short text LTXA1CHAR40TEXT40
WORKTEXTWork center description KTXT40CHAR40TEXT40
ENAMEText, 40 Characters Long TEXT40CHAR40TEXT40
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
CHECKBOXCheckbox XFELDCHAR1XFELD
XFELDCheckbox XFELDCHAR1XFELD
CPRO_TEXTcProject Description CATS_CPR_TEXTCHAR40CHAR40
CPRO_OBJTEXTcProject Description CATS_CPR_TEXTCHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table CATSAPPR

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