JBKLOBJ1_EXT SAP (FO Limit Part: Data and Status Information) Structure details

Dictionary Type: Structure
Description: FO Limit Part: Data and Status Information




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




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

JBKLOBJ1_EXT 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 "FO Limit Part: Data and Status Information" 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_JBKLOBJ1_EXT TYPE JBKLOBJ1_EXT.

The JBKLOBJ1_EXT table consists of various fields, each holding specific information or linking keys about FO Limit Part: Data and Status Information data available in SAP. These include MANDT (Client), OBJNR (Object number for financial transactions), CONTROL01 (Monitoring Unit), SLPG (Limit Product Group).. 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: Can be enhanced (character-type or numeric)


SAP JBKLOBJ1_EXT 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
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
AKTDBActivity in database for primary table BUT000 BU_AKTDBCHAR2Assigned to domainBU_AKTYP
BFTNR_TMPFO Integration: Transaction Number BFTNUMBCHAR30BFTNUMB
CAIDIdentifier for Collateral Groups KL_CAIDCHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table JBKLOBJ1_EXT

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