SAP Reports / Programs | Financial Services | Claims Management(FS-CM) SAP FS

RICL_CLAIMS_LIST SAP ABAP Report - Claim List







RICL_CLAIMS_LIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Call Claim List,,,, You can use this report to display a list of see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RICL_CLAIMS_LIST into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RICL_CLAIMS_LIST. "Basic submit
SUBMIT RICL_CLAIMS_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT RICL_CLAIMS_LIST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PSTCLOS = Closed
Selection Text: PSTNOCL = No Claim Made
Selection Text: PSTOPEN = Open
Selection Text: PSTPEND = Closed Except for ...
Selection Text: PSTREOP = Reopened
Selection Text: P_CLOSOP = All Subclaims
Selection Text: P_CURR = Currency for List Output
Selection Text: P_DARST1 = As ALV List
Selection Text: P_DARST2 = As ALV Tree up to Org.Unit
Selection Text: P_DARST3 = As ALV Tree up to Employee
Selection Text: P_ONLYOP = Only Open Subclaims
Selection Text: P_ORGA = Organizational Unit
Selection Text: P_ROLE1 = Performer Role Claim Header
Selection Text: P_ROLE2 = Performer Role Subclaim
Selection Text: P_WEGID = Evaluation Path
Selection Text: SO_CCODE = Company Code
Selection Text: SO_CLAIM = Claim
Selection Text: SO_PLOB = Insurance Line of Business
Selection Text: SO_SCLTP = Subclaim Type
Selection Text: SO_STAT = Other Statuses
Selection Text: SO_STDT = Status Date
Selection Text: P_SCLTP = D .
Selection Text: P_VAR = D .
Selection Text: SO_OBJID = D .
Selection Text: SO_OTYPE = D .
Selection Text: SO_ROLE = D .
Title: Claim List
Text Symbol: 001 = Selection and Display of Claim/Subclaim
Text Symbol: 002 = Subclaim Status
Text Symbol: 003 = Total
Text Symbol: 004 = Other Claim Selections
Text Symbol: 005 = Claim Status
Text Symbol: 006 = Selections for Policy Product Version
Text Symbol: 007 = Authorization Missing For
Text Symbol: 008 = Claims
Text Symbol: 009 = and
Text Symbol: 010 = Subclaims
Text Symbol: 013 = Role-Based Performer





Text Symbol: 014 = Performer Role Claim Header / Subclaim
Text Symbol: 015 = No Data Found for Org.Structure &1
Text Symbol: B01 = Organizational Unit / Claim / Subclaim
Text Symbol: B02 = Organizational Unit / Claim Number / Subclaim Number
Text Symbol: B03 = Not Assigned
Text Symbol: B04 = Organizational Unit / Claim / Claim Handler / Subclaim
Text Symbol: B05 = Organizational Unit / Claim No. / Claim Handler / Subclaim No.
Text Symbol: O01 = Organization and Evaln Path
Text Symbol: P01 = List Format
Text Symbol: P07 = Organizational Unit/CH Group
Text Symbol: P08 = Evaluation Path
Text Symbol: T02 = Claim Count
Text Symbol: T03 = Subclaim Count
Text Symbol: T05 = Date:
Text Symbol: T06 = Time:


INCLUDES used within this REPORT RICL_CLAIMS_LIST

INCLUDE RICL_CLAIMS_LISTTOP.
INCLUDE RICL_CLAIMS_LISTF01.
INCLUDE RICL_CLAIMS_LISTF02.
INCLUDE RICL_CLAIMS_LISTF03.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BUS_MESSAGE_INIT CALL FUNCTION 'BUS_MESSAGE_INIT'.

BUS_MESSAGE_STATUS_SET CALL FUNCTION 'BUS_MESSAGE_STATUS_SET' EXPORTING msg_coll_status = '4'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RICL_CLAIMS_LIST or its description.