UKMCASEATTR00 SAP (Attribute of Credit Case) Table details

Dictionary Type: Table
Description: Attribute of Credit Case




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




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

UKMCASEATTR00 is a standard SAP Table which is used to store Attribute of Credit Case data and is available within R/3 SAP systems depending on the version and release level.

The UKMCASEATTR00 table consists of various fields, each holding specific information or linking keys about Attribute of Credit Case data available in SAP. These include CASE_GUID (UUID in character form), FCR_PARTNER (Business Partner Number), FCR_SEGMENT (Credit Segment), FCR_CURR_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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP UKMCASEATTR00 table 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 MANDTCLNT3Assigned to domainMANDT
CASE_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
FCR_PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
FCR_SEGMENTCredit Segment UKM_CREDIT_SGMNTCHAR10UKMCRED_SGM0CUKM_CREDIT_SGMNTUKM_SEGMENT
FCR_CURR_LIMITCredit Limit UKM_CREDIT_LIMITCURR15(2) UKM_CREDIT_LIMIT
FCR_REQ_LIMITCredit Limit Requested UKM_CREDIT_LIMIT_REQCURR15(2) UKM_CREDIT_LIMIT
FCR_APP_LIMITCredit Limit Approved UKM_CREDIT_LIMIT_APPCURR15(2) UKM_CREDIT_LIMIT
FCR_EXP_VOLUMEExpected Monthly Sales Volume UKM_EXP_SALES_VOLUMECURR15(2) UKM_EXP_SALES_VOLUME
FCR_EXPOSURETotal Credit Exposure in Credit Segment Currency UKM_COMM_TOTALCURR13(2) WRTV7
FCR_CURRENCYCredit Segment Currency UKM_SGM_CURRENCYCUKY5Assigned to domainWAERS
FCR_PERC_USAGECredit Limit Utilization in Percent UKM_CREDIT_US32DEC5(2) UKM_PRZ32
FCR_SCORINGScore UKM_OWN_RATINGCHAR10CHAR10
FCR_RISK_CLASSRisk Class UKM_RISK_CLASSCHAR3UKM_RISK_CLUKM_RISK_CLASS

Key field Non-key field



How do I retrieve data from SAP table UKMCASEATTR00 using ABAP code

The following ABAP code Example will allow you to do a basic selection on UKMCASEATTR00 to SELECT all data from the table
DATA: WA_UKMCASEATTR00 TYPE UKMCASEATTR00.

SELECT SINGLE *
FROM UKMCASEATTR00
INTO CORRESPONDING FIELDS OF WA_UKMCASEATTR00
WHERE...

How to access SAP table UKMCASEATTR00

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