DFKKEXC_TMP SAP (External Payment Information: Account Assignment Parameters) Table details

Dictionary Type: Table
Description: External Payment Information: Account Assignment Parameters




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




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

DFKKEXC_TMP is a standard SAP Table which is used to store External Payment Information: Account Assignment Parameters data and is available within R/3 SAP systems depending on the version and release level.

The DFKKEXC_TMP table consists of various fields, each holding specific information or linking keys about External Payment Information: Account Assignment Parameters data available in SAP. These include OFFIC (Branch in Cash Journal), CHDSK (Cash Desk), PAYKY (Grouping Key for External Payments), PAYTP (Category of Payment/Payment Lot).. 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)


SAP DFKKEXC_TMP 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
OFFICBranch in Cash Journal OFFIC_KKCHAR3OFFIC_KK
CHDSKCash Desk CHDSK_KKCHAR2CHDSK_KK
PAYKYGrouping Key for External Payments PAYKY_KKCHAR16PAYKY_KK
PAYTPCategory of Payment/Payment Lot PAYTP_KKCHAR2PAYTP_KK
CDVKOCash Desk Clearing Account CDVKO_KKCHAR10Assigned to domainALPHASAKNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SEGMENTSegment for Segmental Reporting SEGMT_KKCHAR10Assigned to domainALPHAFB_SEGMENT
VALUTValue date VALUTDATS8DATUM
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKEXC_TMP
INTO CORRESPONDING FIELDS OF WA_DFKKEXC_TMP
WHERE...

How to access SAP table DFKKEXC_TMP

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