MSCATF30_LEAVE_TO_USER 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 MSCATF30_LEAVE_TO_USER 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!
CAT_CHECK_TABLE call function 'CAT_CHECK_TABLE' destination icatp-paval exporting check = chk "CHECK ist SPACE key = kyy "Aufruf immer Funktion SHOW segment = tabn "Tabelenanzeige wie SE16 importing status = subrc "Frueher immer Staus 8 tables tab = ex exceptions communication_failure = 1 "SY-SUBRC = 1 message rfc_failure system_failure = 1 "SY-SUBRC = 1 message rfc_failure.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.