ICL_BW_RESERVE SAP (Extract Structure for Claim Reserves (After Payments)) Structure details

Dictionary Type: Structure
Description: Extract Structure for Claim Reserves (After Payments)




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




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

ICL_BW_RESERVE 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 "Extract Structure for Claim Reserves (After Payments)" 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_BW_RESERVE TYPE ICL_BW_RESERVE.

The ICL_BW_RESERVE table consists of various fields, each holding specific information or linking keys about Extract Structure for Claim Reserves (After Payments) data available in SAP. These include CLIENT (Client), ACTIVE (Table entry is active (A) or in suspense (S)), CLAIM (Number of Claim), SUBCL (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 ICL_BW_RESERVE 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
CLIENTClient MANDTCLNT3T000MANDT
ACTIVETable entry is active (A) or in suspense (S) ICL_ACTIVECHAR1ICL_ACTIVE
CLAIMNumber of Claim ICL_CLAIMCHAR17ICLCLAIMALPHAICL_CLAIMICL_CLAIMICL_CLAIMNO_COL
SUBCLSubclaim ICL_SUBCLCHAR3ICLSUBCLICL_SUBCLICL_SUBCLAIM
RESTYPEReserve Type ICL_RESTYPECHAR2TICL020ICL_RESTYPE
CURRCurrency of Reserve (Transactn Crcy) ICL_RESCURRCUKY5TCURCWAERS
CHANGETIMEChanged: Date + Time ICL_CHANGEUTC1DEC15TSTAMICL_TIMESTAMP
CHANGEDBYChanged By ICL_CHANGEDBYCHAR12USR02XUBNAME
DELETEDDatabase Line Status (Original, Changed, Deleted) ICL_RECSTATUSCHAR1ICL_RECSTATUS
GROSSRESExpenditure per Reserve Type ICL_RESERVEAMCURR15(2) ICL_ITAMTS
METHODReserving Method ICL_RESMETHODCHAR1ICL_RESMETHOD
XAPPROVEDReserving/Reserve Change Approved? ICL_RESERVE06CHAR1XFELD
APPROVEDBYApproved By ICL_RESERVEABCHAR12USR02XUBNAME
APPROVEDTIMETime Approved ICL_RESERVE07DEC15TSTAMICL_TIMESTAMP
CHANGEREASONReserve Change Reason ICL_RESCHREASONCHAR2TICL030ICL_RESCHREASON
POSTDATEPosting Date ICL_POSTDATEDATS8DATE
RSAMTPERUNITAmount per Unit (Individual Price) ICL_RSAMTPERUNITCURR8(2) ICL_ITAMTPRO
RSQUANTITYReserve: Number (Days, Persons, Cases) for Qty Evaluation ICL_RSQUANTITYQUAN10(3) ICL_LIMAMT
RSQUANUNITUnit of Single Items for This Reserve ICL_RSQUANUNITUNIT3T006CUNITMEINS
RSPENDINGPending Reserve ICL_RSPENDINGCURR15(2) ICL_ITAMTS
RSREASON_REJRejection Reasons for Payments and Reserves ICL_REASONREJCHAR2TICL112ICL_REASONREJ
ASSIGN_GUIDUUID of Entry to be Linked ICL_ASSIGN_GUIDCHAR32SYSUUID_C
RESTYPE_MIReserve Type ICL_RESTYPECHAR2Assigned to domainICL_RESTYPE
CLAIMTYPEInternal Claim Type ICL_CLTYPECHAR4TICL011ICL_CLTYPE
DATELOSSDate of Loss/Claim ICL_LOSSDATEDATS8DATEICL_LOSSDATE
PLINEOFBUSInsurance Line of Business ICL_LINEOFBUSCHAR3Assigned to domainICL_LINEOFBUS
COMPANYCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
UPDMODBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD

Key field Non-key field



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

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

How to access SAP table ICL_BW_RESERVE

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