DFKKREPZM SAP (Recording Data for EC Sales List) Table details

Dictionary Type: Table
Description: Recording Data for EC Sales List




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




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

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

The DFKKREPZM table consists of various fields, each holding specific information or linking keys about Recording Data for EC Sales List data available in SAP. These include BUKRS (Company Code), DATTY (Reporting Date Type for EC Sales List), DATUM (Date for EC Sales List), 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: Cannot Be Enhanced


SAP DFKKREPZM 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 BUKRSCHAR4T001BUKRSBUKC_T001
DATTYReporting Date Type for EC Sales List DATTY_ZM_KKCHAR1DATTY_ZM_KK
DATUMDate for EC Sales List DATUM_ZM_KKDATS8DATUM
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
LFDNRSequence Number for Entries for EC Sales List LFDNR_ZM_KKNUMC6NUMC6
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
MWARTTax Type MWARTCHAR1MWART
EGRKZEU Code / Code EGRKZCHAR1EGRKZ
LWAERCountry currency WAERS_005CUKY5TCURCWAERS
HWAERLocal Currency HWAERCUKY5TCURCWAERS
LWBASTax Base Amount in National Currency LWBAS_ZM_KKCURR13(2) WRTV7
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
LSTMLCountry for Tax Return LAND1_STMLCHAR3T005LAND1
XBLNRReference document number XBLNR_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_KKDATS8DATUM
STBELNumber of Reversed Document STBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK
STCEGVAT Registration Number STCEGCHAR20STCEG
LAND1Country Key LAND1CHAR3T005LAND1LND
NAME1Name field 1 (name1/last name) BU_NAME1CHAR40BU_NAME
GPRTPType of Business Partner Reference GPRTP_KKCHAR1GPRTP_KK
GPREFReference to a Business Partner GPREF_KKCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKREPZM
INTO CORRESPONDING FIELDS OF WA_DFKKREPZM
WHERE...

How to access SAP table DFKKREPZM

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