GSBSTRF01 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 GSBSTRF01 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!
FAGL_FI_BS_LOAD_XBRL CALL FUNCTION 'FAGL_FI_BS_LOAD_XBRL' EXPORTING version = p_versn IMPORTING bs_info = bs_info.
FAGL_FI_BS_LOAD_LANGU_XBRL CALL FUNCTION 'FAGL_FI_BS_LOAD_LANGU_XBRL' EXPORTING flg_langu_maint = flg_langu_maint IMPORTING flg_sylangu_not_found = flg_sylangu_not_found maint_langu = maint_langu EXCEPTIONS OTHERS = 1.
FAGL_FSV_ENQUEUE_XBRL CALL FUNCTION 'FAGL_FSV_ENQUEUE_XBRL' EXPORTING versn = versxbrl EXCEPTIONS foreign_lock = 01 system_failure = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.