DFKKHUREPDS SAP (Recording Data for Domestic Sales Hungary) Table details

Dictionary Type: Table
Description: Recording Data for Domestic Sales Hungary




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




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

DFKKHUREPDS is a standard SAP Table which is used to store Recording Data for Domestic Sales Hungary data and is available within R/3 SAP systems depending on the version and release level.

The DFKKHUREPDS table consists of various fields, each holding specific information or linking keys about Recording Data for Domestic Sales Hungary data available in SAP. These include BUKRS (Company Code), DATTYP (Reporting date type for Domestic Sales), DATUM (Date), GPART (Business Partner 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 DFKKHUREPDS 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
DATTYPReporting date type for Domestic Sales DATETYPHU_KKCHAR1DATETYPHU_KK
DATUMDate DATUMDATS8DATUM
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
LFDNRSequence Number for Entries in Domestic Sales LFDNR_HU_KKNUMC6NUMC6
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
MWARTTax Type MWARTCHAR1MWART
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
LWAERCountry currency WAERS_005CUKY5Assigned to domainWAERS
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
SBASWAmount Subject to Tax in Transaction Currency (Tax Base Amt) SBASW_KKCURR13(2) WRTV7
LWBASTax Base Amount in National Currency LWBAS_HU_KKCURR13(2) WRTV7
SBETHTax Amount in Local Currency With +/- Sign SBETH_KKCURR13(2) WRTV7
SBETWTax Amount in Transaction Currency with +/- Sign SBETW_KKCURR13(2) WRTV7
SBETLTax Amount in Country Currency with +/- Sign SBETL_HU_KKCURR13(2) WRTV7
XBLNRReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
XBLNR_ORGReference number of original document XBLNR_ORG_KKCHAR16ALPHAXBLNR_KK
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
VATDATETax Reporting Date VATDATE_XX_KKDATS8DATUM
STBELNumber of Reversed Document STBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK
STCEGVAT Registration Number STCEGCHAR20STCEG
TAXTYPEType of Tax Number TAXTYPE_HU_KKCHAR1TAXTYPE_HU_KK
NAME1Name field 1 (name1/last name) BU_NAME1CHAR40BU_NAME
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
INV_ISSDATInvoice issuing date INVDAT_KKDATS8DATUM
LIMITGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKHUREPDS
INTO CORRESPONDING FIELDS OF WA_DFKKHUREPDS
WHERE...

How to access SAP table DFKKHUREPDS

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