RSTLAN_EXPORT_CLA is a standard ABAP INCLUDE 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 RSTLAN_EXPORT_CLA 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STRALAN_FIELDCAT_CREATE CALL FUNCTION 'STRALAN_FIELDCAT_CREATE' EXPORTING is_structure = ls_action_display IMPORTING et_fieldcat = ct_tree_fcat[].
BP_JOBLOG_SHOW CALL FUNCTION 'BP_JOBLOG_SHOW' EXPORTING client = sy-mandt jobcount = ls_tlanexp-jobcount joblogid = ' ' jobname = ls_tlanexp-jobname EXCEPTIONS error_reading_jobdata = 0 error_reading_joblog_data = 0 jobcount_missing = 0 joblog_does_not_exist = 0 joblog_is_empty = 0 joblog_show_canceled = 0 jobname_missing = 0 job_does_not_exist = 0 no_joblog_there_yet = 0 no_show_privilege_given = 0 OTHERS = 0.
TR_LOG_OVERVIEW_REQUESTS CALL FUNCTION 'TR_LOG_OVERVIEW_REQUESTS' EXPORTING it_trkorrs = lt_trkorrs is_settings = ls_settings EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.