DFKKTHI_SUM SAP (Aggregated Transfer Records for Invoicing) Table details

Dictionary Type: Table
Description: Aggregated Transfer Records for Invoicing




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




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

DFKKTHI_SUM is a standard SAP Table which is used to store Aggregated Transfer Records for Invoicing data and is available within R/3 SAP systems depending on the version and release level.

The DFKKTHI_SUM table consists of various fields, each holding specific information or linking keys about Aggregated Transfer Records for Invoicing data available in SAP. These include AGGRF (Reference Number for Aggregated Interim Statuses), BUKRS (Company Code), SUMST (Status of Aggregated Interim Status), THIDT (Due Date for Third Party Payment).. 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_SUM 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
AGGRFReference Number for Aggregated Interim Statuses AGGRF_KKCHAR12ALPHAAGGRF_KK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SUMSTStatus of Aggregated Interim Status SUMST_KKCHAR1SUMST_KK
THIDTDue Date for Third Party Payment THIDT_KKDATS8DATUM
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
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERTIMTime at which the object was created ERTIM_KKTIMS6UZEIT
APPLKApplication area APPLK_KKCHAR1APPLK_KK
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AETIMTime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKTHI_SUM
INTO CORRESPONDING FIELDS OF WA_DFKKTHI_SUM
WHERE...

How to access SAP table DFKKTHI_SUM

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