JBIUKOB SAP (Receiver Structure Objects CL-Relevant Data) Structure details

Dictionary Type: Structure
Description: Receiver Structure Objects CL-Relevant Data




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




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

JBIUKOB 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 "Receiver Structure Objects CL-Relevant Data" 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_JBIUKOB TYPE JBIUKOB.

The JBIUKOB table consists of various fields, each holding specific information or linking keys about Receiver Structure Objects CL-Relevant Data data available in SAP. These include SFKMODE (Mode for Data Transfer CL Part), SID (Identifier for Collateral Provision), RDEALER (Trader), CONTROL01 (Monitoring Unit).. 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 JBIUKOB 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
SKLUBIndicator, Showing if Record Relevant for CL JBSKLUBCHAR1JBSKLUB
SFKMODEMode for Data Transfer CL Part JBSFKMDCHAR1JBSFKMD
SIDIdentifier for Collateral Provision KL_SIDCHAR20CHAR20SIDINT
RDEALERTrader RDEALERCHAR12TZDEARDEALER
CONTROL01Monitoring Unit TB_CONTROLCHAR10CHAR10TB_CONTROL
SLPGLimit Product Group With/Without Collective Limit TB_SLPG_R1CHAR3Assigned to domainT_SLPGF4_TB_SLPG_R1
ARRDefault Risk Rule KL_DEFRIRECHAR10KLARRCKL_DEFRIRE
RATINGRating BP_RATINGCHAR3TP06BP_RATING
RRFINDRecovery Rate KL_RRFINDCHAR5KLRRFINDDEFKLCHAR5
NIDIndentifier for Netting Groups KL_NIDCHAR10KLNT01KL_NID
CAIDIdentifier for Collateral Groups KL_CAIDCHAR20CHAR20
FAZNR_OBJAssignment of Facility (Internal) to Financial Object KL_FAZNR_OBJCHAR20Assigned to domainKL_FAZNRFAZINT
FAZID_OBJFacility Assignment (External) to Financial Object KL_FAZID_OBJCHAR40KL_FAZIDFAZINT
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
WGWAERKTransaction Currency (CL) KLWGWAERCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table JBIUKOB

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