ICL_SCWCOMP_W05 SAP (Workers Compensation - Benefits Catalog View ICLW05) Structure details

Dictionary Type: Structure
Description: Workers Compensation - Benefits Catalog View ICLW05




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




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

ICL_SCWCOMP_W05 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 Compensation - Benefits Catalog View ICLW05" 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_ICL_SCWCOMP_W05 TYPE ICL_SCWCOMP_W05.

The ICL_SCWCOMP_W05 table consists of various fields, each holding specific information or linking keys about Workers Compensation - Benefits Catalog View ICLW05 data available in SAP. These include AMOUNT_LIMIT_SO (Amount Limit for Spouse), TIME_LIMIT (Maximum Benefit Period in Weeks), BURIAL_AMOUNT (Workers Compensation: Burial Amount), CHILD_MAX_AGE (Maximum Age of Child).. 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: Cannot Be Enhanced


SAP ICL_SCWCOMP_W05 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
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

Key field Non-key field



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

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

How to access SAP table ICL_SCWCOMP_W05

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