SAP Reports / Programs

RHCHAR00 SAP ABAP Report - Reporting for Infotype "Task Character" (P1004)







RHCHAR00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RHCHAR00 lists all objects of object type T, according to selection criteria, by specification of how the objects are to be sorted (order, phase, purpose)...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 RHCHAR00 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 RHCHAR00. "Basic submit
SUBMIT RHCHAR00 AND RETURN. "Return to original report after report execution complete
SUBMIT RHCHAR00 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: SORTPAR = Sorting (RANK,PHASE,PURPOSE)
Title: Reporting for Infotype "Task Character" (P1004)
Text Symbol: ZWE = Purpose
Text Symbol: SOR = Sort Order
Text Symbol: RAN = Ranking
Text Symbol: PHA = Phase
Text Symbol: 107 = Administrative
Text Symbol: 106 = Purpose-oriented
Text Symbol: 105 = Check
Text Symbol: 104 = Completion
Text Symbol: 103 = Planning
Text Symbol: 102 = Execution
Text Symbol: 101 = Decision
001 PV OT ObjectID Abbr. Name Character


INCLUDES used within this REPORT RHCHAR00

INCLUDE FPH5ATOP.
INCLUDE RHODAT00.
INCLUDE RHOINI00.


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:

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' "STFO530976 exporting "STFO530976 retfield = 'SORTPAR' "STFO530976 value_org = 'S' "STFO530976 display = '' "STFO530976 tables "STFO530976 value_tab = tab_sortpar "STFO530976 return_tab = f4_return "STFO530976 exceptions "STFO530976 parameter_error = 1 "STFO530976 no_values_found = 2 "STFO530976 others = 3. "STFO530976



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