RN1LSAZ 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 RN1LSAZ 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: PA_AUSG = Full Log
Selection Text: PA_EINRI = Institution
Selection Text: PA_TEST = Test Run
Selection Text: SO_TALST = Service Code
Selection Text: SO_TARIF = Service Catalog
Title: Set "Contains No Requestable Services" Indicator
INCLUDE RNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = 'RN1LSAZ' einri = pa_einri IMPORTING rc = rc EXCEPTIONS OTHERS = 1.
ISH_TN00Q_READ CALL FUNCTION 'ISH_TN00Q_READ' EXPORTING ss_einri = p_einri ss_param = 'N1ZOTYP' ss_date = sy-datum ss_alpha = 'X' IMPORTING ss_value = p_zotyp EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.