SAP Reports / Programs

BSP_WD_APPL_STARTER SAP ABAP Report - BSP Web Dynpro Application Starter







BSP_WD_APPL_STARTER is a standard Executable ABAP Report 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 BSP_WD_APPL_STARTER into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

START_BSP - Start a BSP Application


ABAP code to call this SAP report using the submit statement

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.






SUBMIT BSP_WD_APPL_STARTER. "Basic submit
SUBMIT BSP_WD_APPL_STARTER AND RETURN. "Return to original report after report execution complete
SUBMIT BSP_WD_APPL_STARTER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: BSP Web Dynpro Application Starter
Text Symbol: 001 = BSP Application
Text Symbol: 002 = New Browser Window
Text Symbol: 003 = Accessibility Mode
Text Symbol: 004 = With 2003 Design
Text Symbol: 005 = Profile Name
Text Symbol: 006 = In Client
Text Symbol: 007 = in Language
Text Symbol: 008 = External Debugging On
Text Symbol: 009 = Single Sign-On


INCLUDES used within this REPORT BSP_WD_APPL_STARTER

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REPOSITORY_INFO_SYSTEM_F4 call function 'REPOSITORY_INFO_SYSTEM_F4' exporting OBJECT_TYPE = 'WAPD' OBJECT_NAME = APPL SUPPRESS_SELECTION = ' ' importing OBJECT_NAME_SELECTED = APPL exceptions CANCEL = 1 * WRONG_TYPE = 2 others = 99.

RFC_SYSTEM_INFO call function 'RFC_SYSTEM_INFO' destination 'SAPGUI' importing RFCSI_EXPORT = LS_RFCSI exceptions COMMUNICATION_FAILURE = 1 SYSTEM_FAILURE = 2 others = 3.

HTTP_DEBUG_UPDATE call function 'HTTP_DEBUG_UPDATE' exporting ACTION = ' ' "Deactivate external debugging AUTHORITY_CHECK = 'X' GUI_IPADDRESS = LV_GUI_IP GUI_IPADDRESS_FLAG = ' ' NO_MESSAGE = ' ' USER = SY-UNAME exceptions INTERNAL_ERROR = 1 others = 2.

HTTP_DEBUG_UPDATE call function 'HTTP_DEBUG_UPDATE' exporting ACTION = 'X' "Activate external Debugging AUTHORITY_CHECK = 'X' GUI_IPADDRESS = LV_GUI_IP GUI_IPADDRESS_FLAG = ' ' NO_MESSAGE = ' ' * SYSDEBUG = ' ' TIMEOUT = '020000' USER = SY-UNAME exceptions INTERNAL_ERROR = 1 others = 2.

CALL_BROWSER call function 'CALL_BROWSER' exporting URL = LV_URLC * WINDOW_NAME = ' ' NEW_WINDOW = NWINDOW exceptions FRONTEND_NOT_SUPPORTED = 1 FRONTEND_ERROR = 2 PROG_NOT_FOUND = 3 NO_BATCH = 4 UNSPECIFIED_ERROR = 5 others = 6.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name BSP_WD_APPL_STARTER or its description.