ICL_BW_SUBROG SAP (Extract Structure for Subrogation/Recovery) Structure details

Dictionary Type: Structure
Description: Extract Structure for Subrogation/Recovery




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




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

ICL_BW_SUBROG 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 Subrogation/Recovery" 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_SUBROG TYPE ICL_BW_SUBROG.

The ICL_BW_SUBROG table consists of various fields, each holding specific information or linking keys about Extract Structure for Subrogation/Recovery data available in SAP. These include CLIENT (Client), ACTIVE (Table entry is active (A) or in suspense (S)), CLAIM (Number of Claim), SUBROG_GUID (Universal Unique Identifier of Subrogation/Recovery).. 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_SUBROG 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
SUBROG_GUIDUniversal Unique Identifier of Subrogation/Recovery ICL_SUBROG_GUID_D_PECHAR32SYSUUID_C
CHANGETIMEChanged: Date + Time ICL_CHANGEUTC1DEC15TSTAMICL_TIMESTAMP
CHANGEDBYChanged By ICL_CHANGEDBYCHAR12USR02XUBNAME
DELETEDDatabase Line Status (Original, Changed, Deleted) ICL_RECSTATUSCHAR1ICL_RECSTATUS
TYPEType of Subrogation/Recovery ICL_SUBROG_TYPE_D_PECHAR10ICL_CSUBROGTYPEICL_SUBROG_TYPE
REASONSubrogation/Recovery Reason ICL_SUBROG_REASON_D_PECHAR10ICL_CSUBROGREASICL_SUBROG_REASON
ESTIMAMOUNTEstimated Subrogation/Recovery Amount ICL_SUBROG_ESTIMAMOUNT_D_PECURR15(2) ICL_SUBROG_AMOUNT
CURRENCYSubrogation/Recovery Currency ICL_SUBROG_CURRENCY_D_PECUKY5TCURCWAERS
LIABRATELiability Rate for Subrogation/Recovery ICL_SUBROG_LIABRATE_D_PEDEC5(2)
PROBABILITYSubrogation/Recovery Probability ICL_SUBROG_PROBABILITY_D_PEDEC5(2)
BP_SBRG_MAINParty Liable ICL_SUBROG_BP_SBRG_D_PECHAR10Assigned to domainALPHABU_PARTNER
LITHGUIDUniversal Unique Identifier of Litigation ICL_LITHGUIDCHAR32SYSUUID_C
SR_STATUSSubrogation/Recovery Status ICL_SUBROG_STATUS_D_PECHAR1ICL_SUBROG_STATUS
SENTDATEDate Sent (Notification of Subrogation/Recovery Activation) ICL_SUBROG_SENTDATE_D_PEDATS8DATS
FINISHEDSubrogation/Recovery Status 'Completed' ICL_SUBROG_FINISHED_D_PECHAR1BOOLE
CLOSEREASONClosure Reason for Subrogation/Recovery ICL_SR_CLOSE_REASON_D_PECHAR80TEXT80
SUBROG_IDNumber of Subrogation/Recovery ICL_SUBROG_ID_D_PENUMC5
SUBROG_CGUIDSubrogation/Recovery: Compressed GUID (Univ.Unique Identif.) ICL_SUBROG_CGUID_D_PECHAR16
CLAIMTYPEInternal Claim Type ICL_CLTYPECHAR4Assigned to domainICL_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_SUBROG using ABAP code?

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

How to access SAP table ICL_BW_SUBROG

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