DFKKAWM SAP (Foreign Trade Reporting: Report File) Table details

Dictionary Type: Table
Description: Foreign Trade Reporting: Report File




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




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

DFKKAWM is a standard SAP Table which is used to store Foreign Trade Reporting: Report File data and is available within R/3 SAP systems depending on the version and release level.

The DFKKAWM table consists of various fields, each holding specific information or linking keys about Foreign Trade Reporting: Report File data available in SAP. These include GUIDNR (Globally Unique Identifier), MLLAND (Country Key), MLTYP (Rep Type), MLKZV (Directory of Report Keys).. 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 DFKKAWM 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
GUIDNRGlobally Unique Identifier GUIDRAW16
MLLANDCountry Key MLLAND_KKCHAR3T005LAND1
MLTYPRep Type MLTYP_KKCHAR5TFKAWM005CHAR5
MLKZVDirectory of Report Keys MLKZV_KKCHAR5TFKAWM002CHAR5
MLKZINTReport Key (Internal) MLKZINT_KKCHAR8TFKAWM003CHAR8
MLWAERSReporting Currency MLWAERS_KKCUKY5Assigned to domainWAERS
MLBETRAmount in Report Currency with +/-Sign MLBETR_KKCURR13(2) WRTV7
TRWAERSTransaction Currency of Report Document TRWAERS_KKCUKY5Assigned to domainWAERS
TRBETRAmount of Report Doc.in Transaction Currency with +/-Sign TRBETR_KKCURR13(2) WRTV7
DOC1TType of Report Document DOC1TM_KKCHAR2DOCTP_KK
DOC1RReference for Report Document DOC1RM_KKCHAR24CHAR24
GPA1TBusiness Partner Category GPA1T_PAYCHAR2GPATP_PAY
GPA1RBusiness Partner Reference GPA1R_PAYCHAR12CHAR12
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
KORRDOCDocument Number of Adjusted Report Documents KORRDOC_KKCHAR24CHAR24
KZKORRAdjustment Records Exist KZKORR_KKCHAR1XFELD
MLVDATReport Proposal Date MLVDAT_KKDATS8DATUM
MLDATReporting Date MLDAT_KKDATS8DATUM
MLSTATReport Status MLSTAT_KKCHAR1MLSTATD_KK
MLAKTActivation Status MLAKT_KKCHAR1MLAKTD_KK
MLDATAAdditional Report Data MLDATA_KKCHAR40CHAR40
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
CPUDTDate of Entry in Report File MLCPUDT_KKDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AWSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKAWM
INTO CORRESPONDING FIELDS OF WA_DFKKAWM
WHERE...

How to access SAP table DFKKAWM

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