DFKKINVBILL_T SAP (Tax Items of Billing Document) Table details

Dictionary Type: Table
Description: Tax Items of Billing Document




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




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

DFKKINVBILL_T is a standard SAP Table which is used to store Tax Items of Billing Document data and is available within R/3 SAP systems depending on the version and release level.

The DFKKINVBILL_T table consists of various fields, each holding specific information or linking keys about Tax Items of Billing Document data available in SAP. These include BILLDOCNO (Number of Billing Document), BILLDOCTAXITEM (Sequential Number of Tax Item), REFTAXITEM (Tax Item Number in External System), REVERSALITEM (Reversal Item).. 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 DFKKINVBILL_T 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
BILLDOCNONumber of Billing Document BILLDOCNO_KKNUMC12DFKKINVBILL_HBILLDOCNO_KKFKKINV_BILLDOCNO
BILLDOCTAXITEMSequential Number of Tax Item BILLDOCTAXITEM_KKNUMC8BILLDOCTAXITEM_KK
REFTAXITEMTax Item Number in External System REFTAXITEM_KKCHAR10
REVERSALITEMReversal Item REVERSALITEM_KKCHAR1XFELD
TAX_GROUPGrouping of Tax Items TAX_GROUP_KKCHAR8
TAX_DATETax Date TAX_DATE_KKDATS8
TAX_BASETax Base Amount TAX_BASE_KKCURR13(2) WRTV7
TAX_PERCTax Percentage TAX_PERC_KKDEC6(3) TAX_PERC_KK
TAX_AMOUNTTax Amount TAX_BILL_AMOUNT_KKCURR13(2) WRTV7
BILL_CURRCurrency of Billing Document BILL_CURR_KKCUKY5TCURCWAERS
KTOSLTransaction key for account determination KTOSL_KKCHAR3CHAR3
KSCHLCondition Type KSCHL_KKCHAR4Assigned to domainKSCHLVKS
SRC_GROUPGrouping of Source Items SRC_GROUP_KKCHAR8

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKINVBILL_T
INTO CORRESPONDING FIELDS OF WA_DFKKINVBILL_T
WHERE...

How to access SAP table DFKKINVBILL_T

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