TXI_KNKK SAP (Customer master credit management: Control area data) Structure details

Dictionary Type: Structure
Description: Customer master credit management: Control area data




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




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

TXI_KNKK 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 "Customer master credit management: Control area data" 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_TXI_KNKK TYPE TXI_KNKK.

The TXI_KNKK table consists of various fields, each holding specific information or linking keys about Customer master credit management: Control area data data available in SAP. These include MANDT (Client), KUNNR (Customer Numbers), KKBER (Credit control area), KLIMK (Customer's 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: Can be enhanced (character-type or numeric)


SAP TXI_KNKK 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
MANDTClient MANDTCLNT3T000MANDT
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
KKBERCredit control area KKBERCHAR4T014KKBERKKB
KLIMKCustomer's credit limit KLIMKCURR15(2) WERT8
KNKLICustomer's account number with credit limit reference KNKLICHAR10KNA1ALPHAKUNNR
SAUFTTotal of the sales values for the credit limit check SAUFTCURR15(2) WRTV8
SKFORTotal receivables (for credit limit check) SKFORCURR15(2) WRTV8
SSOBLRelevant special liabilities for credit limit check SSOBLCURR15(2) WRTV8
UEDATDate on which the credit limit was exceeded UEDATDATS8DATUM
XCHNGIndicator: credit limit must be recreated XCHNG_KNKKCHAR1XFELD
ERNAMName of Person who Created the Object ERNAM_RFCHAR12USNAM
ERDATDate on which the Record Was Created ERDAT_RFDATS8DATUM
CTLPCCredit management: Risk category CTLPC_CMCHAR3T691ACTLPC_CM
DTREVLast internal review DTREV_CMDATS8DATUM
CRBLBIndicator: Blocked by credit management ? CRBLB_CMCHAR1XFELD
SBGRPCredit representative group for credit management SBGRP_CMCHAR3T024BSBGRP_CMKBG
NXTRVNext internal review NXTRV_CMDATS8DATUM
KRAUSCredit information number KRAUS_CMCHAR11CHAR11
PAYDBdo not use - replaced by DBPAY_CM PAYDB_CMNUMC2NUM02
DBRATdo not use - replaced by DBRTG_CM DBRAT_CMCHAR3CHAR3
REVDBLast review (external) REVDB_CMDATS8DATUM
AEDATDate of Last Change AEDAT_CMDATS8DATUM
AETXTDate of Last Text Change AETXT_CMDATS8DATUM
GRUPPCustomer Credit Group GRUPP_CMCHAR4T691BGRUPP_CM
AENAMLast changed by AENAM_CMCHAR12USNAM
SBDATReference Date SBDAT_CMDATS8DATUM
KDGRPCustomer Group KDGRP_CMCHAR8CHAR8
CASHDDate of Last Payment CASHDDATS8DATUM
CASHAAmount of Last Payment CASHACURR13(2) WERT7
CASHCCurrency of Last Payment CASHCCUKY5TCURCWAERS
DBPAYPayment Index DBPAY_CMCHAR3CHAR3
DBRTGRating DBRTG_CMCHAR5CHAR5
DBEKRRecommended credit limit DBEKR_CMCURR15(2) WERT8
DBWAECurrency of recommended credit limit DBWAE_CMCUKY5TCURCWAERS
DBMONDate Monitoring DBMON_CMDATS8DATUM
ABSBTTotal Secured Receivables ABSBT_SUMCURR15(2) WERTV8
.INCLU--AP 0
DUNSP4DUNS+4 number (the last four digit) /SAPHT/RN_DUNSP4CHAR4CHAR4
KLIMK_CYCUKY for SYST SYCUKYCUKY5SYCUKY
SAUFT_CYCUKY for SYST SYCUKYCUKY5SYCUKY
SKFOR_CYCUKY for SYST SYCUKYCUKY5SYCUKY
SSOBL_CYCUKY for SYST SYCUKYCUKY5SYCUKY
CASHA_CYCUKY for SYST SYCUKYCUKY5SYCUKY
DBEKR_CYCUKY for SYST SYCUKYCUKY5SYCUKY
ABSBT_CYCUKY for SYST SYCUKYCUKY5SYCUKY

Key field Non-key field



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

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

How to access SAP table TXI_KNKK

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