UHC_FICA_S_CCATTR SAP (Attributes of FI-CA Collection Cases (Structure)) Structure details

Dictionary Type: Structure
Description: Attributes of FI-CA Collection Cases (Structure)




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




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

UHC_FICA_S_CCATTR 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 FI-CA Collection Cases (Structure)" 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_UHC_FICA_S_CCATTR TYPE UHC_FICA_S_CCATTR.

The UHC_FICA_S_CCATTR table consists of various fields, each holding specific information or linking keys about Attributes of FI-CA Collection Cases (Structure) data available in SAP. These include FCL_GPART_DESCR (Short Name of Business Partner), FICA_CONT_GPART (More Business Partners), FCL_C_GP_DESCR (Short Description of Another Business Partner), FICA_VKONT (Contract Account).. 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 UHC_FICA_S_CCATTR 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
FICA_GPARTBusiness Partner FICA_GPARTCHAR10Assigned to domainALPHABU_PARTNER
FCL_GPART_DESCRShort Name of Business Partner UHC_BU_DESCRIPCHAR50BU_TEXT50
FICA_CONT_GPARTMore Business Partners UHC_CONTACT_GPARTCHAR10Assigned to domainALPHABU_PARTNER
FCL_C_GP_DESCRShort Description of Another Business Partner UHC_B2_DESCRIPCHAR50BU_TEXT50
FICA_VKONTContract Account FICA_VKONTCHAR12ALPHAFICA_VKONT
FCL_ITEM_LISTItem List in Collection Case FICA_ITEM_LISTCHAR32SYSUUID_C
FCL_OPEN_AMCurrent Amount to be Collected UHC_OPEN_AMTCURR15(2) WERTV8
FCL_PAID_AGENTAmount Paid Through a Collection Processor UHC_PAID_AGENTCURR15(2) WERTV8
FCL_REVERSEDAmount Reversed UHC_REVERSEDCURR15(2) WERTV8
FCL_WRITEOFFAmount Written Off FICA_WRITEOFF_AMTCURR15(2) WERTV8
FCL_CLEAREDAmount Cleared Differently UHC_CLEARED_OTHERCURR15(2) WERTV8
FCL_NOCHANGEItem List is Locked Against Changes UHC_NOCHANGECHAR1XFELD
FIN_DISPUTE_CURRFSCM-DM: Currency of Dispute Case BDM_DISPUTE_CURRCUKY5Assigned to domainWAERS
FIN_RFC_CREATORUser That Created the Dispute Case via RFC UDM_RFC_CREATORCHAR12Assigned to domainXUBNAME
FIN_LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
FIN_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIN_DUE_DATEProcessing Deadline UDM_DUE_DATEDATS8DATUM
FIN_CONTACT_NAMEName of Contact Person at Business Partner UDM_CONTACT_NAMECHAR40TEXT40
FIN_CONTACT_MAILe-mail Address of Contact Person at Business Partner UDM_CONTACT_EMAILCHAR128TEXT128
FIN_CONTACT_TELTelephone Number of Contact Person at Business Partner UDM_CONTACT_PHONECHAR30CHAR30
FIN_CONTACT_FAXCCountry of Fax Number UDM_CONTACT_FAXCCHAR3Assigned to domainLAND1
FIN_CONTACT_FAXFax Number of Contact Person at Business Partner UDM_CONTACT_FAXCHAR30CHAR30
FICA_CONTACT_KEYCorrespondence Key in Dispute Management FICA_CONTACT_KEYCHAR43CHAR43
FIN_PROC_SEQNRFSCM-DM: Sequential Number of Process BDM_PROC_SEQNRNUMC3NUM03
FIN_COORDINATORCoordinator of Dispute Case UDM_COORDINATORCHAR12Assigned to domainXUBNAME
FCL_ACLISTDefined Action List UHC_DEF_ACLIST_KEYCHAR2Assigned to domainUHC_ACTLIST

Key field Non-key field



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

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

How to access SAP table UHC_FICA_S_CCATTR

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