JBRIXOBJ SAP (RM: Addition of Line Index to Transfer Structure) Structure details

Dictionary Type: Structure
Description: RM: Addition of Line Index to Transfer Structure




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




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

JBRIXOBJ 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: Addition of Line Index to Transfer Structure" 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_JBRIXOBJ TYPE JBRIXOBJ.

The JBRIXOBJ table consists of various fields, each holding specific information or linking keys about RM: Addition of Line Index to Transfer Structure data available in SAP. These include SERROR (Error flag), MANDT (Client), OBJNR (Object number for financial transactions), BUKRS (Company Code).. 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 JBRIXOBJ 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
SINDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
SERRORError flag JBSERRORCHAR1JBSERROR
MANDTClient MANDTCLNT3T000MANDT
OBJNRObject number for financial transactions JBOBJNRCHAR22ONR00J_OBJNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SDATSTControl of Master Data Storage JBSDATSTCHAR2JBSDATST
SDATBEControl of Flow Data Storage JBSDARBECHAR2JBSDATBE
SHERKUSource Indicator JBSHERKUCHAR8JBSHERKU
SGSTATTransaction Status JBSGSTATCHAR1JBSGSTAT
CNDLISTCondition List JBCNDLISTCHAR6Assigned to domainJBCNDLIST
DEGKBEDate of Transaction Start JBDGBEGIDATS8DATUM
DEGKENDate of Transaction End JBDGENDEDATS8DATUM
DRMBEGTransaction Start for RM JBDRMBEGDATS8DATUM
DRMENDTransaction End for RM JBDRMENDDATS8DATUM
DMWBEGTransaction Start for RR JBDMWBEGDATS8DATUM
DMWENDTransaction End for RR JBDMWENDDATS8DATUM
DKLBEGTransaction Start for CL JBDKLBEGDATS8DATUM
DKLENDTransaction End for CL JBDKLENDDATS8DATUM
SEGKRLSTC-Relevant Indicator JBSEGKRLCHAR1JBSJANEIN
SEGKAKProfitability Analysis Active Indicator JBSEGKAKCHAR1JBSJANEIN
SRMRELRM Relevancy Indicator JBSRMRELCHAR1JBSJANEIN
SRMAKTAnalysis Active Indicator JBSRMAKTCHAR1JBSJANEIN
SMWRELRR Relevant Indicator JBSMWRELCHAR1JBSJANEIN
SMWAKTRR Active Indicator JBSMWAKTCHAR1JBSJANEIN
SKLRELIndicator CL Relevant JBSKLRELCHAR1JBSJANEIN
SKLAKTIndicator CL Active JBSKLAKTCHAR1JBSJANEIN
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_CRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
NAMEAUSDisbursement Procedure (Loan) JBRNAMEAUSCHAR10JBTAUSVERJBRNAMEAUS
ARCHIVE_STATUSArchivability Status AFX_DTE_ARCHIVE_STATUSCHAR1AFX_ARCHIVE_STATUS
ARCHIVE_FLUDResubmission Date AFX_DTE_ARCHIVE_FLUDDATS8DATS
VERDREGELSummarization Rule JBRVREGELCHAR8Assigned to domainJBRVREGELS_DE_JBRVREGEL
APKENNZIndicator: Asset/Liability Transaction JBRAKTPASCHAR1JBRAKTPAS
SRMUBIndicator showing whether the record is relevant for RM JBSRMUBCHAR1JBSRMUB
SFRMODEMode for Data Transfer of Analysis Parameters JBSFRMDCHAR1JBSMODE

Key field Non-key field



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

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

How to access SAP table JBRIXOBJ

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