FKK_UI_ATTRIBUTES_COLL SAP (Attributes of Collection Case) Structure details

Dictionary Type: Structure
Description: Attributes of Collection Case




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




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

FKK_UI_ATTRIBUTES_COLL 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 "Attributes of Collection Case" 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_UI_ATTRIBUTES_COLL TYPE FKK_UI_ATTRIBUTES_COLL.

The FKK_UI_ATTRIBUTES_COLL table consists of various fields, each holding specific information or linking keys about Attributes of Collection Case data available in SAP. These include EXT_KEY (Case ID), EXT_REF (External Reference), CASE_TYPE (Case Type), CASE_TITLE (Title of Dispute Case).. 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_UI_ATTRIBUTES_COLL 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_GUIDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
EXT_KEYCase ID FDM_EXT_KEYCHAR12ALPHAFDM_EXT_KEY
EXT_REFExternal Reference FDM_EXT_REFCHAR30CHAR30
CASE_TYPECase Type FDM_CASE_TYPECHAR4CHAR4
CASE_TITLETitle of Dispute Case FDM_CASE_TITLECHAR80TEXT80
FICA_VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
FIN_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PRIORITYPriority of Dispute Case FDM_PRIORITYNUMC1NUM01
FCL_ITEM_LISTUUID in character form SYSUUID_CCHAR32SYSUUID_C
FIN_DISPUTE_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FCL_OPEN_AMAmount to Be Collected FICA_COLL_AMCURR15(2) WRTV8
PROCESSORProcessor FDM_PROCESSORCHAR12Assigned to domainXUBNAMEUSER_ADDR
RESPONSIBLEPerson Responsible FDM_RESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_ADDR
FIN_COORDINATORCoordinator of Dispute Case FDM_COORDINATORCHAR12Assigned to domainXUBNAMEUSER_ADDR
CREATE_TIMETime of Creation of Dispute Case FDM_CREATE_TIMEDEC15TSTPSFDM_TIMESTAMP
CREATED_BYCreated By SCMG_CREATE_USERCHAR12Assigned to domainXUBNAME

Key field Non-key field



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

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

How to access SAP table FKK_UI_ATTRIBUTES_COLL

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