DFKKAVP SAP (Payment Advice: Items) Table details

Dictionary Type: Table
Description: Payment Advice: Items




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




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

DFKKAVP is a standard SAP Table which is used to store Payment Advice: Items data and is available within R/3 SAP systems depending on the version and release level.

The DFKKAVP table consists of various fields, each holding specific information or linking keys about Payment Advice: Items data available in SAP. These include AVKEY (Payment Advice Note), AVPOS (Item number in a payment advice), SELT1 (Selection Category), SELW1 (Field value to be selected).. 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 DFKKAVP 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
AVKEYPayment Advice Note AVKEY_KKCHAR20DFKKAVKAVKEY_KK80A
AVPOSItem number in a payment advice AVPOS_KKNUMC6NUM06
SELT1Selection Category SELTX_KKCHAR1TFK004SELTX_KK
SELW1Field value to be selected SELWA_KKCHAR35CHAR35
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
INKPSCollection Item INKPS_KKNUMC3NUM03
BETRW_AVPayment advice amount BETRW_AV_KKCURR13(2) WRTV7
BETRW_ACAssigned Amount BETRW_AC_KKCURR13(2) WRTV7
NINKBUncollectable Amount NINKB_KKCURR13(2) WRTV7

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKAVP
INTO CORRESPONDING FIELDS OF WA_DFKKAVP
WHERE...

How to access SAP table DFKKAVP

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