PVSDEX SAP (External Indicator for Deleted PVS/iPPE Objects) Table details

Dictionary Type: Table
Description: External Indicator for Deleted PVS/iPPE Objects




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




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

PVSDEX is a standard SAP Table which is used to store External Indicator for Deleted PVS/iPPE Objects data and is available within R/3 SAP systems depending on the version and release level.

The PVSDEX table consists of various fields, each holding specific information or linking keys about External Indicator for Deleted PVS/iPPE Objects data available in SAP. These include GUID (Internal Identification for PVS Objects), OTYPE (iPPE Object Type), APPLOBJ_TYPE (iPPE Application Object Type), PXTYPE (iPPE Node Type, Alternative Type, or Variant 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 PVSDEX 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
GUIDInternal Identification for PVS Objects PVS_GUIDRAW16SYSUUID
OTYPEiPPE Object Type PVS_OTYPECHAR1PVS_OTYPE
APPLOBJ_TYPEiPPE Application Object Type PPE_APPLOBJ_TYPECHAR4CHAR4
PXTYPEiPPE Node Type, Alternative Type, or Variant Type PVS_CUST_TYPE1CHAR8Assigned to domainPVS_PNODE_TYPETS_PNTYPE
KLARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
CLASSClass number KLASSE_DCHAR18KLASSEKLA
PNAMEiPPE Node Description PVS_PNODECHAR40PVS_PNODEPND
NAMEIDID of the Context-Providing Node Object PPE_NAMEIDCHAR40
NAMEID_OTYPETechnical Type of Context-Providing Object PPE_NAMEID_OTYPECHAR1PVS_OTYPE
NAMEID_APPLOBJApplication of Object that Provides the Context PPE_NAMEID_APPLOBJCHAR4PVS_APPLOBJ_TYPE
PVNAMEVariant PVS_POSVARCHAR8ALPHAPVS_POSVARPOSV
ALTNUMAlternative of an iPPE Node PVS_ALTNUMCHAR2ALPHAPVS_ALTNRALTN
DELBYName of Person Who Changed Object PVS_AENAMCHAR12USNAM
DELDATDate of Last Change PVS_AEDATDATS8DATUM
ARC_FLGObject was Archived Before it was Deleted PPE_ARCHIVED_FLGCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM PVSDEX
INTO CORRESPONDING FIELDS OF WA_PVSDEX
WHERE...

How to access SAP table PVSDEX

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