BSP_SERVICE_ACTIVATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report activates all the ICF services that are the prerequisite to ensure any BSP application is rendered correctly and executed in the browser...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_SERVICE_ACTIVATION 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: Activation of All Services Required for a BSP Application
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LIST_FROM_MEMORY call function 'LIST_FROM_MEMORY' tables listobject = list_tab exceptions not_found = 1 others = 2.
WRITE_LIST call function 'WRITE_LIST' tables listobject = list_tab.
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_SERVICE_ACTIVATION - Activation of All Services Required for a BSP Application BSP_SERVICE_ACTIVATION - Activation of All Services Required for a BSP Application 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