BSP_SCAN_SOURCE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Scan source for specific work over all BSP pages ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter BSP_SCAN_SOURCE 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.
Title: Scan source for specific work over all BSP pages
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
O2_GET_EXTERNAL_PAGE_SOURCE CALL FUNCTION 'O2_GET_EXTERNAL_PAGE_SOURCE' EXPORTING p_page_name = short_pagkey IMPORTING p_source = source_t EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BSP_SCAN_SOURCE - Scan source for specific work over all BSP pages BSP_SCAN_SOURCE - Scan source for specific work over all BSP pages BSP_RESOLVE_MIME_GUID_TO_PATH - Program BSP_FIND_MIME BSP_RESOLVE_MIME_GUID_TO_PATH - Program BSP_FIND_MIME BSP_PAGE_BROWSER - Demo for HTML Control: Use as general WWW browser BSP_PAGE_BROWSER - Demo for HTML Control: Use as general WWW browser