SAP ICLSCWCOMP_DATA Workers Comp - Benefits Catalog Table data and field list

ICLSCWCOMP_DATA 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 "Workers Comp - Benefits Catalog" 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_ICLSCWCOMP_DATA TYPE ICLSCWCOMP_DATA.

The ICLSCWCOMP_DATA table consists of various fields, each holding specific information or linking keys about Workers Comp - Benefits Catalog data available in SAP. These include BENEFIT_RULE (BRFplus Expression for Deriving Benefit), MAX_BEN (Maximum Amount), MAX_RULE (BRFplus Expression for Deriving Maximum Weekly Benefit), MIN_BEN (Minimum Amount)... 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. .

ICLSCWCOMP_DATA structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP ICLSCWCOMP_DATA structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ICLSCWCOMP_DATA table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SAWWState Average Weekly Wage (AWW) ICL_SAWW_AMTCURR15(2) ICL_RESAMOUNT
BENEFIT_RULEBRFplus Expression for Deriving Benefit ICL_BEN_RULECHAR20Assigned to domainBRF_EXPRESSION
MAX_BENMaximum Amount ICL_MAX_AMTCURR15(2) ICL_RESAMOUNT
MAX_RULEBRFplus Expression for Deriving Maximum Weekly Benefit ICL_MAX_RULECHAR20Assigned to domainBRF_EXPRESSION
MIN_BENMinimum Amount ICL_MIN_AMTCURR15(2) ICL_RESAMOUNT
MIN_RULEBRFplus Expression for Deriving Minimum Weekly Benefit ICL_MIN_RULECHAR20Assigned to domainBRF_EXPRESSION
WAITING_PERIODWaiting Period ICL_WAITINGPRDNUMC4NUMC4
RETRO_PERIODRetroactive Period ICL_RETROPRDNUMC4NUMC4
MAX_PERIODMaximum Benefit Period in Weeks ICL_MAXPRDNUMC4
MAX_TOTALMaximum Payment Amount ICL_MAX_PYMNTCURR15(2) ICL_RESAMOUNT
FORMULABRFplus Expression for Deriving Total Benefit ICL_WC_FORMCHAR20Assigned to domainBRF_EXPRESSION
BEN_CONSPercentage of Benefit for Workers Compensation ICL_WC_BENCDEC5(2) ICL_WC_BENC
CALCINSTRCalculation Instructions ICL_WC_CALCINSTRSTRG0

Key field Non-key field



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

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

How to access SAP table ICLSCWCOMP_DATA

Within an ECC or HANA version of SAP you can also view further information about ICLSCWCOMP_DATA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).