SAP PARAM_CNJ Parameter String for Project Reporting (PS) Table data and field list

PARAM_CNJ 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 "Parameter String for Project Reporting (PS)" 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_PARAM_CNJ TYPE PARAM_CNJ.

The PARAM_CNJ table consists of various fields, each holding specific information or linking keys about Parameter String for Project Reporting (PS) data available in SAP. These include INCOR (Selection with other orders for WBS (obsolete)), INCVG (Selection with network activities for WBS (Project System)), AOBKZ (Key: View of relationships), INCNT (Selection with networks for WBS (Project System))... 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. .

PARAM_CNJ structure Technical Details:

Delivery Class: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PARAM_CNJ 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 PARAM_CNJ 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
HIEKZIndicator: WBS element, including hierarchy CN_HIEKZCHAR1XFELD
INCORSelection with other orders for WBS (obsolete) CN_INCORCHAR1XFELD
INCVGSelection with network activities for WBS (Project System) CN_INCVGCHAR1XFELDIVR
AOBKZKey: View of relationships CN_AOBKZCHAR1AOB_KEYAOB
INCNTSelection with networks for WBS (Project System) CN_INCNTCHAR1XFELDINT
STUFELevel in project hierarchy CN_STUFEINT13INT1ISL
NOSELIndicator: No Selection NOSELCHAR1XFELD
PRPSCheckbox XFELDCHAR1XFELD
PSTXCheckbox XFELDCHAR1XFELD
AUFKCheckbox XFELDCHAR1XFELD
NETZCheckbox XFELDCHAR1XFELD
ACTCheckbox XFELDCHAR1XFELD
ELEMCheckbox XFELDCHAR1XFELD
AFABCheckbox XFELDCHAR1XFELD
AFFHCheckbox XFELDCHAR1XFELD
RESBCheckbox XFELDCHAR1XFELD
KBEDCheckbox XFELDCHAR1XFELD
PLAFCheckbox XFELDCHAR1XFELD
AFRUCheckbox XFELDCHAR1XFELD
PROJCheckbox XFELDCHAR1XFELD
MLSTCheckbox XFELDCHAR1XFELD
EVOFCheckbox XFELDCHAR1XFELD
EBKMCheckbox XFELDCHAR1XFELD
SDORCheckbox XFELDCHAR1XFELD
COSTCheckbox XFELDCHAR1XFELD
DRILLDOWNLevel in project hierarchy CN_STUFEINT13INT1ISL

Key field Non-key field



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

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

How to access SAP table PARAM_CNJ

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

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