JBSSKB1 SAP (IS-B: Additional FI account info.(Regulatory Reporting)) Table details

Dictionary Type: Table
Description: IS-B: Additional FI account info.(Regulatory Reporting)




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




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

JBSSKB1 is a standard SAP Table which is used to store IS-B: Additional FI account info.(Regulatory Reporting) data and is available within R/3 SAP systems depending on the version and release level.

The JBSSKB1 table consists of various fields, each holding specific information or linking keys about IS-B: Additional FI account info.(Regulatory Reporting) data available in SAP. These include BUKRS (Company Code), SAKNR (G/L Account Number), UPUSERS (Last Changed by), DUPDATS (Changed on).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP JBSSKB1 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SAKNRG/L Account Number SAKNRCHAR10SKB1ALPHASAKNRSAKC_SAKNR
UPUSERSLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATSChanged on TB_DUPDATDATS8DATUM
TUPTIMSTime changed TB_TUPTIMTIMS6UZEIT
SEBENIInternal Hierarchy Level JBSEBENINUMC8Assigned to domainJBSEBENI
RFIKONAccount Number of Bank's General Ledger Acount JBRFIKONCHAR10Assigned to domainALPHASAKNR
BEWBERIndividual Value Adjustments JBBEWBERCURR17(2) WERTV9
BWNOMLNominal Value in Currency JBBWNOMLCURR17(2) WERTV9
BGSIKOCorrection Value for Principle I Balance JBBGSIKOCURR17(2) WERTV9
BKTKLSDifferentiation of Transactions (Principle 1A) JBSKTKLSCHAR3Assigned to domainJBSKTKLS
BKOMP1Netting Amount JBBKOMP1CURR17(2) WERTV9
BKOMP2Compensation Amount 2 JBBKOMP2CURR17(2) WERTV9
BAVALDAmount of Guarantee JBBAVALDCURR17(2) WERTV9
BUNEPGSimulated Repurchase Transaction JBBUNEPGCURR17(2) WERTV9
BUNTERSubparticipation JBBUNTERCURR17(2) WERTV9
SKTARTRegulatory Reporting - Account Type JBSKTARTCHAR3Assigned to domainJBSKTART
SKNSVRConsolidation Settlement JBSKNSVRCHAR1Assigned to domainJBSKNSVR
SAMRSNOther Reserve-Carrying Liabilities JBSAMRSNCHAR1Assigned to domainJBSAMRSN
COMP_REOrganization Relationship BP_COMP_RECHAR1BP_COMP_RE
SRSAKTTransaction Differentiation for COOKE or GAB JBSRSAKTCHAR3JBSRSAKT
SKREDTCredit Type for German Banking Act JBSKREDTCHAR2Assigned to domainJBSKREDT

Key field Non-key field



How do I retrieve data from SAP table JBSSKB1 using ABAP code

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

SELECT SINGLE *
FROM JBSSKB1
INTO CORRESPONDING FIELDS OF WA_JBSSKB1
WHERE...

How to access SAP table JBSSKB1

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