ICLX_ICLBENCALCVAL_S SAP (Structure for Database Table ICL_WCMPD) Structure details

Dictionary Type: Structure
Description: Structure for Database Table ICL_WCMPD




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




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

ICLX_ICLBENCALCVAL_S 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 "Structure for Database Table ICL_WCMPD" 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_ICLX_ICLBENCALCVAL_S TYPE ICLX_ICLBENCALCVAL_S.

The ICLX_ICLBENCALCVAL_S table consists of various fields, each holding specific information or linking keys about Structure for Database Table ICL_WCMPD data available in SAP. These include MANDT (Client), ACTIVE (Table entry is active (A) or in suspense (S)), CLAIM (Number of Claim), SUBCLAIM (Subclaim).. 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: Can be enhanced (character-type or numeric)


SAP ICLX_ICLBENCALCVAL_S 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ACTIVETable entry is active (A) or in suspense (S) ICL_ACTIVECHAR1ICL_ACTIVE
CLAIMNumber of Claim ICL_CLAIMCHAR17Assigned to domainALPHAICL_CLAIMICL_CLAIMICL_CLAIMNO_COL
SUBCLAIMSubclaim ICL_SUBCLCHAR3Assigned to domainICL_SUBCLICL_SUBCLAIM
WCMPH_SEQNUMSequence Number of Header Data ICL_WCMP_SEQNUMCHAR32SYSUUID_C
WCMPD_SEQNUMDetail Sequence Number ICL_WCMP_DET_SEQNUMCHAR32SYSUUID_C
CHANGETIMEChanged: Date + Time ICL_CHANGEUTC1DEC15TSTAMICL_TIMESTAMP
CHANGEDBYChanged By ICL_CHANGEDBYCHAR12Assigned to domainXUBNAME
DELETEDDatabase Line Status (Original, Changed, Deleted) ICL_RECSTATUSCHAR1ICL_RECSTATUS
ITEMCATWorkers Compensation Item Category ICL_WCMP_ITEMCATCHAR2ICL_WCMP_ITEMCAT
CURRENCYCurrency ICL_CURRENCYCUKY5Assigned to domainWAERS
SAWWState Average Weekly Wage (AWW) ICL_SAWW_AMTCURR15(2) ICL_RESAMOUNT
MIN_BENMinimum Amount ICL_MIN_AMTCURR15(2) ICL_RESAMOUNT
MAX_BENMaximum Amount ICL_MAX_AMTCURR15(2) ICL_RESAMOUNT
PERCENTPercentage of Wage Paid as Benefit ICL_WCMP_PERCENTDEC10(7) ICL_WCMP_PERCENTAGE
MAX_PERIODMaximum Benefit Period in Weeks ICL_MAXPRDNUMC4
MAX_TOTALMaximum Payment Amount ICL_MAX_PYMNTCURR15(2) ICL_RESAMOUNT
PAYMENT_AMTWeekly Payment Amount ICL_WCMP_TOPAYCURR15(2) ICL_ITAMTS
PAY_AMT_OFFPayment Amount After Offset ICL_WCMP_PAY_AMT_OFFCURR15(2) ICL_ITAMTS
NUMFULLPAYMNumber of Full Weeks ICL_NUMFULLPAYMNUMC4NUM04
NUMPARTPAYMNumber of Days Remaining ICL_NUMPARTPAYMNUMC4NUM04
PAYM_PARTIALAmount of Partial Payment ICL_PAYM_PARTIALCURR15(2) ICL_ITAMTS
BENEFIT_OFFSETAmount Offset ICL_WCMP_OFFSETCURR15(2) ICL_ITAMTS
RETRO_AMTRetroactive Payment Amount ICL_WCMP_RETRO_AMTCURR15(2) ICL_RESAMOUNT
PMTFRStart of Validity Period of a Recurring Payment ICL_PMTFR_REPDATS8DATUM
PMTTOEnd of Validity Period of a Recurring Payment ICL_PMTTO_REPDATS8DATUM
PAYM_TOTALTotal Amount of Payment ICL_PAYM_TOTALCURR15(2) ICL_ITAMTS
BURIAL_AMOUNTWorkers Compensation: Burial Amount ICL_BURIAL_AMTCURR15(2) ICL_RESAMOUNT
TRANSPORTN_MAXMaximum Amount for Transport ICL_TRNSPT_MAXCURR15(2) ICL_RESAMOUNT
LUMP_SUMLump Sum ICL_LUMP_SUMCURR15(2) ICL_RESAMOUNT
TOTAL_AMTTotal Amount of Payment ICL_WCMP_SRVR_TOTCURR15(2) ICL_ITAMTS
CHLD_MAX_AGEMaximum Age of Child ICL_CHILD_MAX_AGENUMC4
STDNT_MAX_AGEMaximum Age for Student ICL_STDNT_MAX_AGENUMC4
SCHEDULED_PERIODScheduled Period for Payment of Injuries ICL_WCMP_SCHEDULED_PERIODQUAN10(3) ICL_SERVCAT_POS_QUANTITY
SCHEDULED_UNITUnit for Compensation ICL_WCMP_SCH_COMP_UNITUNIT3Assigned to domainCUNITMEINS
CLAIM_GUIDBusiness Object Node GUID ICLX_NODE_GUID_DCHAR32SYSUUID_C
SUBCLAIM_GUIDBusiness Object Node GUID ICLX_NODE_GUID_DCHAR32SYSUUID_C
BENCALC_GUIDBusiness Object Node GUID ICLX_NODE_GUID_DCHAR32SYSUUID_C
ASSIGN_GUIDBusiness Object Node GUID ICLX_NODE_GUID_DCHAR32SYSUUID_C
LEVEL_DESCRSubclaim: Level Description ICLX_CLAIM_LEVEL_DESCR_DCHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table ICLX_ICLBENCALCVAL_S

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