SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1CROSSREF SAP ABAP Report - Where-Used List: IS-H Objects in i.s.h.med







RN1CROSSREF 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 RN1CROSSREF 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 RN1CROSSREF. "Basic submit
SUBMIT RN1CROSSREF AND RETURN. "Return to original report after report execution complete
SUBMIT RN1CROSSREF 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: P_CLAS = Classes
Selection Text: P_DOMA = Domains
Selection Text: P_FUNC = Function Modules
Selection Text: P_INTF = Interfaces
Selection Text: P_METH = Methods
Selection Text: P_PROG = Programs
Selection Text: P_PROT = Output Log
Selection Text: P_STRU = Structures
Selection Text: P_TABL = Database Tables
Selection Text: P_TRAN = Transactions
Title: Where-Used List: IS-H Objects in i.s.h.med
Text Symbol: 001 = IS-H Object
Text Symbol: 002 = i.s.h.med User
Text Symbol: 003 = Report Only Executable in Background !
Text Symbol: 004 = Use RN1CROSSREF_START!
Text Symbol: B01 = IS-H Object Types


INCLUDES used within this REPORT RN1CROSSREF

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:

RS_EU_CROSSREF CALL FUNCTION 'RS_EU_CROSSREF' EXPORTING i_find_obj_cls = l_objcls no_dialog = 'X' TABLES i_findstrings = ls_findstrings o_founds = lt_founds i_scope_devclass = lrg_devclasses_med EXCEPTIONS not_executed = 1 not_found = 2 illegal_object = 3 no_cross_for_this_object = 4 batch = 5 batchjob_error = 6 wrong_type = 7 object_not_exist = 8 OTHERS = 9.



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