JBSSICH SAP (Regulatory Reporting - Collateral) Table details

Dictionary Type: Table
Description: Regulatory Reporting - Collateral




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




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

JBSSICH is a standard SAP Table which is used to store Regulatory Reporting - Collateral data and is available within R/3 SAP systems depending on the version and release level.

The JBSSICH table consists of various fields, each holding specific information or linking keys about Regulatory Reporting - Collateral data available in SAP. These include RKEYS (Internally Assigned Key in Collateral Table), RSICHER (Collateral reference number), JLOESCH (Deletion Indicator), SPROD (Indicator for Product in Collateral Management).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP JBSSICH 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
RKEYSInternally Assigned Key in Collateral Table JBRKEYSCHAR15JBRKEYS
RSICHERCollateral reference number RSICHERNUMC8NUMC8
JLOESCHDeletion Indicator JBJLOESCHCHAR1JBJLOESCH
SPRODIndicator for Product in Collateral Management JBSPRODCHAR2JBSPROD
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SARCHIVArchiving Category Indicator SARCHIVCHAR1SARCHIVARC
RANLContract Number RANLCHAR13ALPHARANLRAN
RBKONTAccount Number JBRBKONTCHAR16JBDKKONJBRBKONTJB4
UPUSERSLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATSChanged on TB_DUPDATDATS8DATUM
TUPTIMSTime changed TB_TUPTIMTIMS6UZEIT
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 table JBSSICH using ABAP code

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

SELECT SINGLE *
FROM JBSSICH
INTO CORRESPONDING FIELDS OF WA_JBSSICH
WHERE...

How to access SAP table JBSSICH

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