CPSTYPECMPV SAP (Type Status, Application-Specific Data) Table details

Dictionary Type: Table
Description: Type Status, Application-Specific Data




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




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

CPSTYPECMPV is a standard SAP Table which is used to store Type Status, Application-Specific Data data and is available within R/3 SAP systems depending on the version and release level.

The CPSTYPECMPV table consists of various fields, each holding specific information or linking keys about Type Status, Application-Specific Data data available in SAP. These include CSID (Status), LOCK_FLAG (Object Management Record: Locked for Changes), CLOSE_FLAG (Completed for Engineering Change Request), AEFRK (Release for costing).. 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)


SAP CPSTYPECMPV 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 MANDTCLNT3T000MANDT
CSIDStatus PPE_SCSIDCHAR8CPSTYPEPPE_SCSID
LOCK_FLAGObject Management Record: Locked for Changes PPE_SLOCKFLAGCHAR1XFELD
CLOSE_FLAGCompleted for Engineering Change Request PPE_SCLOSEFLAGCHAR1XFELD
AEFRKRelease for costing CC_AEFRKCHAR1CC_XFELD
AEFRPRelease for planning CC_AEFRPCHAR1CC_XFELD
AEFRFRelease for production CC_AEFRFCHAR1CC_XFELD
AEFRSRelease for simulation CC_AEFRSCHAR1CC_XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CPSTYPECMPV
INTO CORRESPONDING FIELDS OF WA_CPSTYPECMPV
WHERE...

How to access SAP table CPSTYPECMPV

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