PPEPSIF_PVSDYNP SAP (Screen Structure for PVS Subscreen) Structure details

Dictionary Type: Structure
Description: Screen Structure for PVS Subscreen




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




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

PPEPSIF_PVSDYNP 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 "Screen Structure for PVS Subscreen" 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_PPEPSIF_PVSDYNP TYPE PPEPSIF_PVSDYNP.

The PPEPSIF_PVSDYNP table consists of various fields, each holding specific information or linking keys about Screen Structure for PVS Subscreen data available in SAP. These include MATNR (Material Number), MATERIAL_LONG (Long External Material Number), MATERIAL_VERSION (Material Version Number), MATERIAL_GUID (iPPE GUID in (External) CHAR32 Format).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PPEPSIF_PVSDYNP structure 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
HEADER_IDiPPE GUID in (External) CHAR32 Format PVS_GUID_EXTCHAR32SYSUUID_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATERIAL_LONGLong External Material Number PPE_MATERIAL_LONGCHAR40PPE_MATERIAL_LONG
MATERIAL_VERSIONMaterial Version Number PPE_MATERIAL_VERCHAR10PPE_MATERIAL_VER
MATERIAL_GUIDiPPE GUID in (External) CHAR32 Format PVS_GUID_EXTCHAR32SYSUUID_C
LOCATIONPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
USE_OF_PPEUsage in iPPE PPE_USECHAR3CPPE_HDR_USEPPE_USEPPE_USE
PPE_NAMEiPPE Object PPEUI_PNAMECHAR40PVS_PNODEPNDPVS_PNODE00
TYPEType of the iPPE Access Object PPE_TYPECHAR1PPE_TYPE
MATCONSUMPTION_FLGTime of Material Consumption PPE_MATCOOUTCHAR1PPE_MATCOFLG
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
DATE_LOWDate DATUMDATS8DATUM
DATE_HIGHDate DATUMDATS8DATUM
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
PNTYPEiPPE Object Type PPEUI_PNTYPECHAR8Assigned to domainPVS_PNODE_TYPEPPEUI_TYPE
AEFRKRelease for costing CC_AEFRKCHAR1CC_XFELD
AEFRPRelease for planning CC_AEFRPCHAR1CC_XFELD
AEFRFRelease for production CC_AEFRFCHAR1CC_XFELD
AEFRSRelease for simulation CC_AEFRSCHAR1CC_XFELD
ECN_ACTIVEActive Change Number PVS_ECN_ACTIVECHAR12Assigned to domainAENNRAENNRPPE_AENAEN1
ECN_ACTIVE_RELActive Change Number PVS_ECN_ACTIVE_RELCHAR12Assigned to domainAENNRAENNRPPE_AENAEN1
CCPARAMETER_VALUECharacteristic Value ATWRTCHAR30ATWRT
EFF_ACTIVECheckbox XFELDCHAR1XFELD
FLG_PROTOGenerate Log FLG_PROTOCHAR1XFELD
FLG_ECM_ACTParameter Effectivity Active PVS_EFFFILTCHAR1XFELD

Key field Non-key field



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

As PPEPSIF_PVSDYNP 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 PPEPSIF_PVSDYNP as there is no data to select.

How to access SAP table PPEPSIF_PVSDYNP

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