/CPD/FC_PTQ_VCMP SAP (Query for Version Comparision) Table details

Dictionary Type: Table
Description: Query for Version Comparision




ABAP Code to SELECT data from /CPD/FC_PTQ_VCMP
Related tables to /CPD/FC_PTQ_VCMP
Access table /CPD/FC_PTQ_VCMP




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

/CPD/FC_PTQ_VCMP is a standard SAP Table which is used to store Query for Version Comparision data and is available within R/3 SAP systems depending on the version and release level.

The /CPD/FC_PTQ_VCMP table consists of various fields, each holding specific information or linking keys about Query for Version Comparision data available in SAP. These include PLAN_TYPE_ID (Plan Type ID), WORK_BOOK (Analysis Client Technical Name), DEFAULT_QUERY (Default Query for Plan 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = /CPD/FC_PTQ_VC_T

Text table = /CPD/FC_PTQ_VC_T


SAP /CPD/FC_PTQ_VCMP 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
PLAN_TYPE_IDPlan Type ID /CPD/PFP_PLN_TYPE_IDCHAR4/CPD/FC_PLN_TYPE/CPD/PFP_PLAN_TYPE_ID
WORK_BOOKAnalysis Client Technical Name RSAO_TECHNAMECHAR30CHAR30
DEFAULT_QUERYDefault Query for Plan Type /CPD/PFP_DEFAULT_QUERYCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP table /CPD/FC_PTQ_VCMP using ABAP code

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

SELECT SINGLE *
FROM /CPD/FC_PTQ_VCMP
INTO CORRESPONDING FIELDS OF WA_/CPD/FC_PTQ_VCMP
WHERE...

How to access SAP table /CPD/FC_PTQ_VCMP

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