SAP Reports / Programs | Training and Event Management | Room Reservation Management(PE-RPL) SAP PE

RHRAUM90 SAP ABAP INCLUDE - documentation and ABAP source code







RHRAUM90 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Frequently used data declarations and routines are stored in this record...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 RHRAUM90 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 RHRAUM90. "Basic submit
SUBMIT RHRAUM90 AND RETURN. "Return to original report after report execution complete
SUBMIT RHRAUM90 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RHRAUM90

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_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' EXPORTING authority = 'DISP' with_stru_auth = space infty = '1031' extend = space TABLES innnn = r1031 objects = fk_list EXCEPTIONS OTHERS = 4.

RH_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' EXPORTING authority = 'DISP' with_stru_auth = space infty = '1035' extend = space TABLES innnn = r1035 objects = fk_list EXCEPTIONS OTHERS = 4.

RH_READ_INFTY_TABDATA CALL FUNCTION 'RH_READ_INFTY_TABDATA' EXPORTING infty = '1035' TABLES innnn = r1035 hrtnnnn = t1035 EXCEPTIONS OTHERS = 4.

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING authority = 'DISP' with_stru_auth = space extend = 'X' subty = 'A023' adata = space TABLES i1001 = r1001 objects = fk_list EXCEPTIONS OTHERS = 4.

RH_TEXT_BUFFER_FILL CALL FUNCTION 'RH_TEXT_BUFFER_FILL' EXPORTING check_stru_auth = space with_extint = 'X' TABLES objects = olist.

RH_GET_INFTY_FROM_ITAB CALL FUNCTION 'RH_GET_INFTY_FROM_ITAB' EXPORTING plvar = fk_tab-plvar otype = fk_tab-otype objid = fk_tab-objid TABLES infty_itab = r1031 infty_tab = i1031 EXCEPTIONS nothing_found = 04 OTHERS = 05.

RH_GET_INFTY_FROM_ITAB CALL FUNCTION 'RH_GET_INFTY_FROM_ITAB' EXPORTING plvar = fk_tab-plvar otype = fk_tab-otype objid = fk_tab-objid TABLES infty_itab = r1035 infty_tab = i1035 EXCEPTIONS nothing_found = 04 OTHERS = 05.

RH_GET_TABDATA_FROM_ITAB CALL FUNCTION 'RH_GET_TABDATA_FROM_ITAB' EXPORTING tabnr = i1035-tabnr TABLES hrtnnnn = t1035 ptnnnn = it1035 EXCEPTIONS nothing_found = 01 OTHERS = 02.

RH_GET_INFTY_FROM_ITAB CALL FUNCTION 'RH_GET_INFTY_FROM_ITAB' EXPORTING plvar = fk_tab-plvar otype = fk_tab-otype objid = fk_tab-objid TABLES infty_itab = r1001 infty_tab = i1001 EXCEPTIONS nothing_found = 04 OTHERS = 05.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = i1001-plvar otype = i1001-sclas realo = i1001-sobid begda = i1001-begda endda = i1001-endda ointerval = space check_stru_auth = space IMPORTING short = kurs_tab-rshrt EXCEPTIONS not_found = 04 OTHERS = 05.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = i1001-plvar otype = i1001-sclas realo = i1001-sobid begda = i1001-begda endda = i1001-endda ointerval = space check_stru_auth = space IMPORTING short = kurs_tab-bshrt stext = kurs_tab-btext EXCEPTIONS not_found = 04 OTHERS = 05.



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