SAP Reports / Programs

RHDESC00 SAP ABAP Report - Display and Maintain Infotypes







RHDESC00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RHDESC00 displays an overview of all existing infotypes and their statuses for one or more objects within a plan version...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 RHDESC00 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

PSO3 - Infotype 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 RHDESC00. "Basic submit
SUBMIT RHDESC00 AND RETURN. "Return to original report after report execution complete
SUBMIT RHDESC00 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: NATIONS = Country Indicator
Selection Text: ANZ_ONLY = Display only
Title: Display and Maintain Infotypes
Text Symbol: ZTR = Data selection period
Text Symbol: STT = Data key date
Text Symbol: STA = Status
Text Symbol: PLV = Plan version
Text Symbol: PFL = Maintained
Text Symbol: P03 = For the following countries:
Text Symbol: P02 = All country-specific infotypes
Text Symbol: P01 = No country-specific infotypes
Text Symbol: NIT = Display country-specific infotypes
Text Symbol: INP = Infotype not maintained
Text Symbol: ING = Not maintained
Text Symbol: INF = Infotype
Text Symbol: GUE = Validity
Text Symbol: BEZ = Name


INCLUDES used within this REPORT RHDESC00

No INCLUDES are used within this REPORT code!


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:

RH_GET_ALL_NATIONS CALL FUNCTION 'RH_GET_ALL_NATIONS' EXPORTING all_nation_imp = allinft IMPORTING all_nation_exp = allinft all_nat_exp = all_nat no_nat_exp = no_nat spec_nat_exp = spec_nat.

RH_GET_NATIONS CALL FUNCTION 'RH_GET_NATIONS' "VWMNAT TABLES "VWMNAT nations = act_nations "VWMNAT EXCEPTIONS "VWMNAT OTHERS = 0. "VWMNAT

RH_SET_NATIONS CALL FUNCTION 'RH_SET_NATIONS' "VWMNAT TABLES "VWMNAT nations = act_nations "VWMNAT EXCEPTIONS "VWMNAT OTHERS = 0. "VWMNAT

RH_SET_ALL_NATIONS CALL FUNCTION 'RH_SET_ALL_NATIONS' EXPORTING all_nat_imp = all_nat no_nat_imp = no_nat spec_nat_imp = spec_nat IMPORTING all_nation_exp = allinft.

RH_USER_VIEW_PARAMETER CALL FUNCTION 'RH_USER_VIEW_PARAMETER' IMPORTING object_key = view_key EXCEPTIONS OTHERS = 1.

RH_CHECK_INFTY_NATIONS CALL FUNCTION 'RH_CHECK_INFTY_NATIONS' "VWMNAT EXPORTING "VWMNAT infty = itab-infty "VWMNAT all_nation_imp = allinft TABLES "VWMNAT nations = act_nations "VWMNAT EXCEPTIONS "VWMNAT infty_not_within_nations = 1 "VWMNAT infty_not_valid = 2 "VWMNAT OTHERS = 3. "VWMNAT

RH_CHECK_INFTY_NATIONS CALL FUNCTION 'RH_CHECK_INFTY_NATIONS' "VWMNAT EXPORTING "VWMNAT infty = i777i-infty "VWMNAT all_nation_imp = allinft TABLES "VWMNAT nations = act_nations "VWMNAT EXCEPTIONS "VWMNAT infty_not_within_nations = 1 "VWMNAT infty_not_valid = 2 "VWMNAT OTHERS = 3. "VWMNAT

RH_USER_VIEW_PARAMETER CALL FUNCTION 'RH_USER_VIEW_PARAMETER' IMPORTING object_key = view_key EXCEPTIONS OTHERS = 1.

RH_USER_VIEW_PARAMETER CALL FUNCTION 'RH_USER_VIEW_PARAMETER' EXPORTING change_object_key = 'X' EXCEPTIONS OTHERS = 1.

RH_USER_VIEW_PARAMETER CALL FUNCTION 'RH_USER_VIEW_PARAMETER' EXPORTING change_object_key = 'X' EXCEPTIONS OTHERS = 1.

RH_LISTPOPUP CALL FUNCTION 'RH_LISTPOPUP' EXPORTING title = menue_title cucol = menue_cucol curow = menue_curow visible_offset = 10 visible_length = 78 IMPORTING picked_index = menue_index TABLES page_header = page_header list = menue EXCEPTIONS OTHERS = 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 RHDESC00 or its description.