DFKKINVDOC_O SAP (Offsetting Items of Invoicing Document) Table details

Dictionary Type: Table
Description: Offsetting Items of Invoicing Document




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




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

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

The DFKKINVDOC_O table consists of various fields, each holding specific information or linking keys about Offsetting Items of Invoicing Document data available in SAP. These include INVDOCNO (Number of Invoicing Document), INVDOCOITEM (Sequential Number of Document Item), OFFSET_REFID (Offsetting Reference Key), OFFSET_CAT (Offsetting Category).. 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 DFKKINVDOC_O 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
INVDOCNONumber of Invoicing Document INVDOCNO_KKNUMC12Assigned to domainINVDOCNO_KKFKKINV_INVDOCNO
INVDOCOITEMSequential Number of Document Item INVDOCOITEM_KKNUMC8INVDOCITEM_KK
OFFSET_REFIDOffsetting Reference Key INV_OFFSET_REFID_KKCHAR20CHAR20
OFFSET_CATOffsetting Category INV_OFFSET_CAT_KKCHAR3Assigned to domainINV_OFFSET_CAT_KK
OFFSET_PROCOffsetting Procedure INV_OFFSET_PROC_KKCHAR2INV_OFFSET_PROC_KK
OFFSET_INVGRGrouping of Offsetting Items INV_OFFSET_GROUP_KKCHAR6
OFFSET_STATUSStatus of Offsetting Processing INV_OFFSET_STATUS_KKCHAR1INV_OFFSET_STATUS_KK
INVDOCNO_REQNumber of Invoicing Document INVDOCNO_KKNUMC12Assigned to domainINVDOCNO_KKFKKINV_INVDOCNO
DATE_FROM_REQStart of Period of Line Item ITEMPERIOD_FROM_KKDATS8
DATE_TO_REQEnd of Period of Line Item ITEMPERIOD_TO_KKDATS8
OPBEL_REQNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPW_REQRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPK_REQItem number in contract account document OPUPK_KKNUMC4OPUPK_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKINVDOC_O
INTO CORRESPONDING FIELDS OF WA_DFKKINVDOC_O
WHERE...

How to access SAP table DFKKINVDOC_O

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