UPWB_WEBSTARTER 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 UPWB_WEBSTARTER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BPS_WEBSTART - Start Web Interfaces
BPS_WIF0 - Start Web Interface
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.
Selection Text: APPLNAME = Web Interface
Title: Start Web Interfaces
Text Symbol: 001 = Choose Application
Text Symbol: 010 = Generate HTTP Service Entry
Text Symbol: 011 = HTTP service entry is missing! Create it now?
Text Symbol: 379 = Entry as HTTP Service
Text Symbol: 402 = HTTP service entry is not active! Activate now?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UPWB_GET_APPLICATION_URL call function 'UPWB_GET_APPLICATION_URL' exporting application = application ib_additional_params = cb_true importing url = url.
UPWB_INIT_BUILDER call function 'UPWB_INIT_BUILDER' exporting ic_appl_type = 'BSP' importing er_pbuilder = lr_builder.
UPWB_GET_MSG_LOG call function 'UPWB_GET_MSG_LOG' IMPORTING EO_MSG_LOG = lo_msg_log.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'UPWB_MDATA' lfieldname = 'PLANAPP' importing dfies_wa = field_wa.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'UPWB_WEBAPPST' lfieldname = 'DESCRIPTION' importing dfies_wa = field_wa.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'PLANAPP' dynpprog = dyname dynpnr = dynum dynprofield = 'APPLNAME' window_title = 'Applikation auswählen'(001) tables value_tab = value_tab field_tab = field_tab return_tab = return_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.