ICL_SCWCOMP_DTH SAP (Workers Comp - Benefits Catalog (Death)) Table details

Dictionary Type: Table
Description: Workers Comp - Benefits Catalog (Death)




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




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

ICL_SCWCOMP_DTH is a standard SAP Table which is used to store Workers Comp - Benefits Catalog (Death) data and is available within R/3 SAP systems depending on the version and release level.

The ICL_SCWCOMP_DTH table consists of various fields, each holding specific information or linking keys about Workers Comp - Benefits Catalog (Death) data available in SAP. These include SCPOSID_INT (Internal ID of Benefits Catalog Item), COUNTRY (Jurisdiction Country), REGION (Jurisdiction Region), DISABILITY_CLASS (Disability Class).. 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 ICL_SCWCOMP_DTH 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SCPOSID_INTInternal ID of Benefits Catalog Item ICL_SERVCAT_POSID_INTCHAR32ICLSERVCATSYSUUID_C
COUNTRYJurisdiction Country ICL_JURICOUNTRYCHAR3Assigned to domainLAND1
REGIONJurisdiction Region ICL_JURISREGIONCHAR3Assigned to domainREGIO
DISABILITY_CLASSDisability Class ICL_DISABILITY_CLASSCHAR2Assigned to domainICL_DISABILITY_CLASSICL_DISABILITY_CLASS
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SPOUSE_CHILD_BENBRFplus Expression for Spouse and Child Rule ICL_SPS_CHLD_RULECHAR20Assigned to domainBRF_EXPRESSION
SPOUSE_ONLY_BENBRFplus Expression for Spouse Rule ICL_SPS_RULECHAR20Assigned to domainBRF_EXPRESSION
ONE_CHILD_BENBRFplus Expression for Child Rule ICL_CHLD_RULECHAR20Assigned to domainBRF_EXPRESSION
MAX_SPSECHLD_AMTMaximum Weekly Amount for Spouse and Child ICL_SPSECHLD_AMTCURR15(2) ICL_RESAMOUNT
MAX_SPSEONLY_AMTMaximum Weekly Amount for Spouse ICL_SPSEONLY_AMTCURR15(2) ICL_RESAMOUNT
MIN_SPSEONLY_AMTMinimum Amount for Spouse ICL_SPSE_MIN_AMTCURR15(2) ICL_RESAMOUNT
AMOUNT_LIMIT_SCAmount Limit for Spouse Plus Child in Total ICL_MAX_AMT_SCCURR15(2) ICL_RESAMOUNT
AMOUNT_LIMIT_SOAmount Limit for Spouse ICL_MAX_AMT_SOCURR15(2) ICL_RESAMOUNT
TIME_LIMITMaximum Benefit Period in Weeks ICL_MAXPRDNUMC4
BURIAL_AMOUNTWorkers Compensation: Burial Amount ICL_BURIAL_AMTCURR15(2) ICL_RESAMOUNT
CHILD_MAX_AGEMaximum Age of Child ICL_CHILD_MAX_AGENUMC4
STDNT_MAX_AGEMaximum Age for Student ICL_STDNT_MAX_AGENUMC4
TRANSPORTN_MAXMaximum Amount for Transport ICL_TRNSPT_MAXCURR15(2) ICL_RESAMOUNT
LUMP_SUMLump Sum ICL_LUMP_SUMCURR15(2) ICL_RESAMOUNT
FORMULA_DTHBRFplus Expression for Deriving Total Benefit ICL_WC_FORMCHAR20Assigned to domainBRF_EXPRESSION

Key field Non-key field



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

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

SELECT SINGLE *
FROM ICL_SCWCOMP_DTH
INTO CORRESPONDING FIELDS OF WA_ICL_SCWCOMP_DTH
WHERE...

How to access SAP table ICL_SCWCOMP_DTH

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