JBIUMSI SAP (Collateral Receiver Structure - Data Rel.for Regul.Reporting) Structure details

Dictionary Type: Structure
Description: Collateral Receiver Structure - Data Rel.for Regul.Reporting




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




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

JBIUMSI 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 "Collateral Receiver Structure - Data Rel.for Regul.Reporting" 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_JBIUMSI TYPE JBIUMSI.

The JBIUMSI table consists of various fields, each holding specific information or linking keys about Collateral Receiver Structure - Data Rel.for Regul.Reporting data available in SAP. These include SARCHIV (Archiving Category Indicator), RANL (Contract Number), RANLALT1 (Alternative Identification), RBKONT (Account Number).. 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 JBIUMSI 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SARCHIVArchiving Category Indicator SARCHIVCHAR1SARCHIVARC
RANLContract Number RANLCHAR13ALPHARANLRAN
RANLALT1Alternative Identification RANLALT1CHAR13CHAR13
RBKONTAccount Number JBRBKONTCHAR16Assigned to domainJBRBKONTJB4
REXTNRExternal Account Number JBREXTNRCHAR18JBREXTNR
RSICHERCollateral reference number RSICHERNUMC8NUMC8
MODUSMode of Data Flow JBSMODECHAR1JBSMODE
JLOESCHDeletion Indicator JBJLOESCHCHAR1JBJLOESCH
WSICHWCurrency of Collateral JBWSICHWCUKY5Assigned to domainWAERS
XC40Text Field for User-Specific Identification JBXC40CHAR40JBXC40
RPRTXExternal Business Partner Number, RR JBRPRTXCHAR15JBRPRTX
BSIC1RR Amount of Collateral no.1 JBBSICH1CURR17(2) WERTV9
BSIC2RR Amount of Collateral no.2 JBBSICH2CURR17(2) WERTV9
BSIC3RR Amount of Collateral no.3 JBBSICH3CURR17(2) WERTV9
BSIC4RR Amount of Collateral no.4 JBBSICH4CURR17(2) WERTV9
BSIC5RR Amount of Collateral no.5 JBBSICH5CURR17(2) WERTV9
BSIC6RR Amount of Collateral no.6 JBBSICH6CURR17(2) WERTV9
SSIC1RR Collateral Type No. 1 JBSSICH1CHAR3JBSSTSICJBSSICH
SSIC2RR Collateral Type No. 2 JBSSICH2CHAR3JBSSTSICJBSSICH
SSIC3RR Collateral Type No. 3 JBSSICH3CHAR3JBSSTSICJBSSICH
SSIC4RR Collateral Type No. 4 JBSSICH4CHAR3JBSSTSICJBSSICH
SSIC5RR Collateral Type No. 5 JBSSICH5CHAR3JBSSTSICJBSSICH
SSIC6RR Collateral Type No. 6 JBSSICH6CHAR3JBSSTSICJBSSICH

Key field Non-key field



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

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

How to access SAP table JBIUMSI

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