SAP CNTX0 Screen Fields for Project Management System Text Catalog Table data and field list

CNTX0 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 "Screen Fields for Project Management System Text Catalog" 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_CNTX0 TYPE CNTX0.

The CNTX0 table consists of various fields, each holding specific information or linking keys about Screen Fields for Project Management System Text Catalog data available in SAP. These include TXTTI (PS text description), TXTAR (Text type), TXTSP (Language Key), FORMAT (Text format for PS 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. .

CNTX0 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CNTX0 structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CNTX0 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TXTKYInternal text number (12-character) TXTKYCHAR12CHAR12
TXTTIPS text description TXTTICHAR20CHAR20
TXTARText type TXTARCHAR2TCN03TXTAR
TXTSPLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
FORMATText format for PS text PSFORMATCHAR1TEXTFORMATSHLP_PSFORMAT
USERHPS Text created by USERHCHAR12UNAME
ADATEABPS Text created on DATEHDATS8DATUM
ADATEBSPS Text created on DATEHDATS8DATUM
USERVPS Text changed by USERVCHAR12UNAME
VDATEABPS text changed on DATEVDATS8DATUM
VDATEBSPS text changed on DATEVDATS8DATUM
STPLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
STPLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
STKTEXTDescription AUFTEXTCHAR40TEXT40
STVORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
STLTXA1Operation short text LTXA1CHAR40TEXT40
STPLNKNNumber of the task list node PLNKNNUMC8KNTNR
NPAUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
NPKTEXTDescription AUFTEXTCHAR40TEXT40
NPVORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
NPLTXA1Operation short text LTXA1CHAR40TEXT40
PROJProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
PROJPOSWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PROJSPOSWBS element in standard project PS_SPSIDCHAR24ABPSNPS_POSIDSEEPRST
PRPOST1PS: Short description (1st text line) PS_POST1CHAR40TEXT40
PRSPOST1PS: Short description (1st text line) PS_POST1CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table CNTX0

Within an ECC or HANA version of SAP you can also view further information about CNTX0 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).