TKKVPYCORR SAP (Customizing for Insufficient Deposit Coverage Correspondence) Table details

Dictionary Type: Table
Description: Customizing for Insufficient Deposit Coverage Correspondence




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




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

TKKVPYCORR is a standard SAP Table which is used to store Customizing for Insufficient Deposit Coverage Correspondence data and is available within R/3 SAP systems depending on the version and release level.

The TKKVPYCORR table consists of various fields, each holding specific information or linking keys about Customizing for Insufficient Deposit Coverage Correspondence data available in SAP. These include COMPCODE (Company Code Group), PYMET (Payment Method), COTYP (Correspondence Type), PERIOD (Deadline in Days for Insufficient Deposit Coverage Corr.).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TKKVPYCORR 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
COMPCODECompany Code Group OPBUK_KKCHAR4TFK001GOPBUK_KKOPBUK
PYMETPayment Method PYMET_KKCHAR1TFK042ZPYMET_KK
COTYPCorrespondence Type COTYP_KKCHAR4TFK070ACOTYP_KKCOTYPCOTYP_KK
PERIODDeadline in Days for Insufficient Deposit Coverage Corr. PERIOD_CORR_VKNUMC4PERIOD_CORR_VK
PAYF_AMNTTYPEAmount Type of Payment Form PAYF_AMOUNT_TYPE_KKCHAR1PAYF_AMOUNT_TYPE_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKKVPYCORR
INTO CORRESPONDING FIELDS OF WA_TKKVPYCORR
WHERE...

How to access SAP table TKKVPYCORR

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