SAP Reports / Programs | Project System | Claim Management(PS-CLM) SAP PS

RCLAIM002 SAP ABAP Report - Hierarchy Claim List - Activities







RCLAIM002 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CLM11 - Claim Hierarchy


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 RCLAIM002. "Basic submit
SUBMIT RCLAIM002 AND RETURN. "Return to original report after report execution complete
SUBMIT RCLAIM002 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: SELKUNUM = D .
Selection Text: SELKDPOS = D .
Selection Text: SELKDAUF = D .
Selection Text: SELERNAM = D .
Selection Text: SELERDAT = D .
Selection Text: SELEBELP = D .
Selection Text: SELEBELN = D .
Selection Text: SELCORES = D .
Selection Text: SELCOEST = D .
Selection Text: SELCOCLM = D .
Selection Text: SELCHANC = D .
Selection Text: SELBSTNK = D .
Selection Text: SELAENAM = D .
Selection Text: SELAEDAT = D .
Selection Text: DY_RST = D .
Selection Text: DY_OFN = D .
Selection Text: DY_MAB = D .
Selection Text: DY_IAR = D .
Selection Text: SELQMNUM = Claim number
Selection Text: SELQMDAT = Claim date
Selection Text: SELQMART = Claim Type
Selection Text: PSPCHECK = WBS: Including Hierarchy
Selection Text: SEL_VAR = D .
Selection Text: SELWAERS = D .
Selection Text: SELVBELN = D .
Selection Text: SELURTXT = D .
Selection Text: SELURGRP = D .
Selection Text: SELURCOD = D .
Selection Text: SELSTRUR = D .
Selection Text: SELSTRMN = D .
Selection Text: SELSCHEM = D .
Selection Text: SELREFNM = D .
Selection Text: SELQMTXT = D .
Selection Text: SELQMNAM = D .
Selection Text: SELQMGRP = D .
Selection Text: SELQMCOD = D .
Selection Text: SELPROJ = D .
Selection Text: SELPRIOK = D .





Selection Text: SELPOSNR = D .
Selection Text: SELPOSID = D .
Selection Text: SELOPPNT = D .
Selection Text: SELLTRUR = D .
Selection Text: SELLTRMN = D .
Selection Text: SELLIFNR = D .
Title: Hierarchy Claim List - Activities
Text Symbol: 873 = : Change Claim
Text Symbol: 872 = : Display Claim
Text Symbol: 871 = Change<->Display
Text Symbol: 870 = Display<->Change
Text Symbol: 869 = Claim No./Task No./Activity No.
Text Symbol: 202 = Long Text for Evaluation
Text Symbol: 201 = Detail Long Text
Text Symbol: 200 = Long Text for Header
Text Symbol: 151 = Task
Text Symbol: 150 = Action
Text Symbol: 112 = Claim/Task/Action - Number
Text Symbol: 111 = Claim/Task/Action
Text Symbol: 107 = Project
Text Symbol: 106 = Execution
Text Symbol: 105 = Processed by
Text Symbol: 104 = Reference objects
Text Symbol: 103 = Costs
Text Symbol: 102 = Description
Text Symbol: 101 = Claim
Text Symbol: 100 = Status
Text Symbol: 056 = Including Hierarchy
Text Symbol: 055 = Sel. prof.
Text Symbol: 054 = completed
Text Symbol: 053 = In procss
Text Symbol: 052 = postponed
Text Symbol: 051 = open
Text Symbol: 022 = Claim List with Follow-Up Activities
Text Symbol: 021 = Claim Details
Text Symbol: 020 = Claim Management: Flat List
Text Symbol: 001 = Partner Type
Text Symbol: 868 = Claim/Task/Act.
Text Symbol: 865 = Description Long Text





Text Symbol: 805 = Show/Hide Header
Text Symbol: 804 = Assigned Documents
Text Symbol: 803 = Business Document Navigator
Text Symbol: 802 = BDS
Text Symbol: 801 = Document Management System
Text Symbol: 800 = DMS
Text Symbol: 500 = Values exist
Text Symbol: 403 = From:
Text Symbol: 402 = By:
Text Symbol: 401 = Created On:
Text Symbol: 400 = Claim List
Text Symbol: 304 = Project
Text Symbol: 303 = Delivery
Text Symbol: 302 = Sales Order
Text Symbol: 301 = Purchase Order
Text Symbol: 300 = Claim
Text Symbol: 209 = Object Type
Text Symbol: 208 = Chance
Text Symbol: 207 = Partner type
Text Symbol: 206 = Activity Long Text
Text Symbol: 205 = Long text for the task
Text Symbol: 204 = Description Long Text
Text Symbol: 203 = Operation long text


INCLUDES used within this REPORT RCLAIM002

INCLUDE RCLAIM002TOP.
INCLUDE RCLAIM001SELSCR.
INCLUDE RCLAIM001SELHDR.
INCLUDE RCLAIM002F01.
INCLUDE RCLAIM002F02.
INCLUDE RCLAIM002F03.
INCLUDE RCLAIM002F04.
INCLUDE RCLAIM002F05.
INCLUDE RCLAIM002F06.
INCLUDE RCLAIM002F07.
INCLUDE RCLAIM002O01.
INCLUDE RCLAIM002I01.
INCLUDE RCLAIM002F08.
INCLUDE RCLAIM002F09.
INCLUDE RCLAIM001F10.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RCLAIM002 or its description.