RTDPR_STR_ADMIN_BASE is an SAP Structure so does not store data like a database table does but can be used 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 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
PRODINT | TB_PR_PRODINT | CHAR | 18 |
* | Internal Product ID | |
T_PRODINT | TB_PR_T_PRODINT | CHAR | 50 | Product Description | ||
VERSION | TB_PR_VERSION | NUMC | 4 |
* | Product Version | |
XACTIVE | TB_PR_XACTIVE | CHAR | 1 | Indicator: Version Is Active (Can Have Characteristic Vals) | ||
PRODEXT | TB_PR_PRODEXT | CHAR | 10 | External Product Name | ||
COPY_PRODEXT | TB_PR_PRODS | CHAR | 10 | Reference Product | ||
COPY_VERSION | TB_PR_VERSION | NUMC | 4 |
* | Product Version | |
STATUSVERS | TB_PR_STATUSVERS | CHAR | 2 | Status of Product Version | ||
PRODTYPE | TB_PR_PRODTYPE | CHAR | 4 | Product Category | ||
PRODART | TB_PR_PRODART | CHAR | 3 | Product Type | ||
FIXVALUE | TB_PR_FIXVALUE | CHAR | 1 | Fixed Value for Additional Product Control Information | ||
VALID_FROM | TB_PR_VALID_FROM | DATS | 8 | Effective from | ||
VALID_TO | TB_PR_VALID_TO | DATS | 8 | Effective to | ||
BEGRU | TB_PR_BEGRU | CHAR | 4 | Authorization Group for Product Processing | ||
OLDVERSION | TB_PR_OLDVERSION | NUMC | 4 |
* | Old Version Number | |
PCRUSER | TB_PR_PCRUSER | CHAR | 12 | User Who Created Product | ||
PCRDATE | TB_PR_PCRDATE | DATS | 8 | Date on Which Product Was Created | ||
PCRTIME | TB_PR_PCRTIME | TIMS | 6 | Time at Which Product Was Created | ||
CRUSER | TB_PR_CRUSER | CHAR | 12 | User Who Created the Object | ||
CRDATE | TB_PR_CRDATE | DATS | 8 | Date on Which the Object Was Created | ||
CRTIME | TB_PR_CRTIME | TIMS | 6 | Time at Which the Object Was Created | ||
CHUSER | TB_PR_CHUSER | CHAR | 12 | Last User to Change the Object | ||
CHDATE | TB_PR_CHDATE | DATS | 8 | Date on Which the Object Was Last Changed | ||
CHTIME | TB_PR_CHTIME | TIMS | 6 | Time at Which the Object Was Last Changed | ||
RLUSER | TB_PR_RLUSER | CHAR | 12 | User Who Released Object | ||
RLDATE | TB_PR_RLDATE | DATS | 8 | Date on Which Object Was Released | ||
RLTIME | TB_PR_RLTIME | TIMS | 6 | Time at Which Object Was Released | ||
XNOT_SALEABLE | TB_PR_NOT_SALABLE | CHAR | 1 | No Individual Sale | ||
SOURCE_LOG | TB_PR_SOURCE_LOGSYS | CHAR | 10 |
* | Logical Source System | ALPHA |
Key field | |
Non-key field |
RTDPR_STR_ADMIN_BASE - Structure for Master and Administration Data Version RTDPR_STR_ADMINS - Structure for General Data and Status Info. for Product RTDPR_STR_ADMIN - Structure for Master Data and Admin. Data: Version and Texts RTDPR_ROW_TABKEY - Table Name and Key RTDPR_ROW_PRODINT - Single Row Structure for Internal Product ID RTDPR_ROW_KEY_PRODUCTVERSION - Key for a Product Version