DFKKSAFTINV_I SAP (SAF-T Source Document: Item) Table details

Dictionary Type: Table
Description: SAF-T Source Document: Item




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




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

DFKKSAFTINV_I is a standard SAP Table which is used to store SAF-T Source Document: Item data and is available within R/3 SAP systems depending on the version and release level.

The DFKKSAFTINV_I table consists of various fields, each holding specific information or linking keys about SAF-T Source Document: Item data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), MONAT (Fiscal Period), SOURCEDOCNUM (SAF-T Source Document Number).. 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 DFKKSAFTINV_I 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
SOURCEDOCNUMSAF-T Source Document Number SAFT_DOCNUM_KKCHAR60CHAR60
POSNUMSAF-T Source Document Item Number SAFT_POSNUM_KKNUMC6
SEQNOSequence Number SEQNOCHAR3SEQNO
LINENUMSAF-T Source Document Item Number SAFT_POSNUM_KKNUMC6
ORG_ONPortugal: SAF-T Orginating order number SAFTPT_ORGONCHAR60
ORG_DATEPortugal: SAF-T date SAFTPT_DATECHAR10
PRODUCTCODEPortugal: SAF-T Product code SAFTPT_PRODCODECHAR30SAFTPT_PRODCODE
PRODUCTDESCPortugal: SAF-T Description SAFTPT_DESCCHAR200SAFT_CHAR200
QUANTITYQuantity MENGE_DQUAN13(3) MENG13
UOMPortugal: SAF-T Unit of Measure SAFTPT_UOMCHAR20SAFT_CHAR20
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UNITPRICEValue field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
TAXPOINTDATEPortugal: SAF-T date SAFTPT_DATECHAR10
CREDIT_NOTE_REFSignature PT: Invoice Number (SAFT length) SIPT_INV_NO_SAFTCHAR60
CREDIT_NOTE_REASPortugal: SAF-T Reason SAFTPT_REASONCHAR50SAFT_CHAR50
DESCRIPTIONPortugal: SAF-T Description SAFTPT_DESCCHAR200SAFT_CHAR200
DEBIT_AMTValue field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
CREDIT_AMTValue field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
TAXTYPEPortugal: SAF-T Tax type SAFTPT_TAXTYPECHAR3SAFTPT_TAXTYPE
TAXCNTRY_REGPortugal: SAF-T Tax country region SAFTPT_TAXREGCHAR5
TAXCODEPortugal: SAF-T Tax code SAFTPT_TAXCODECHAR10
TAXRATERate (condition amount or percentage) KBETRCURR11(2) WERTV6
TAXAMOUNTTax Amount in Local Currency With +/- Sign SBETH_KKCURR13(2) WRTV7
TAXEXEMP_REASPortugal: SAF-T Reason (60) SAFTPT_EXMP_RESCHAR60SAFT_CHAR60
SETTLEMENT_AMTValue field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKSAFTINV_I
INTO CORRESPONDING FIELDS OF WA_DFKKSAFTINV_I
WHERE...

How to access SAP table DFKKSAFTINV_I

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