FIPR_PRODV SAP (Version of a Prodcut, Master Data) Table details

Dictionary Type: Table
Description: Version of a Prodcut, Master Data




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




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

FIPR_PRODV is a standard SAP Table which is used to store Version of a Prodcut, Master Data data and is available within R/3 SAP systems depending on the version and release level.

The FIPR_PRODV table consists of various fields, each holding specific information or linking keys about Version of a Prodcut, Master Data data available in SAP. These include PRODINT (Internal Product ID), VERSION (Version of a Product), XACTIVE (ID Version is Active (Can Have Instances)), STATUS (Status of a Version).. 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: Not classified


SAP FIPR_PRODV 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 MANDTCLNT3T000MANDT
PRODINTInternal Product ID FIPR_PRODINTCHAR18FIPR_PRODUCTFIPR_PRODINT
VERSIONVersion of a Product FIPR_VERSIONNUMC3FIPR_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

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIPR_PRODV
INTO CORRESPONDING FIELDS OF WA_FIPR_PRODV
WHERE...

How to access SAP table FIPR_PRODV

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