UHCCASEATTR20 SAP (Collection Case Attributes) Table details

Dictionary Type: Table
Description: Collection Case Attributes




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




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

UHCCASEATTR20 is a standard SAP Table which is used to store Collection Case Attributes data and is available within R/3 SAP systems depending on the version and release level.

The UHCCASEATTR20 table consists of various fields, each holding specific information or linking keys about Collection Case Attributes data available in SAP. These include CASE_GUID (UUID in character form), FICA_GPART (Business Partner), FCL_GPART_DESCR (Short Name of Business Partner), FICA_CONT_GPART (More Business Partners).. 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 or numeric)


SAP UHCCASEATTR20 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
CASE_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
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 table UHCCASEATTR20 using ABAP code

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

SELECT SINGLE *
FROM UHCCASEATTR20
INTO CORRESPONDING FIELDS OF WA_UHCCASEATTR20
WHERE...

How to access SAP table UHCCASEATTR20

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