PVCMPP SAP (PVS Variant (CMP): Component Attributes) Table details

Dictionary Type: Table
Description: PVS Variant (CMP): Component Attributes




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




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

PVCMPP is a standard SAP Table which is used to store PVS Variant (CMP): Component Attributes data and is available within R/3 SAP systems depending on the version and release level.

The PVCMPP table consists of various fields, each holding specific information or linking keys about PVS Variant (CMP): Component Attributes data available in SAP. These include PVGUID (Internal Number of the PVS Variant), PVCPCNT (Internal Counter for iPPE Objects), QUANT_FIX (Fixed Quantity in Variant of iPPE Product Structure), OTYPE (iPPE Object Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PVCMPP 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
PVGUIDInternal Number of the PVS Variant PVS_PVGUIDRAW16SYSUUID
PVCPCNTInternal Counter for iPPE Objects PVS_COUNTNUMC8NUMC8
QUANT_FIXFixed Quantity in Variant of iPPE Product Structure PPE_QUANT_FIXQUAN13(3) MENG13V
OTYPEiPPE Object Type PVS_OTYPECHAR1PVS_OTYPE
PGUIDIdentification of Object Reference in iPPE PPE_PGUID_REFRAW16SYSUUID
OTYPE_REFiPPE Object Type PVS_OTYPECHAR1PVS_OTYPE
PGUID_REFIdentification of Object Reference in iPPE PPE_PGUID_REFRAW16SYSUUID
ALTGRPAlternative Item Group PVS_ALTGRPCHAR2CHAR2
CO_DATA_FLGProduct Costing Data Exists PPE_CODATA_FLAGCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM PVCMPP
INTO CORRESPONDING FIELDS OF WA_PVCMPP
WHERE...

How to access SAP table PVCMPP

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