JBRFLDDOCU SAP (RM: Structure for Storing Field Documentation) Structure details

Dictionary Type: Structure
Description: RM: Structure for Storing Field Documentation




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




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

JBRFLDDOCU is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "RM: Structure for Storing Field Documentation" 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_JBRFLDDOCU TYPE JBRFLDDOCU.

The JBRFLDDOCU table consists of various fields, each holding specific information or linking keys about RM: Structure for Storing Field Documentation data available in SAP. These include PHSHOW (Indicator: Display Portfolio Hierarchy), SFACTSHOW (Indicator: Display Sensitivity Factors), SISTATUS (Current Maintenance Status of a View), LINENUMBER (RM: Line Number in Lists).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP JBRFLDDOCU structure 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
ALLBPIndicator: Use All Base Portfolios JBRALLBPCHAR1XFELD
PHSHOWIndicator: Display Portfolio Hierarchy JBRPHSHOWCHAR1XFELD
SFACTSHOWIndicator: Display Sensitivity Factors JBRSFSHOWCHAR1XFELD
SISTATUSCurrent Maintenance Status of a View JBRSISTATCHAR15JBRSISTAT
LINENUMBERRM: Line Number in Lists JBRLINNUMCHAR3JBRLINNUM
XFIELDRM: Check Box for General Use JBRXFIELDCHAR1XFELD
PRGENIndicator: Generate Program JBRPRGENCHAR1XFELD
BLSIZENumber of Financial Objects in a Block JBRBLSIZEINT410SYST_LONG
FOSELSelection of Financial Objects JBRFOSELCHAR1XFELD
BFTSELSelection of Financial Objects by Transaction JBRBFTSELCHAR1XFELD
RMACTActivate Analysis Parameters of Financial Objects JBRRMACTCHAR1XFELD
RMINACTDeactivate the Analysis Parameters of Financial Objects JBRRMINACTCHAR1XFELD
SCHECKData Consistency Check for Financial Objects JBRSCHECKCHAR1XFELD
SSAVESave Financial Object Data JBRSSAVECHAR1XFELD
DRMENDEnd of the Validity Interval RMDATENDDATS8DATUM
DRMBEGStart of a Validity Period RMDATBEGDATS8DATUM
SAVCOptional Save for an SEM Application JBSAVCCHAR1XFELD
SAVHRequired Save for an SEM Application JBSAVHCHAR1XFELD
AGGRONLYIndicator: Select Summarized Data Only JBRAGGRONLYCHAR1XFELD
DIAGNRRMDiagnosis: FO not Relevant => No Analysis Parameters JBRDAGNRRMCHAR1XFELD
DIAGRRMDiagnosis: FO is Relevant for RM => Analysis Parameters JBRDIAGRRMCHAR1XFELD
DIAGFADiagnosis: Update of FO => FO RM Active JBRDIAGFACHAR1XFELD
DIAGFBPVDiagnosis: Update of FO => Base Portfolio Admin Tables JBRDIAGFBPVCHAR1XFELD
DIAGBPVFDiagnosis: Base Portfolio Administration Tables => Update JBRDIAGBPVFCHAR1XFELD
DIAGAKSDiagnosis: Active FO for Accounts <=> Balance Carried Frwd JBRDIAGAKSCHAR1XFELD
DIAGMRMDiagnosis: Characteristics <=> Analysis Parameters JBRDIAGMRMCHAR1XFELD
DEACCORSRM Hard Delete: Correction of Totals Records JBRDEACCORSCHAR1XFELD
DEACRMARM Hard Delete: Set Analysis Parameters to Active JBRDEACRMACHAR1XFELD
DEACCRESRM Hard Delete: Generation of Bals Carried Forward Curr.Acct JBRDEACCRESCHAR1XFELD
DEACRMRM Hard Delete: Hard Delete of Analysis Parameters JBRDEACRMCHAR1XFELD
DEACRMWFORM Hard Delete: Delete Analysis Parameters without FO JBRDEACRMWFOCHAR1XFELD
LMACTActivate Limit Part of Financial Objects JBRLMACTCHAR1XFELD
LMINACTDeactivate Limit Part of Financial Objects JBRLMINACTCHAR1XFELD
LMSAVESave Financial Object Data LMSSAVECHAR1XFELD
LMCHECKData Consistency Check for Financial Objects LMSCHECKCHAR1XFELD
XMERGEIndicator: Suppress Repeated Field Values JBRXMERGECHAR1XFELD
XPHNAVIndicator: Display Portfolio Hierarchy JBRXPHNCHAR1XFELD
XGREEKSCalculate the Greeks JBRXGREEKSCHAR1XFELD
XNOVALDISPIndicator: Display Mat. Bands and Currencies w/o Values AIS_XNOVALDCHAR1XFELD
LMBLSIZEBlock Size during Processing LMBLSIZEINT410SYST_LONG
LMOVEROverwrite Target Fields Containing Data LMOVERCHAR1XFELD
APMINPHDisplay Minimal Portfolio Hierarchy APMINPHCHAR1
LMLRACTActivate the Limit Part of Financial Objects (Country Risk) JBRLMLRACTCHAR1XFELD
LMLRINACTDeactivate the Limit Part of Financial Objects-Country Risk JBRLMLRINACTCHAR1XFELD
AFOWORK_SAVSave Worklist AFO_WORKSTOCKCHAR1
XRFNPVCalculate the Risk Free Net Present Value JBRXRFNPVCHAR1XFELD
XOBJDIFFDisplay financial object differentiation JBRXOBJDIFFCHAR1XFELD
XQKFCalculate Quantity Key Figure JBRXQKFCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure JBRFLDDOCU using ABAP code?

As JBRFLDDOCU is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on JBRFLDDOCU as there is no data to select.

How to access SAP table JBRFLDDOCU

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