DFKKPTSAFTDEF SAP (Portugal: SAF-T Definition) Table details

Dictionary Type: Table
Description: Portugal: SAF-T Definition




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




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

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

The DFKKPTSAFTDEF table consists of various fields, each holding specific information or linking keys about Portugal: SAF-T Definition data available in SAP. These include ID (Portugal: SAF-T Element ID), PARENT_ID (Portugal: SAF-T Parent element ID), GROUP_ID (Portugal: SAF-T Group ID), DEPTH (Portugal: SAF-T Element level (depth)).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP DFKKPTSAFTDEF 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
VERSPortugal: SAF-T Version SAFTPT_VERSCHAR10
IDPortugal: SAF-T Element ID SAFTPT_GUIDCHAR32SYSUUID_C
PARENT_IDPortugal: SAF-T Parent element ID SAFTPT_GUID_PARENTCHAR32SYSUUID_C
GROUP_IDPortugal: SAF-T Group ID SAFTPT_GUID_GROUPCHAR32SYSUUID_C
DEPTHPortugal: SAF-T Element level (depth) SAFTPT_DEPTHNUMC4NUMC4
REQUIREDPortugal: SAF-T Required field SAFTPT_REQUIREDCHAR1FLAG
MAPPEDPortugal: SAF-T Mapped field SAFTPT_MAPPEDCHAR1FLAG
CHOICEPortugal: SAF-T Choice element SAFTPT_CHOICECHAR1FLAG
POSPortugal: SAF-T Element position SAFTPT_POSITIONNUMC4NUMC4
CHILD_EXISTPortugal: SAF-T Structure indicator SAFTPT_CHILD_EXISTCHAR1FLAG
NAMEPortugal: SAF-T Element name SAFTPT_ELEMENTCHAR100SAFTPT_ELEMENT
PARENT_NAMEPortugal: SAF-T Parent element name SAFTPT_ELEMENT_PARENTCHAR100SAFTPT_ELEMENT
LOGIC_IDPortugal: SAF-T Logic determinator SAFTPT_LOGICCHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKPTSAFTDEF
INTO CORRESPONDING FIELDS OF WA_DFKKPTSAFTDEF
WHERE...

How to access SAP table DFKKPTSAFTDEF

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