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
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.
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
INCLUDE FPH5ATOP.
INCLUDE RHODAT00.
INCLUDE RHOINI00.
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHCHAR00 - Reporting for Infotype "Task Character" (P1004) RHCHAR00 - Reporting for Infotype "Task Character" (P1004) RHCGRP01 - Preselection of Business Event Group and Type RHCGRP01 - Preselection of Business Event Group and Type RHCENQ00 - Routines for Lock Management in E & T Administration RHCENQ00 - Routines for Lock Management in E & T Administration