SEOREFPROT SAP (Refactoring log for changes to classes/interfaces) Table details

Dictionary Type: Table
Description: Refactoring log for changes to classes/interfaces




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




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

SEOREFPROT is a standard SAP Table which is used to store Refactoring log for changes to classes/interfaces data and is available within R/3 SAP systems depending on the version and release level.

The SEOREFPROT table consists of various fields, each holding specific information or linking keys about Refactoring log for changes to classes/interfaces data available in SAP. These include REFAC_ID (Refactoring log ID), CMPNAME (Component name), CPDNAME (Full Component Name), CMPTYPE (Component type).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SEOREFPROT 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
CLSNAMEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
REFAC_IDRefactoring log ID SEOREFACIDNUMC5NUM05
CMPNAMEComponent name SEOCMPNAMECHAR30CHAR30
CPDNAMEFull Component Name SEOCPDNAMECHAR61CHAR61
CMPTYPEComponent type SEOCMPTYPENUMC1SEOCMPTYPE
SCONAMESubcomponent name SEOSCONAMECHAR30CHAR30
REFCMPNAMEComponent name SEOCMPNAMECHAR30CHAR30
REFCPDNAMEFull Component Name SEOCPDNAMECHAR61CHAR61
REFSCONAMESubcomponent name SEOSCONAMECHAR30CHAR30
ACTIONChange type of a component SEOCHATYPECHAR3SEOCHATYPE
AUTHORAuthor CNAMCHAR12SYCHAR12
CREATEDONCreated on RDIR_CDATEDATS8SYDATS
CHANGEDBYLast changed by UNAMCHAR12SYCHAR12
CHANGEDONChanged On RDIR_UDATEDATS8SYDATS
DONEGeneral Indicator SEOFLAGCHAR1CHAR1_X
DESCRIPShort Description SEODESCRCHAR60AS4TEXT
TODOCharacter 100 CHAR100CHAR100CHAR100

Key field Non-key field



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

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

SELECT SINGLE *
FROM SEOREFPROT
INTO CORRESPONDING FIELDS OF WA_SEOREFPROT
WHERE...

How to access SAP table SEOREFPROT

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