UHC_CASE_ALIST SAP (Actions in Collection Case) Table details

Dictionary Type: Table
Description: Actions in Collection Case




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




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

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

The UHC_CASE_ALIST table consists of various fields, each holding specific information or linking keys about Actions in Collection Case data available in SAP. These include CASE_GUID (UUID in character form), ACT_COUNTER (Action Counter), ACKEY (Technical Key for the Action), ACLISTKEY (Action List).. 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 UHC_CASE_ALIST 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_CCHAR32UHCCASEATTR20SYSUUID_C
ACT_COUNTERAction Counter UHC_ACT_COUNTERNUMC3UHC_ACTION
ACKEYTechnical Key for the Action UHC_ACKEYCHAR4Assigned to domainUHC_ACKEY
ACLISTKEYAction List UHC_LIST_KEYCHAR2Assigned to domainUHC_ACTLIST
START_DATEExecute Earliest on UHC_STARTDATEDATS8DATUM
END_DATEExecute by the latest on UHC_ENDDATEDATS8DATUM
STATUSAction Status UHC_STATUSCHAR2DMVALUHC_STATUS
CHANGE_TIMETime Stamp UHC_CHANGE_TIMEDEC15TSTLCUHC_TIMESTAMP
CHANGED_BYLast Changed by SCMG_CHANGE_USERCHAR12Assigned to domainXUBNAME
DELETEDCheckbox XFELDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table UHC_CASE_ALIST using ABAP code

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

SELECT SINGLE *
FROM UHC_CASE_ALIST
INTO CORRESPONDING FIELDS OF WA_UHC_CASE_ALIST
WHERE...

How to access SAP table UHC_CASE_ALIST

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