SFRELN SAP (SAPfind: Attributes of the Release Notes) Table details

Dictionary Type: Table
Description: SAPfind: Attributes of the Release Notes




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




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

SFRELN is a standard SAP Table which is used to store SAPfind: Attributes of the Release Notes data and is available within R/3 SAP systems depending on the version and release level.

The SFRELN table consists of various fields, each holding specific information or linking keys about SAPfind: Attributes of the Release Notes data available in SAP. These include REL (Changed in Release:), ADM (Changes in system administration), CON (Special software and hardware requirements), DEP (Effect on dependent functions).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SFRELN 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
TXTKEYText key SF_TXTKEYCHAR100SF_TXTKEY
RELChanged in Release: SF_RELCHAR4SAPRL
ADMChanges in system administration SF_ADMCHAR1BOOLEAN
CONSpecial software and hardware requirements SF_CONCHAR1BOOLEAN
DEPEffect on dependent functions SF_DEPCHAR1BOOLEAN
FUNFunction status (new, corrected, changed, deleted) SF_FUNCHAR1CHAR1
INSInstallation information SF_INSCHAR1BOOLEAN
PARChanges to Customizing parameters SF_PARCHAR1BOOLEAN
STAStatus of change (planned/implemented) SF_STACHAR1CHAR1
BINEffect on batch inputs SF_BINCHAR1BOOLEAN
CUAChanges to the Interface SF_CUACHAR1BOOLEAN
NACNecessary actions in Release Notes SF_NACCHAR1BOOLEAN
ACTActions in Release Notes SF_ACTCHAR1BOOLEAN
LAWLaw change key SF_LAWKEYCHAR4SFLAWSF_LAWKEY
ADDONIDName of an Add-On Product ADDONIDCHAR10Assigned to domainADDONID
COUNTRYCountry ID SIMG_C_OPTCHAR1SIMG_C_OPT
ADDONRLVersion of an 'Add-On' Product ADDONRLCHAR12CHAR12
NOT_APPROVSingle-Character Indicator CHAR1CHAR1CHAR1
COMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
EXTRELEASESAP Release SAPRELEASECHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM SFRELN
INTO CORRESPONDING FIELDS OF WA_SFRELN
WHERE...

How to access SAP table SFRELN

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