CPNTYPE SAP (Customizing Table for iPPE Node Type) Table details

Dictionary Type: Table
Description: Customizing Table for iPPE Node Type




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




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

CPNTYPE is a standard SAP Table which is used to store Customizing Table for iPPE Node Type data and is available within R/3 SAP systems depending on the version and release level.

The CPNTYPE table consists of various fields, each holding specific information or linking keys about Customizing Table for iPPE Node Type data available in SAP. These include PNTYPE (iPPE Node Type), APPLOBJ_TYPE (iPPE Application Object Type), PVSLAYER (iPPE Level), CLASS_MIN (Minimum Number of Product Class Assignments for an iPPE Node).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = CPNTYPET


SAP CPNTYPE table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PNTYPEiPPE Node Type PVS_PNODE_TYPECHAR8PVS_PNODE_TYPEPNTYPE
APPLOBJ_TYPEiPPE Application Object Type PPE_APPLOBJ_TYPECHAR4CLICOMP_DEFCHAR4
PVSLAYERiPPE Level PVS_LAYERCHAR1PVS_LAYER
CLASS_MINMinimum Number of Product Class Assignments for an iPPE Node PVS_PRCL_MINCHAR1PVS_CARD_MIN
CLASS_MAXMaximum Number of Product Class Assignments for an iPPE Node PVS_PRCL_MAXCHAR1PVS_CARD_MIN
CONF_FLGPVS Indicator PVS_CONFFLGCHAR1XFELD
KONS_FLGConsistency Check PVS_KONSFLGCHAR1XFELD
CONTEXTENVContext PPE_CONTEXT_ENVCHAR4PPE_CONTEXT_ENV
VAR_SCHEMAVariance Scheme PVS_VARSCHEMACHAR1PVS_VARSCHEMA
ACTTYPEObsolete PVS_ACTTYPE_OLDCHAR1
FLOTYPEBasic Types of iPPE Nodes in the Line Structure PVS_FLOTYPENUMC2PVS_FLOTYPE
CLASSClass PPE_KLASSECHAR18KLASSEKLA_ATPVS_CLASS02
KLARTClass Type PPE_KLASSENART_CUSTCHAR3Assigned to domainKLASSENARTH_TCLA
CLINTInternal Class Number PPE_CLINTNUMC10Assigned to domainPPE_CLINT
REF_PNTYPEiPPE Reference Node Type PVS_REF_PNODE_TYPECHAR8CPNTYPEPVS_PNODE_TYPE
HIST_MODEHistorical Maintenance for iPPE Nodes PPE_PNODID_HISTFLGCHAR1PPE_PRELID_HISTFLG
HIDE_FLGIndicator: Hide Object PVS_HIDEFLGCHAR1XFELD
ICONIcon for iPPE Objects PPE_ICONCHAR4Assigned to domainICON
PNAME_LENMaximum Length of a Node Name PPE_PNAME_LENINT13PPE_PNAME_LEN
CREADATDate of Application PVS_ANDATDATS8DATUM
CREABYUser who created record PVS_ANNAMCHAR12USNAM
CHNGDATDate of Last Change PVS_AEDATDATS8DATUM
CHNGBYName of Person Who Changed Object PVS_AENAMCHAR12USNAM
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



How do I retrieve data from SAP table CPNTYPE using ABAP code

The following ABAP code Example will allow you to do a basic selection on CPNTYPE to SELECT all data from the table
DATA: WA_CPNTYPE TYPE CPNTYPE.

SELECT SINGLE *
FROM CPNTYPE
INTO CORRESPONDING FIELDS OF WA_CPNTYPE
WHERE...

How to access SAP table CPNTYPE

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