FKK_DM_EXT SAP (FKK-DM: Dispute Data from External Processing) Structure details

Dictionary Type: Structure
Description: FKK-DM: Dispute Data from External Processing




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




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

FKK_DM_EXT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "FKK-DM: Dispute Data from External Processing" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FKK_DM_EXT TYPE FKK_DM_EXT.

The FKK_DM_EXT table consists of various fields, each holding specific information or linking keys about FKK-DM: Dispute Data from External Processing data available in SAP. These include FICA_DISPUTED_AM (Disputed Amount), FIN_DISPUTE_CURR (Currency Key), FICA_GPART (Business Partner Number), FICA_VKONT (Contract Account Number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FKK_DM_EXT structure 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
CASE_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
FICA_DISPUTED_AMDisputed Amount FICA_DISPUTED_AMCURR15(2) WRTV8
FIN_DISPUTE_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FICA_GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
FICA_VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
FICA_VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
FICA_SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
FICA_INT_REASONFICA-DM: Internal Dispute Type FKKDM_INT_REASONCHAR4FKKDM_INT_REASON
REASON_CODEReason for Dispute Case FDM_REASON_CODECHAR4CHAR4
ESCAL_REASONReason for Escalation SCMG_ESCAL_REASONCHAR2CHAR2
CASE_TITLECase Title SCMG_CASE_TITLECHAR80TEXT80
XCLOSECheckbox XFELDCHAR1XFELD
XCANCELCheckbox XFELDCHAR1XFELD
PRIORITYPriority SCMG_PRIORITYNUMC1NUM01
PLAN_END_DATEPlanned Close Date SCMG_PLAN_END_DATEDATS8DATUM
PROCESSORProcessor SCMG_PROCESSORCHAR12Assigned to domainXUBNAMEUSER_ADDR
RESPONSIBLEPerson Responsible SCMG_RESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_ADDR

Key field Non-key field



How do I retrieve data from SAP structure FKK_DM_EXT using ABAP code?

As FKK_DM_EXT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FKK_DM_EXT as there is no data to select.

How to access SAP table FKK_DM_EXT

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