JBD_STR_COLL_FO_CL_MAP SAP (CL Part of Financial Object for Collateral Agreements) Structure details

Dictionary Type: Structure
Description: CL Part of Financial Object for Collateral Agreements




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




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

JBD_STR_COLL_FO_CL_MAP 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 "CL Part of Financial Object for Collateral Agreements" 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_JBD_STR_COLL_FO_CL_MAP TYPE JBD_STR_COLL_FO_CL_MAP.

The JBD_STR_COLL_FO_CL_MAP table consists of various fields, each holding specific information or linking keys about CL Part of Financial Object for Collateral Agreements data available in SAP. These include SIDEXT (External Identifier for Collateral Provision), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP JBD_STR_COLL_FO_CL_MAP 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
SIDEXTExternal Identifier for Collateral Provision KL_SIDEXTCHAR20CHAR20SIDEXT
CONTROL01Monitoring Unit TB_CONTROLCHAR10CHAR10TB_CONTROL
SLPGLimit Product Group TB_SLPGCHAR3Assigned to domainT_SLPGTB_SLPG
ARRDefault Risk Rule KL_DEFRIRECHAR10Assigned to domainKL_DEFRIRE
RATINGRating BP_RATINGCHAR3Assigned to domainBP_RATING
RRFINDRecovery Rate KL_RRFINDCHAR5KLCHAR5
NIDIndentifier for Netting Groups KL_NIDCHAR10Assigned to domainKL_NID
SIDIdentifier for Collateral Provision KL_SIDCHAR20CHAR20SIDINT
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
CL_RPORTBPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
RDEALERTrader RDEALERCHAR12Assigned to domainRDEALER
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

Key field Non-key field



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

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

How to access SAP table JBD_STR_COLL_FO_CL_MAP

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