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

RCLAIM001 SAP ABAP Report - Flat Claim List







RCLAIM001 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 RCLAIM001 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

CLM10 - Claim Overview


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 RCLAIM001. "Basic submit
SUBMIT RCLAIM001 AND RETURN. "Return to original report after report execution complete
SUBMIT RCLAIM001 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: DY_OFN = D .
Selection Text: DY_RST = D .
Selection Text: SELAEDAT = D .
Selection Text: SELAENAM = D .
Selection Text: SELBSTNK = D .
Selection Text: SELCHANC = D .
Selection Text: SELCOCLM = D .
Selection Text: SELCOEST = D .
Selection Text: SELCORES = D .
Selection Text: SELEBELN = D .
Selection Text: SELEBELP = D .
Selection Text: SELERDAT = D .
Selection Text: SELERNAM = D .
Selection Text: SELKDAUF = D .
Selection Text: SELKDPOS = D .
Selection Text: SELKUNUM = D .
Selection Text: SELLIFNR = D .
Selection Text: SELLTRMN = D .
Selection Text: SELLTRUR = D .
Selection Text: SELOPPNT = D .
Selection Text: SELPOSID = D .
Selection Text: SELPOSNR = D .
Selection Text: SELPRIOK = D .
Selection Text: SELPROJ = D .
Selection Text: SELQMCOD = D .
Selection Text: SELQMGRP = D .
Selection Text: SELQMNAM = D .
Selection Text: SELQMTXT = D .
Selection Text: SELREFNM = D .
Selection Text: SELSCHEM = D .
Selection Text: SELSTRMN = D .
Selection Text: SELSTRUR = D .
Selection Text: SELURCOD = D .
Selection Text: SELURGRP = D .
Selection Text: SELURTXT = D .
Selection Text: SELVBELN = D .
Selection Text: SELWAERS = D .
Selection Text: SEL_VAR = 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
Title: Flat Claim List
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: 021 = Claim Details
Text Symbol: 020 = Claim Overview
Text Symbol: 001 = Partner Type
Text Symbol: 107 = Project
Text Symbol: 200 = Long Text for Header
Text Symbol: 201 = Detail Long Text
Text Symbol: 202 = Long Text for Evaluation
Text Symbol: 203 = Operation long text
Text Symbol: 204 = Description Long Text
Text Symbol: 300 = Claim
Text Symbol: 301 = Purchase Order
Text Symbol: 302 = Sales Order
Text Symbol: 303 = Delivery
Text Symbol: 304 = Project
Text Symbol: 500 = Values exist
Text Symbol: 501 = Display<->Change
Text Symbol: 502 = Change<->Display
Text Symbol: 503 = : Display Claim
Text Symbol: 504 = : Change Claim





INCLUDES used within this REPORT RCLAIM001

INCLUDE RCLAIM001TOP.
INCLUDE RCLAIM001SELSCR.
INCLUDE RCLAIM001SELHDR.
INCLUDE RCLAIM001F01.
INCLUDE RCLAIM001F02.
INCLUDE RCLAIM001F03.
INCLUDE RCLAIM001F04.
INCLUDE RCLAIM001O01.
INCLUDE RCLAIM001I01.
INCLUDE RCLAIM001F05.
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 RCLAIM001 or its description.