ICLULAERES SAP (Current Reassigned Reserves (ULAE)) Table details

Dictionary Type: Table
Description: Current Reassigned Reserves (ULAE)




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




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

ICLULAERES is a standard SAP Table which is used to store Current Reassigned Reserves (ULAE) data and is available within R/3 SAP systems depending on the version and release level.

The ICLULAERES table consists of various fields, each holding specific information or linking keys about Current Reassigned Reserves (ULAE) data available in SAP. These include CLIENT (Client), ULAEDBRUN (Lot Number ULAE Reserve Determination), ULAECNT (Index/Counter for ULAE Tables (Within a Run)), COMPCODE (Company Code for Reserves).. 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 ICLULAERES 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
ULAEDBRUNLot Number ULAE Reserve Determination ICL_ULAEDBRUNNUMC8ICLULAERUNICL_ULAEDBRUN
ULAECNTIndex/Counter for ULAE Tables (Within a Run) ICL_ULAEDBCNTNUMC8ICL_ULAEDBCNT
COMPCODECompany Code for Reserves ICL_COMPCODECHAR4TICL825ICL_COMPCODEICL_COMPCODE
STATEState ICL_STATECHAR3TICL823ICL_STATEICL_STATE
PRDGRPProduct Group ICL_PRDGRPCHAR2TICL820ICL_PRDGRPICL_PRDGRP
REGOFFICERegional Office ICL_REGOFFICECHAR4TICL824ICL_REGOFFICEICL_REGOFFICE
LINEOFINSLine of Insurance ICL_LINEOFINSCHAR10TICL821ICL_LINEOFINSICL_LINEOFINS
FUNCAREAFunctional Area for Reserve Redistribution (LAE) ICL_FUNCAREACHAR3TICL830ICL_FUNCAREA
REINSCATReinsurance Category ICL_REINSCATCHAR3TICL833ICL_REINSCAT
COVERAGECoverage (Indicative for Background Reserve) ICL_COVERAGECHAR4TICL822ICL_COVERAGEICL_COVERAGE
ACCTSUMCollective Account for Reserve Reallocation (LAE) ICL_ACCTSUMCHAR10TICL832ALPHASAKNR
ULAERESERVEWeighted Average ICL_ULAERESERVECURR15(2) ICL_AMOUNT
ULAEPERCENTWeighted 'Paid Res.Gp' to 'Paid CoCode' Ratio ICL_WEIGHTED_ULAEPERCENTDEC6(4) ICL_ULAEPERCENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM ICLULAERES
INTO CORRESPONDING FIELDS OF WA_ICLULAERES
WHERE...

How to access SAP table ICLULAERES

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