DFKKZAX SAP (Repayment Request (Address Data for Check)) Table details

Dictionary Type: Table
Description: Repayment Request (Address Data for Check)




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




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

DFKKZAX is a standard SAP Table which is used to store Repayment Request (Address Data for Check) data and is available within R/3 SAP systems depending on the version and release level.

The DFKKZAX table consists of various fields, each holding specific information or linking keys about Repayment Request (Address Data for Check) data available in SAP. These include NRZAA (Repayment request), NAME1 (Name field 1 (name1/last name)), NAME2 (Name field 2 (name2/first name)), CITY1 (City).. 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 DFKKZAX 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
NRZAARepayment request NRZAA_KKCHAR10ALPHANRZAA_KK
NAME1Name field 1 (name1/last name) BU_NAME1CHAR40BU_NAME
NAME2Name field 2 (name2/first name) BU_NAME2CHAR40BU_NAME
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
PO_BOX_LOCPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKZAX
INTO CORRESPONDING FIELDS OF WA_DFKKZAX
WHERE...

How to access SAP table DFKKZAX

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