SAP CDPVRCPD Change Document Structure; Generated by RSSCD000 Table data and field list

CDPVRCPD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Change Document Structure; Generated by RSSCD000" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CDPVRCPD TYPE CDPVRCPD.

The CDPVRCPD table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include MANDT (Client), PVGUID (Internal Number of the PVS Variant), PVCDCNT (Internal Counter for iPPE Objects), AENNR (Change Number)... 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. .

CDPVRCPD structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CDPVRCPD structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CDPVRCPD table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
PVGUIDInternal Number of the PVS Variant PVS_PVGUIDRAW16POSVIDSYSUUID
PVCDCNTInternal Counter for iPPE Objects PVS_COUNTNUMC8NUMC8
AENNRChange Number AENNRCHAR12AENRAENNRAENNRAEN
DELFLGDeletion Indicator PVS_DELFLGCHAR1XFELD
STDVARIndicator: Standard Variant (Recipe) RCP_STDVARCHAR1XFELD
ISTATUSIndividual Status of Object PVS_J_STATUSCHAR5J_STATUSPPERCP_ISTATUS
STATUS_CHG_COUNTCopy counter RSPOPCOPYINT13RSPOCPYCNT
OBJNRObject Number PVS_J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
ISTATUS_OLDObject status J_STATUSCHAR5J_STATUS
RCPDCNTChange State in Recipe RCPCHSTCHAR10PVS_RCPCHST
RCPVERSVersion of the General Recipe PVS_RCPVERSCHAR10PVS_RCPVERSION
VALFROMValid-From Date PVS_ADATUMDATS8DATUM
VALTOValid-To Date PVS_BDATUMDATS8DATUM
LOTMINLower Limit of Lot-Size Range PVS_MINLOTSIZEQUAN13(3) MENG13
LOTMAXUpper Limit of Lot-Size Range PVS_MAXLOTSIZEQUAN13(3) MENG13
LOTUNITUnit of Measure PVS_QUNITUNIT3Assigned to domainCUNITMEINSH_T006
PV_PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PV_MATMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PV_NRProduction Version PVS_VERIDCHAR4Assigned to domainVERIDVER
OTYPE_ORGIDObject Type OTYPECHAR2ESD_ESTST_T778OOTYPEPOT
REALOResponsible ESEREALOCHAR45CHAR45
RCP_TIMSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmss,mmmuuun) PVS_TIMSTMPDEC21(7) TZNTSTMPL
RCP_CREADATDate of Application PVS_ANDATDATS8DATUM
RCP_CREABYUser who created record PVS_ANNAMCHAR12USNAM
RCP_CHNGDATDate of Last Change PVS_AEDATDATS8DATUM
RCP_CHNGBYName of Person Who Changed Object PVS_AENAMCHAR12USNAM
REFQUANTReference Quantity RCPE_REFQUANTQUAN13(3) RCPD_REFQUANT
PROJECTWBS Element PS_POSNRNUMC8PRPSABPSPPS_POSNR
DEV_TIMERecipe Development Time RCPE_DEVTIMENUMC6RCPD_DEVTIME
PROD_TIMEProductive Time of Recipe RCPE_PRODTIMENUMC6RCPD_PRODTIME
CONF_FLAGConfidential RCPE_CONFFLAGCHAR1RCPD_CONFFLAG
REFLANGReference Language RCPE_OLANGLANG1Assigned to domainISOLASPRASSPRH_T002
PVTXCNTCounter for Text Tables PVS_TXTCOUNTNUMC5NUMC5
RESCREATXCNTCounter for Text Tables PVS_TXTCOUNTNUMC5NUMC5
COPY_FROMOrigin RCPE_CPYFROMRAW16RCPD_CPYFROM
COPY_FROM_RCPCopied from RCPE_CPYFROM_RCPRAW16RCPD_CPYFROM
PREF_RCP_FLGPreferred Recipe RCPE_PREF_RCPCHAR1RCPD_PREF_RCP
CONS_FLGConsistent RCPE_CONS_FLGCHAR1RCPD_CONS_FLG
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



How do I retrieve data from SAP structure CDPVRCPD using ABAP code?

As CDPVRCPD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CDPVRCPD as there is no data to select.

How to access SAP table CDPVRCPD

Within an ECC or HANA version of SAP you can also view further information about CDPVRCPD and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).