FKK_CRM_DISPUTE_DATA SAP (FI-CA Dispute Management(Dispute Data)) Structure details

Dictionary Type: Structure
Description: FI-CA Dispute Management(Dispute Data)




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




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

FKK_CRM_DISPUTE_DATA 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 "FI-CA Dispute Management(Dispute Data)" 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_CRM_DISPUTE_DATA TYPE FKK_CRM_DISPUTE_DATA.

The FKK_CRM_DISPUTE_DATA table consists of various fields, each holding specific information or linking keys about FI-CA Dispute Management(Dispute Data) data available in SAP. These include FICA_GPART (Business Partner Number), FICA_VKONT (Contract Account Number), FICA_VTREF (Reference Specifications from Contract), FICA_APPLK (Application area).. 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_CRM_DISPUTE_DATA 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_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_APPLKApplication area APPLK_KKCHAR1APPLK_KK
FICA_SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
FICA_DISPUTED_AMDisputed Amount FICA_DISPUTED_AMCURR15(2) WRTV8
FICA_TOTALINV_AMTotal Receivable for Business Partner FICA_TOTALINV_AMCURR15(2) WRTV8
FICA_TOTALCOR_AMTotal Correction for Dispute Case FICA_TOTALCOR_AMCURR15(2) WRTV8
FICA_REVERSED_AMReversed Amount FICA_REVERSED_AMCURR15(2) WRTV8
FICA_CREDITED_AMAmount Credited FICA_CREDITED_AMCURR15(2) WRTV8
FICA_WRITEOFF_AMAmount Written Off FICA_WRITEOFF_AMCURR15(2) WRTV8
FICA_REPLACED_AMTotal of Replacement Receivables FICA_REPLACED_AMCURR15(2) WRTV8
FICA_PAID_AMTotal of Payments Received since Creation of Dispute Case FICA_PAID_AMCURR15(2) WRTV8
FICA_STILLOPEN_AMRemaining Disputed Amount FICA_STILLOPEN_AMCURR15(2) WRTV8
FIN_DISPUTE_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FIN_LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
FICA_INT_REASONFICA-DM: Internal Dispute Type FKKDM_INT_REASONCHAR4FKKDM_INT_REASON
FIN_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIN_COORDINATORCoordinator of Dispute Case FDM_COORDINATORCHAR12Assigned to domainXUBNAMEUSER_ADDR
FIN_ROOT_CCODERoot Cause Code FKKDM_ROOT_CCODECHAR4CHAR4
FIN_DUE_DATEProcessing Deadline FKKDM_DUE_DATEDATS8DATUM
FIN_ORIGINOrigin of Dispute Case FKKDM_ORIGINCHAR2FKKDM_ORIGIN
CASE_TYPECase Type FDM_CASE_TYPECHAR4CHAR4
EXT_KEYCase ID FDM_EXT_KEYCHAR12ALPHAFDM_EXT_KEY
EXT_REFExternal Reference FDM_EXT_REFCHAR30CHAR30
CREATED_BYCreated By SCMG_CREATE_USERCHAR12Assigned to domainXUBNAME
CREATE_TIMETime of Creation of Dispute Case FDM_CREATE_TIMEDEC15TSTPSFDM_TIMESTAMP
CHANGED_BYLast Changed by SCMG_CHANGE_USERCHAR12Assigned to domainXUBNAME
CHANGE_TIMELast Changed On FDM_CHANGE_TIMEDEC15TSTPSFDM_TIMESTAMP
CLOSED_BYClosed by User SCMG_CLOSED_BYCHAR12Assigned to domainXUBNAME
CLOSING_TIMEClosed at Time SCMG_CLOSING_TIMEDEC15TSTPSSCMG_TIMESTAMP
PLAN_END_DATEPlanned Close Date SCMG_PLAN_END_DATEDATS8DATUM

Key field Non-key field



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

As FKK_CRM_DISPUTE_DATA 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_CRM_DISPUTE_DATA as there is no data to select.

How to access SAP table FKK_CRM_DISPUTE_DATA

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