DFKKTHI SAP (Transfer Records for Invoice Issue by Third Party) Table details

Dictionary Type: Table
Description: Transfer Records for Invoice Issue by Third Party




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




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

DFKKTHI is a standard SAP Table which is used to store Transfer Records for Invoice Issue by Third Party data and is available within R/3 SAP systems depending on the version and release level.

The DFKKTHI table consists of various fields, each holding specific information or linking keys about Transfer Records for Invoice Issue by Third Party data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), OPUPW (Repetition Item in Contract Account Document), OPUPK (Item number in contract account document), OPUPZ (Subitem for a Partial Clearing in Document).. 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 DFKKTHI 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
OPUPZSubitem for a Partial Clearing in Document OPUPZ_KKNUMC3OPUPZ_KK
THINRSequential Number of DFKKTHI Entry for Document Item THINR_KKNUMC2THINR_KK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
THISTEntry Status THIST_KKCHAR1THIST_KK
STORNDocument Has Been Reversed STORN_KKCHAR1XFELD
STIDCEntry Originates from Reversal STIDC_KKCHAR1XFELD
THIDTDue Date for Third Party Payment THIDT_KKDATS8DATUM
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
THPRDActual Date for Transfer to Third Party THPRD_KKDATS8DATUM
BCBLNDocument Number of Posting to Service Provider Account BCBLN_KKCHAR12Assigned to domainALPHAOPBEL_KK
SENIDSender ID SENID_KKCHAR40SENID_KK
RECIDRecipient RECID_KKCHAR40RECID_KK
SENRFReference number assigned by the sender SENRF_KKCHAR40SENRF_KK
RECRFReference number assigned by recipient RECRF_KKCHAR40RECRF_KK
HERKFDocument Origin Key HERKF_KKCHAR2Assigned to domainHERKF_KK
APPLKApplication area APPLK_KKCHAR1APPLK_KK
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
CRSRFInternal Reference Number INCRN_KKCHAR40
AGGRFReference Number for Aggregated Interim Statuses AGGRF_KKCHAR12Assigned to domainALPHAAGGRF_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKTHI
INTO CORRESPONDING FIELDS OF WA_DFKKTHI
WHERE...

How to access SAP table DFKKTHI

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