JBRDERI SAP (Characteristic Derivation Settings for Analysis Structure) Table details

Dictionary Type: Table
Description: Characteristic Derivation Settings for Analysis Structure




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




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

JBRDERI is a standard SAP Table which is used to store Characteristic Derivation Settings for Analysis Structure data and is available within R/3 SAP systems depending on the version and release level.

The JBRDERI table consists of various fields, each holding specific information or linking keys about Characteristic Derivation Settings for Analysis Structure data available in SAP. These include RMBID (Analysis Structure), ACTFLAG (Risk Analysis: Indicator - Active Characteristic Derivation), OVWR (RM: Indicator for Overwriting Field Content), ERKRS (RM/Analysis: Operating concern for Characteristic Derivation).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP JBRDERI 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
MANDTClient MANDTCLNT3T000MANDT
RMBIDAnalysis Structure JBRRMBIDCHAR4JBRRMBBFJBRRMBIDRMAREA
ACTFLAGRisk Analysis: Indicator - Active Characteristic Derivation JBRDERIACTCHAR1XFELD
OVWRRM: Indicator for Overwriting Field Content JBRDERIOVWCHAR1XFELD
ERKRSRM/Analysis: Operating concern for Characteristic Derivation JBRDERIERKCHAR4TKEBERKRS
EXECORDRM/Analysis: Sequence of Characteristic Derivation JBRDERIORDCHAR1JBRDERIORD
PROGNProgram Name of Transfer Program RM Area/Operating Concern JBRDERIPROGCHAR40Assigned to domainPROGRAMM
CRERLSAP Release in which Analysis Structure was created JBR_CRERLCHAR4SAPRL
GETSTTime Stamp of Generation JBRGETSTNUMC14SYTSTP
FOIDERIVEACTControl of Characteristic Derivation (Type I/Type II) JBRFOIDERIACTCHAR1XFELD
FOICREATEBPThreshold for Segment Creation for Small No. of Fin. Obj. JBRFOICREATEBPINT13

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBRDERI
INTO CORRESPONDING FIELDS OF WA_JBRDERI
WHERE...

How to access SAP table JBRDERI

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