DFKKOBL SAP (Liab. for Credit Segment of Business Partner and Credit Data) Table details

Dictionary Type: Table
Description: Liab. for Credit Segment of Business Partner and Credit Data




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




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

DFKKOBL is a standard SAP Table which is used to store Liab. for Credit Segment of Business Partner and Credit Data data and is available within R/3 SAP systems depending on the version and release level.

The DFKKOBL table consists of various fields, each holding specific information or linking keys about Liab. for Credit Segment of Business Partner and Credit Data data available in SAP. These include GPART (Business Partner Number), CRSGT (Credit Segment), WAERS (Currency Key), OBLTP (Liability Category).. 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 (character-type or numeric)


SAP DFKKOBL 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
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
CRSGTCredit Segment CRSGT_KKCHAR10TFKCRCSCRSGT_KK
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
OBLTPLiability Category OBLTP_KKCHAR3CHAR3
UPDDTDate of Last Update UPDDT_KKDATS8DATUM
UPDTMTime of Last Update UPDTM_KKTIMS6UZEIT
TRNFSTransfer Status TRNFS_KKCHAR1TRNFS_KK
TRNDTDate of Last Transfer TRNDT_KKDATS8DATUM
TRNTMLast Transferred At TRNTM_KKTIMS6UZEIT
BETOBLiability Amount in Transaction Currency BETOB_KKCURR13(2) WRTV7
BETABHedged Credit Exposure Amount in Transaction Currency BETAB_KKCURR13(2) WRTV7
XSALWAlways Update XSALW_KKCHAR1XFELD
UPDSCHash Key for Distribution UPDSC_KKNUMC3INT3
TODELEntry to Be Deleted TODEL_KKCHAR1BOOLE
BOPCRValuated Credit Exposure BOPCR_KKCURR13(2) WRTV7
WAERS_CVCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKOBL
INTO CORRESPONDING FIELDS OF WA_DFKKOBL
WHERE...

How to access SAP table DFKKOBL

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