SFIPR_ADMIN SAP (Structure for Master and Administration Data Version) Structure details

Dictionary Type: Structure
Description: Structure for Master and Administration Data Version




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




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

SFIPR_ADMIN 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 "Structure for Master and Administration Data Version" 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_SFIPR_ADMIN TYPE SFIPR_ADMIN.

The SFIPR_ADMIN table consists of various fields, each holding specific information or linking keys about Structure for Master and Administration Data Version data available in SAP. These include PRODINT (Internal Product ID), T_PRODINT (Product Description), 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: Can be enhanced (character-type)


SAP SFIPR_ADMIN 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
PRODINTInternal Product ID FIPR_PRODINTCHAR18Assigned to domainFIPR_PRODINT
T_PRODINTProduct Description FIPR_T_PRODINTCHAR30FIPR_T_PRODINT
VERSIONVersion of a Product FIPR_VERSIONNUMC3Assigned to domainFIPR_VERSION
XACTIVEID Version is Active (Can Have Instances) FIPR_XACTIVECHAR1FIPR_X
PRODEXTExternal Product ID FIPR_PRODEXTCHAR10FIPR_PRODEXTPCTFIPR_PRODEXT_HELP
STATUSStatus of a Version FIPR_STATUSVERSCHAR2FIPR_STATUSVERS
PRODAREAProduct Range FIPR_PRODAREACHAR4FIPR_PRODAREAPRA
PRODTYPEProduct Category FIPR_PRODTYPECHAR4Assigned to domainFIPR_PRODTYPE
PRODUCT_OLDOld Product Number FIPR_PRODUCT_OLDCHAR20FIPR_PRODUCT_OLD
XCANBEMOTHERIndicator: Can Have Subsidiary Products FIPR_XCANBEMOTHERCHAR1FIPR_X
XCANBEUSEDIndicator Can Form Instances FIPR_XCANBEUSEDCHAR1FIPR_X
XCANBEPARTIndicator: Can Be Partial Product FIPR_XCANBEPARTCHAR1FIPR_X
MOTHERParent Product FIPR_MOTHERPRCHAR18Assigned to domainFIPR_PRODNO
T_MOTHERDescription Parent Product FIPR_T_MOTHERPRCHAR30TEXT30
MOTHEREXTExternal ID Parent FIPR_MOTHEREXTCHAR10FIPR_PRODEXT
VALID_FROMValid from FIPR_VALID_FROMDATS8DATUM
VALID_TOValid to FIPR_VALID_TODATS8DATUM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
OLDVERSIONOld Version Number FIPR_OLDVERSIONNUMC3Assigned to domainFIPR_VERSION
PCRUSERUser Who Created Product FIPR_PCRUSERCHAR12USNAM
PCRDATEDate on Which Product Was Created FIPR_PCRDATEDATS8DATUM
PCRTIMETime at Which Product Was Created FIPR_PCRTIMETIMS6TIME
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
T_STATUSStatus of Version of the Product FIPR_T_STATUSVERCHAR30CHAR30
T_PRODAREADescription Product Range FIPR_T_PRODAREACHAR25TEXT25
T_PRODTYPEDescription Product Category FIPR_T_PRODTYPECHAR25TEXT25
T_STATUS_CHANGEText field TEXTCHAR29FL_TEXT
T_STATUS_BACKText field TEXTCHAR29FL_TEXT
T_PRODCREATIONText field TEXTCHAR29FL_TEXT
T_VERSCREATIONText field TEXTCHAR29FL_TEXT
T_CHANGEDText field TEXTCHAR29FL_TEXT
T_RELEASEDText field TEXTCHAR29FL_TEXT
T_USERText field TEXTCHAR29FL_TEXT
T_DATEText field TEXTCHAR29FL_TEXT
T_TIMEText field TEXTCHAR29FL_TEXT

Key field Non-key field



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

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

How to access SAP table SFIPR_ADMIN

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