JBROBJDERI SAP (RM: Structure of Financial Object for Derivation) Structure details

Dictionary Type: Structure
Description: RM: Structure of Financial Object for Derivation




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




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

JBROBJDERI 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 of Financial Object for Derivation" 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_JBROBJDERI TYPE JBROBJDERI.

The JBROBJDERI table consists of various fields, each holding specific information or linking keys about RM: Structure of Financial Object for Derivation data available in SAP. These include BUKRS (Company Code), GSART (Product Type), SDATST (Control of Master Data Storage), SHERKU (Source 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP JBROBJDERI 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
OBJNRObject number for financial transactions JBOBJNRCHAR22ONR00J_OBJNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SDATSTControl of Master Data Storage JBSDATSTCHAR2JBSDATST
SHERKUSource Indicator JBSHERKUCHAR8JBSHERKU
DRMBEGTransaction Start for RM JBDRMBEGDATS8DATUM
DRMENDTransaction End for RM JBDRMENDDATS8DATUM
RANLALT1Alternative Identification RANLALT1CHAR13CHAR13
RANLContract Number RANLCHAR13ALPHARANLRAN
NORDEXTExternal order number NORDEXTCHAR20CHAR20
NORDEROrder Number NORDERNUMC8NUM8ORD
RBKONTAccount Number JBRBKONTCHAR16JBDKKONJBRBKONTJB4
REXTNRExternal Account Number JBREXTNRCHAR18JBREXTNR
RFHAFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
RUBESTPosition Name JBRUBESTCHAR10JBDUBSTJBRUBESTJB8
RSERVIService Number JBRSERVICHAR10JBDSERVJBRSERVIJB9RSERVI
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
RANLWSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
RIDXRTInternal Number of the Generic Transaction JBRIDXRTCHAR20Assigned to domainALPHAJBRIDXRTRIDXRTS_JBRDBKO_RIDXRT
RIDEXTExternal Number of the Generic Transaction JBRIDEXTCHAR20JBRIDEXTRIDEXTS_JBRDBKO_RIDEXT
RIDBSTDInternal Number for Position of Generic Transactions JBRIDBSTDCHAR20Assigned to domainALPHAJBRIDBSTDRIDBSTDS_JBRDBRTBSTD_RIDBSTDEXT
RIDBSTDEXTExternal ID for Position of Generic Transactions JBRIDBSTDEXTCHAR20JBRIDBSTDEXTRIDBSTDEXT
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
VTNUMNumber of Variable Transaction JBVTNUMCHAR40JBVTNUMVTNUMJBSHVT
RBPRODBank Product JBRBPRODCHAR10JBDBPRDJBRBPROD
RBPVARBank Product Variant for Costing JBRBPVARCHAR6JBDBPVRJBRBPVAR
VERDREGELSummarization Rule JBRVREGELCHAR8JBRVREGJBRVREGELS_DE_JBRVREGEL
APKENNZIndicator: Asset/Liability Transaction JBRAKTPASCHAR1JBRAKTPAS
BEWREGELValuation Rule JBRBEWREG_CHAR8JBRBEWREGJBRBEWREG
ABREGWrite-Down Rule JBRABREGCHAR8JBRABREGTABJBRABREG

Key field Non-key field



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

As JBROBJDERI 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 JBROBJDERI as there is no data to select.

How to access SAP table JBROBJDERI

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