DFKKINVBILL_AD SAP (Discount: Additional Items of Billing Document) Table details

Dictionary Type: Table
Description: Discount: Additional Items of Billing Document




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




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

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

The DFKKINVBILL_AD table consists of various fields, each holding specific information or linking keys about Discount: Additional Items of Billing Document data available in SAP. These include BILLDOCNO (Number of Billing Document), BILLDOCADDITEM_D (Sequence Number for Additional Item of Discount), ADDITEMID (ID of Additional Item), ADD_GROUP (Grouping of Additional Items).. 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: Cannot Be Enhanced


SAP DFKKINVBILL_AD 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_KKNUMC12Assigned to domainBILLDOCNO_KKFKKINV_BILLDOCNO
BILLDOCADDITEM_DSequence Number for Additional Item of Discount BILLDOCADDITEM_D_KKNUMC8
ADDITEMIDID of Additional Item ADDITEMID_KKCHAR22ALPHAADDITEMID_KK
ADD_GROUPGrouping of Additional Items ADD_GROUP_KKCHAR8
CALC_TRACE 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKINVBILL_AD
INTO CORRESPONDING FIELDS OF WA_DFKKINVBILL_AD
WHERE...

How to access SAP table DFKKINVBILL_AD

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