FINB_FSCM_CR_KEYFIGURES SAP (Important Credit Management Key Figures) Structure details

Dictionary Type: Structure
Description: Important Credit Management Key Figures




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




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

FINB_FSCM_CR_KEYFIGURES 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 "Important Credit Management Key Figures" 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_FINB_FSCM_CR_KEYFIGURES TYPE FINB_FSCM_CR_KEYFIGURES.

The FINB_FSCM_CR_KEYFIGURES table consists of various fields, each holding specific information or linking keys about Important Credit Management Key Figures data available in SAP. These include SEGMENT (Credit Segment), RISK_CLASS (Risk Class), OWN_RATING (Score), CREDIT_LIMIT (Credit Limit).. 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 FINB_FSCM_CR_KEYFIGURES 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
BU_PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SEGMENTCredit Segment UKM_CREDIT_SGMNTCHAR10UKMCRED_SGM0CUKM_CREDIT_SGMNTUKM_SEGMENT
RISK_CLASSRisk Class UKM_RISK_CLASSCHAR3Assigned to domainUKM_RISK_CLASS
OWN_RATINGScore UKM_OWN_RATINGCHAR10CHAR10
CREDIT_LIMITCredit Limit UKM_CREDIT_LIMITCURR15(2) UKM_CREDIT_LIMIT
CURRENCYCredit Segment Currency UKM_SGM_CURRENCYCUKY5Assigned to domainWAERS
LIMIT_VALID_DATEValid To Date UKM_VALID_DATEDATS8DATS
XBLOCKEDBlocked by Credit Management UKM_XBLOCKEDCHAR1XFELD
BLOCK_REASONReason for Block in Credit Management UKM_BLOCK_REASONCHAR2Assigned to domainUKM_BLOCK_REASON
BLOCK_REASON_TXTSAP Credit Management: Description for Blocks UKM_BLOCK_REASON_TXTCHAR40TEXT40
LIMIT_USEDCredit Limit Utilization in Percent UKM_CREDLIMIT_USEDDEC9(1) UKM_PROZENT
COMM_TOTAL_LCredit Exposure Total (Actual) UKM_SGM_AMOUNTCURR15(2) UKM_EXP_SALES_VOLUME
RISK_CLASS_DESCRIPTIONName of Risk Class UKM_RISK_CLASS_TXTCHAR40TEXT40
CRED_LIM_CALCCalculated Credit Limit UKM_CREDIT_LIMIT_CALCCURR15(2) UKM_CREDIT_LIMIT
XCRITICALSpecial Attention Required UKM_CRITICAL_ACCOUNTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FINB_FSCM_CR_KEYFIGURES

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