VFIPR_PRODV SAP (Change document structure; generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change document structure; generated by RSSCD000




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




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

VFIPR_PRODV 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_VFIPR_PRODV TYPE VFIPR_PRODV.

The VFIPR_PRODV 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), PRODINT (Internal Product ID), VERSION (Version of a Product), XACTIVE (ID Version is Active (Can Have Instances)).. 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 VFIPR_PRODV 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
MANDTClient MANDTCLNT3T000MANDT
PRODINTInternal Product ID FIPR_PRODINTCHAR18FIPR_PRODUCTFIPR_PRODINT
VERSIONVersion of a Product FIPR_VERSIONNUMC3Assigned to domainFIPR_VERSION
XACTIVEID Version is Active (Can Have Instances) FIPR_XACTIVECHAR1FIPR_X
STATUSStatus of a Version FIPR_STATUSVERSCHAR2FIPR_STATUSVERS
XISUSEDIndicator: There Are Instances for Version FIPR_XVERSUSEDCHAR1FIPR_X
VALID_FROMValid from FIPR_VALID_FROMDATS8DATUM
VALID_TOValid to FIPR_VALID_TODATS8DATUM
CRUSERUser who created the object FIPR_CRUSERCHAR12USNAM
CRDATEDate on which the object was created FIPR_CRDATEDATS8DATUM
CRTIMETime at which the object was created FIPR_CRTIMETIMS6TIME
CHUSERLast user to change object FIPR_CHUSERCHAR12USNAM
CHDATEDate on which the object was last changed FIPR_CHDATEDATS8DATUM
CHTIMETime at Which the Object Was Last Changed FIPR_CHTIMETIMS6TIME
RLUSERUser who released object FIPR_RLUSERCHAR12USNAM
RLDATEDate on Which Object Was Released FIPR_RLDATEDATS8DATUM
RLTIMETime at Which Object Was Released FIPR_RLTIMETIMS6TIME
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VFIPR_PRODV

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