JBKLOBJ1 SAP (Segment Table for Financial Transactions, CL Part) Table details

Dictionary Type: Table
Description: Segment Table for Financial Transactions, CL Part




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




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

JBKLOBJ1 is a standard SAP Table which is used to store Segment Table for Financial Transactions, CL Part data and is available within R/3 SAP systems depending on the version and release level.

The JBKLOBJ1 table consists of various fields, each holding specific information or linking keys about Segment Table for Financial Transactions, CL Part data available in SAP. These include OBJNR (Object number for financial transactions), CONTROL01 (Monitoring Unit), SLPG (Limit Product Group), ARR (Default Risk Rule).. 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: Can be enhanced (character-type or numeric)


SAP JBKLOBJ1 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
OBJNRObject number for financial transactions JBOBJNRCHAR22JBDOBJ1J_OBJNR
CONTROL01Monitoring Unit TB_CONTROLCHAR10CHAR10TB_CONTROL
SLPGLimit Product Group TB_SLPGCHAR3ATLPGT_SLPGTB_SLPG
ARRDefault Risk Rule KL_DEFRIRECHAR10KLARRCKL_DEFRIRE
RATINGRating BP_RATINGCHAR3TP06BP_RATING
RRFINDRecovery Rate KL_RRFINDCHAR5KLRRFINDDEFKLCHAR5
NIDIndentifier for Netting Groups KL_NIDCHAR10KLNT01KL_NID
SIDIdentifier for Collateral Provision KL_SIDCHAR20CHAR20SIDINT
UPUSERKLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATKChanged on TB_DUPDATDATS8DATUM
TUPTIMKTime changed TB_TUPTIMTIMS6UZEIT
CRUSERKEntered by TB_CRUSERCHAR12SYCHAR12
DCRDATKEntered On TB_CRDATDATS8DATUM
TCRTIMKEntry Time TB_TCRTIMTIMS6UZEIT
FAZNR_OBJAssignment of Facility (Internal) to Financial Object KL_FAZNR_OBJCHAR20Assigned to domainKL_FAZNRFAZINT
PARTNRBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
RISK_EFFECTTransaction is Risk-Reducing KL_RISK_EFFECTCHAR1KL_RISK_EFFECT
SARAKTIndicator: Counterparty/Issuer Risk Active KL_ARAKTCHAR1JBSJANEIN
DARBEGTransaction Start Date for CL Counterparty/Issuer Risk KL_ARBEGDATS8DATUM
DARENDTransaction End Date for CL Counterparty/Issuer Risk KL_ARENDDATS8DATUM
GRUPPCredit Limit Part: General Ledger Account KL_SKPSKCHAR10Assigned to domainALPHASKPSK
EBENECredit Limit: Level for Cash Management and Forecasting KL_FDLEVCHAR2Assigned to domainFDLEV
DISPWPlanned Currency for Cash Management and Forecast KL_DISPWCUKY5Assigned to domainWAERS
PARTNER_DERIBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
LRBCountry Risk Area KL_LRBNUMC2KLLRBKL_LRBKL_F4_LRB
LRLRelevant Country for Country Risk KL_LRLCHAR3T005LAND1
LRL_POLCountry of Head Office of Branch (Political) KL_LRLPOLCHAR3T005LAND1
INTORGInternal Organizational Unit (Branch where Postings Made) KL_INTORGCHAR10KLINTORGKL_INTORG
LEQLoss Equivalent Class KL_LEQCLASSCHAR5KLLRDEF03KL_LEQCLASS
CEQCEQ Class KL_CEQCLASSCHAR5KLLRDEF02KL_CEQCLASS
DLRBEGTransaction Start Date for CL Country Risk JBDLRBEGDATS8DATUM
DLRENDTransaction End Date for CL Country Risk JBDLRENDDATS8DATUM
SLRAKTIndicator: Country Risk Active KL_LRAKTCHAR1JBSJANEIN
UPUSERLRLast Changed By (Country Risk) KLUPUSERLRCHAR12SYCHAR12
DUPDATLRChanged On (Country Risk) KLDUPDATLRDATS8DATUM
TUPTIMLRTime Changed (Country Risk) KLTUPTIMLRTIMS6UZEIT
CRUSERLREntered By (Country Risk) KLCRUSERLRCHAR12SYCHAR12
DCRDATLREntered On (Country Risk) KLCRDATLRDATS8DATUM
TCRTIMLRTime Entered (Country Risk) KLTCRTIMLRTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBKLOBJ1
INTO CORRESPONDING FIELDS OF WA_JBKLOBJ1
WHERE...

How to access SAP table JBKLOBJ1

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