DFKKREP01 SAP (Data for Sales Lists (Belgium)) Table details

Dictionary Type: Table
Description: Data for Sales Lists (Belgium)




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




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

DFKKREP01 is a standard SAP Table which is used to store Data for Sales Lists (Belgium) data and is available within R/3 SAP systems depending on the version and release level.

The DFKKREP01 table consists of various fields, each holding specific information or linking keys about Data for Sales Lists (Belgium) data available in SAP. These include GJAHR (Fiscal Year), STCEG (VAT Registration Number), GPART (Business Partner Number), BUKRS (Company Code).. 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 DFKKREP01 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
STCEGVAT Registration Number STCEGCHAR20STCEG
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
BUDATPosting Date in the Document BUDATDATS8DATUM
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
BETRHAmount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
SBETHTax Amount in Local Currency With +/- Sign SBETH_KKCURR13(2) WRTV7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
BLARTDocument Type BLART_KKCHAR2Assigned to domainBLART_KK
BLDATDocument Date in Document BLDATDATS8DATUM
XBLNRReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKREP01
INTO CORRESPONDING FIELDS OF WA_DFKKREP01
WHERE...

How to access SAP table DFKKREP01

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