KLFODERICOM SAP (General CL Part of FO Data for Derivation) Structure details

Dictionary Type: Structure
Description: General CL Part of FO Data for Derivation




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




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

KLFODERICOM 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 "General CL Part of FO Data for Derivation" 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_KLFODERICOM TYPE KLFODERICOM.

The KLFODERICOM table consists of various fields, each holding specific information or linking keys about General CL Part of FO Data for Derivation data available in SAP. These include SLPG (Limit Product Group With/Without Collective Limit), ARR (Default Risk Rule), RATING (Rating), RRFIND (Recovery Rate).. 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: Cannot Be Enhanced


SAP KLFODERICOM 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
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_RATINGCHAR3Assigned to domainBP_RATING
RRFINDRecovery Rate KL_RRFINDCHAR5KLCHAR5
NIDIndentifier for Netting Groups KL_NIDCHAR10Assigned to domainKL_NID
CAIDIdentifier for Collateral Groups KL_CAIDCHAR20CHAR20
DARBEGTransaction Start Date for CL Counterparty/Issuer Risk KL_ARBEGDATS8DATUM
DARENDTransaction End Date for CL Counterparty/Issuer Risk KL_ARENDDATS8DATUM
SARAKTIndicator: Counterparty/Issuer Risk Active KL_ARAKTCHAR1JBSJANEIN
PARTNRBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
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
SIDIdentifier for Collateral Provision KL_SIDCHAR20CHAR20SIDINT

Key field Non-key field



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

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

How to access SAP table KLFODERICOM

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