DFKKINVBILL_S SAP (Source Items in Billing Document) Table details

Dictionary Type: Table
Description: Source Items in Billing Document




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




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

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

The DFKKINVBILL_S table consists of various fields, each holding specific information or linking keys about Source Items in Billing Document data available in SAP. These include BILLDOCNO (Number of Billing Document), BILLDOCSRCITEM (Sequence Number of Source Item), SRC_GROUP (Grouping of Source Items), BILLDOCRECTYPE (Record Type in Billing 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 DFKKINVBILL_S 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
BILLDOCSRCITEMSequence Number of Source Item BILLDOCSRCITEM_KKNUMC8BILLDOCSRCITEM_KK
SRC_GROUPGrouping of Source Items SRC_GROUP_KKCHAR8
BILLDOCRECTYPERecord Type in Billing Document BILLDOCRECTYPE_KKCHAR2BILLDOCRECTYPE_KK
SIMULATEDBilling Document Is Simulated SIMULATED_KKCHAR1XFELD
CRDATEDate on Which Billing Document Was Created BILLCRDATE_KKDATS8DATUM
CITCATConsumption Item Class CITCAT_KKCHAR4Assigned to domainCITCAT_KKFKK_BIX_CITCAT
BITCATBillable Item Class BITCAT_KKCHAR4TFK8101CBITCAT_KKFKK_BIX_BITCAT
BITSTATUSStatus of Billable Item BITSTATUS_KKCHAR1BITSTATUS_KK
BITRECTYPERecord Type of Billable Item BITRECTYPE_KKCHAR2BITRECTYPE_KK
BIT_DBTABDatabase Table Containing Billable Item BIT_DBTAB_KKCHAR16DBOBJ_NAME
BIT_GRPNOGrouping of Billable Items in Billing Document BIT_GRPNO_KKNUMC8
SUBPROCESSSubprocess of Billing SUB_PROCESS_KKCHAR4Assigned to domainSUB_PROCESS_KK
BITTYPEType of Billable Item BITTYPE_KKCHAR4TFK8102BITTYPE_KK
SRCTATYPESource Transaction Type SRCTATYPE_KKCHAR5TFK8103SRCTATYPE_KK
SRCREFTYPEType of Reference to Source Transaction in Billing Document BILL_SRCREFTYPE_KKCHAR1BILL_SRCREFTYPE_KK
SRCREFReference to Source Transaction in Billing Document BILL_SRCREF_KKCHAR22SYSUUID_22
XPRIMARYPrimary Billable Item XPRIMARY_KKCHAR1XFELD
RELTYPE_PRIMARYType of Relationship to Primary Item RELTYPE_PRIMARY_KKCHAR2RELTYPE_PRIMARY_KK
BITMONTHMonth of Origin of Billable Item BITMONTH_KKCHAR6PERIMONTHS_KK
BITCRMONTHMonth in Which Billable Item Was Created BITCRMONTH_KKCHAR6PERIMONTHS_KK
BIT_AMOUNTAmount of Billable Item BIT_AMOUNT_KKCURR13(2) WRTV7
BIT_CURRCurrency of Billable Item BIT_CURR_KKCUKY5Assigned to domainWAERS
BIT_NUMBERNumber of Billable Items BIT_NUMBER_KKINT410INT4_NOS

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKINVBILL_S
INTO CORRESPONDING FIELDS OF WA_DFKKINVBILL_S
WHERE...

How to access SAP table DFKKINVBILL_S

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