DFKKOPKC_RESEND SAP (Card Data Supplement: Status After Resend) Table details

Dictionary Type: Table
Description: Card Data Supplement: Status After Resend




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




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

DFKKOPKC_RESEND is a standard SAP Table which is used to store Card Data Supplement: Status After Resend data and is available within R/3 SAP systems depending on the version and release level.

The DFKKOPKC_RESEND table consists of various fields, each holding specific information or linking keys about Card Data Supplement: Status After Resend data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), OPUPK (Item number in contract account document), LAUFI (Payment Cards: Run ID of Billing Run), RSTAT (Status After Being Sent Again).. 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 DFKKOPKC_RESEND 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
LAUFIPayment Cards: Run ID of Billing Run LAUFI_KK2CHAR16CHAR16
RSTATStatus After Being Sent Again RSTAT_KKCHAR1RSTAT_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKOPKC_RESEND
INTO CORRESPONDING FIELDS OF WA_DFKKOPKC_RESEND
WHERE...

How to access SAP table DFKKOPKC_RESEND

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