CCPROTYPEASGMT SAP (Assignment of cPRO Object Link Types to iPPE Object Types) Table details

Dictionary Type: Table
Description: Assignment of cPRO Object Link Types to iPPE Object Types




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




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

CCPROTYPEASGMT is a standard SAP Table which is used to store Assignment of cPRO Object Link Types to iPPE Object Types data and is available within R/3 SAP systems depending on the version and release level.

The CCPROTYPEASGMT table consists of various fields, each holding specific information or linking keys about Assignment of cPRO Object Link Types to iPPE Object Types data available in SAP. These include CPRO_OBJLNKTYPE (Object Link Type in cProjects), PPE_APPLOBJ_TYPE (iPPE Application Object Type), PPE_OTYPE (iPPE Object Category (Gen.) Restricted to Nodes and Variants), PPE_PXTYPE (iPPE Object Types (Specialized) for cProjects Link).. 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: Cannot Be Enhanced


SAP CCPROTYPEASGMT 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
CPRO_OBJLNKTYPEObject Link Type in cProjects PVS_OBJLINK_TYPECHAR15CHAR15
PPE_APPLOBJ_TYPEiPPE Application Object Type PPE_APPLOBJ_TYPECHAR4CGUICOMPONENTCHAR4
PPE_OTYPEiPPE Object Category (Gen.) Restricted to Nodes and Variants PVS_OTYPE_CPROCHAR1PVS_OTYPE_CPRO
PPE_PXTYPEiPPE Object Types (Specialized) for cProjects Link PVS_OBJ_TYPE_CPROCHAR8PVS_OBJ_TYPEPPE_CPRO_PXTYPE_SSH
LOGSYSLogical System (with Value Help) PPE_LOGSYSCHAR10CPPEDESTALPHALOGSYSPPE_LOGSYS
CPRO_SHADOWTYPEObject Link Type in cProjects PVS_OBJLINK_TYPECHAR15CHAR15

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCPROTYPEASGMT
INTO CORRESPONDING FIELDS OF WA_CCPROTYPEASGMT
WHERE...

How to access SAP table CCPROTYPEASGMT

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