FKKPT_SAFTINV_I SAP (Portugal: SAF-T Invoice Line Item) Structure details

Dictionary Type: Structure
Description: Portugal: SAF-T Invoice Line Item




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




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

FKKPT_SAFTINV_I is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Portugal: SAF-T Invoice Line Item" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FKKPT_SAFTINV_I TYPE FKKPT_SAFTINV_I.

The FKKPT_SAFTINV_I table consists of various fields, each holding specific information or linking keys about Portugal: SAF-T Invoice Line Item data available in SAP. These include ORG_ON (Portugal: SAF-T Orginating order number), ORG_DATE (Portugal: SAF-T date), PRODUCTCODE (Portugal: SAF-T Product code), PRODUCTDESC (Portugal: SAF-T Description).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FKKPT_SAFTINV_I structure 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
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 structure FKKPT_SAFTINV_I using ABAP code?

As FKKPT_SAFTINV_I is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FKKPT_SAFTINV_I as there is no data to select.

How to access SAP table FKKPT_SAFTINV_I

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