UKM_CHCK_CRSGM SAP (Credit Segment-Dependent Checks) Table details

Dictionary Type: Table
Description: Credit Segment-Dependent Checks




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




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

UKM_CHCK_CRSGM is a standard SAP Table which is used to store Credit Segment-Dependent Checks data and is available within R/3 SAP systems depending on the version and release level.

The UKM_CHCK_CRSGM table consists of various fields, each holding specific information or linking keys about Credit Segment-Dependent Checks data available in SAP. These include CHECK_RULE (Rule for Credit Check), CHECK_STEP (Individual Step of Credit Check), CREDIT_SGMNT (Credit Segment), MAX_DOC_VAL (Maximum Document Value).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP UKM_CHCK_CRSGM 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CHECK_RULERule for Credit Check UKM_CHECK_RULECHAR10UKM_CHCK_STEPCHAR10
CHECK_STEPIndividual Step of Credit Check UKM_CHECK_STEPCHAR3UKM_CHCK_STEPUKM_CHECK_STEP
CREDIT_SGMNTCredit Segment UKM_CREDIT_SGMNTCHAR10UKMCRED_SGM0CUKM_CREDIT_SGMNTUKM_SEGMENT
MAX_DOC_VALMaximum Document Value UKM_MAX_DOC_VALCURR15(2) UKM_CREDIT_LIMIT
PAY_HIST_LIMITLimit for Amount from Payment Behavior UKM_PAY_HIST_LIMITCURR15(2) WERT8
CREDIT_HORIZONCredit Horizon in Days UKM_CREDIT_HORIZONNUMC3NUMC3
MAX_OVDUE_PCMaximum Percentage Rate of Overdue Open Items UKM_MAX_OVERDUE_ITEM_PERCENTNUMC3NUMC3
MAX_OVDUE_DAYSNumber of Days for Considering Open Items UKM_MAX_OVERDUE_ITEM_DAYSNUMC3NUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM UKM_CHCK_CRSGM
INTO CORRESPONDING FIELDS OF WA_UKM_CHCK_CRSGM
WHERE...

How to access SAP table UKM_CHCK_CRSGM

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