RTDPR_STR_ADMIN_BASE 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 RTDPR_STR_ADMIN_BASE
Related tables to RTDPR_STR_ADMIN_BASE
Access table RTDPR_STR_ADMIN_BASE




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

RTDPR_STR_ADMIN_BASE 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_RTDPR_STR_ADMIN_BASE TYPE RTDPR_STR_ADMIN_BASE.

The RTDPR_STR_ADMIN_BASE 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 T_PRODINT (Product Description), VERSION (Product Version), XACTIVE (Indicator: Version Is Active (Can Have Characteristic Vals)), PRODEXT (External Product Name).. 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 or numeric)


SAP RTDPR_STR_ADMIN_BASE 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 TB_PR_PRODINTCHAR18Assigned to domainT_PR_PRODINT
T_PRODINTProduct Description TB_PR_T_PRODINTCHAR50T_PR_T_PRODINT
VERSIONProduct Version TB_PR_VERSIONNUMC4Assigned to domainT_PR_VERSIONTD_PRODVERSION
XACTIVEIndicator: Version Is Active (Can Have Characteristic Vals) TB_PR_XACTIVECHAR1T_PR_XACTIVE
PRODEXTExternal Product Name TB_PR_PRODEXTCHAR10T_PR_PRODEXTH_VD_PR_PRODEXT
COPY_PRODEXTReference Product TB_PR_PRODSCHAR10T_PR_PRODEXT
COPY_VERSIONProduct Version TB_PR_VERSIONNUMC4Assigned to domainT_PR_VERSIONTD_PRODVERSION
STATUSVERSStatus of Product Version TB_PR_STATUSVERSCHAR2T_PR_STATUSVERS
PRODTYPEProduct Category TB_PR_PRODTYPECHAR4T_PR_PRODTYPETD_PRODTYPE
PRODARTProduct Type TB_PR_PRODARTCHAR3T_PR_PRODARTH_VD_PRODART_HELP
FIXVALUEFixed Value for Additional Product Control Information TB_PR_FIXVALUECHAR1T_PR_FIXVALUE
VALID_FROMEffective from TB_PR_VALID_FROMDATS8DATUM
VALID_TOEffective to TB_PR_VALID_TODATS8DATUM
BEGRUAuthorization Group for Product Processing TB_PR_BEGRUCHAR4BEGRU
OLDVERSIONOld Version Number TB_PR_OLDVERSIONNUMC4Assigned to domainT_PR_VERSION
PCRUSERUser Who Created Product TB_PR_PCRUSERCHAR12USNAM
PCRDATEDate on Which Product Was Created TB_PR_PCRDATEDATS8DATUM
PCRTIMETime at Which Product Was Created TB_PR_PCRTIMETIMS6TIME
CRUSERUser Who Created the Object TB_PR_CRUSERCHAR12USNAM
CRDATEDate on Which the Object Was Created TB_PR_CRDATEDATS8DATUM
CRTIMETime at Which the Object Was Created TB_PR_CRTIMETIMS6TIME
CHUSERLast User to Change the Object TB_PR_CHUSERCHAR12USNAM
CHDATEDate on Which the Object Was Last Changed TB_PR_CHDATEDATS8DATUM
CHTIMETime at Which the Object Was Last Changed TB_PR_CHTIMETIMS6TIME
RLUSERUser Who Released Object TB_PR_RLUSERCHAR12USNAM
RLDATEDate on Which Object Was Released TB_PR_RLDATEDATS8DATUM
RLTIMETime at Which Object Was Released TB_PR_RLTIMETIMS6TIME
XNOT_SALEABLENo Individual Sale TB_PR_NOT_SALABLECHAR1XFELD
SOURCE_LOGLogical Source System TB_PR_SOURCE_LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table RTDPR_STR_ADMIN_BASE

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