SBRN_EXCL SAP (SBRN: Special Tables) Table details

Dictionary Type: Table
Description: SBRN: Special Tables




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




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

SBRN_EXCL is a standard SAP Table which is used to store SBRN: Special Tables data and is available within R/3 SAP systems depending on the version and release level.

The SBRN_EXCL table consists of various fields, each holding specific information or linking keys about SBRN: Special Tables data available in SAP. These include TABOPT (Operator of Selection Option), TABNAME (Table Name), SEQNUM (Single-Character Indicator), LANGFLAG (Single-Character Indicator).. 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 SBRN_EXCL 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
TABSIGNSelection type SEL_TYPECHAR1CHAR1
TABOPTOperator of Selection Option SEL_OPTIONCHAR2CHAR2
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
SEQNUMSingle-Character Indicator CHAR1CHAR1CHAR1
LANGFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
LANGVEC30 Characters CHAR30CHAR30CHAR30
INDFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
INDVEC30 Characters CHAR30CHAR30CHAR30
MANUSingle-Character Indicator CHAR1CHAR1CHAR1
AUTOSingle-Character Indicator CHAR1CHAR1CHAR1
CHADATEDate data element for SYST SYDATEDATS8SYDATS
CHANAMEUser Name SYUNAMECHAR12SYCHAR12
FLAG1Single-Character Indicator CHAR1CHAR1CHAR1
FLAG2Version Number Component CHAR2CHAR2CHAR2
FLAG33-Byte field CHAR3CHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM SBRN_EXCL
INTO CORRESPONDING FIELDS OF WA_SBRN_EXCL
WHERE...

How to access SAP table SBRN_EXCL

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