SAP Reports / Programs | SAP Business Information Warehouse | Planning | Business Planning and Simulation(BW-PLA-BPS) SAP BW

UPWB_WEBSTARTER SAP ABAP Report - Start Web Interfaces







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


Transaction Code(s):

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

BPS_WEBSTART - Start Web Interfaces
BPS_WIF0 - Start Web Interface


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 UPWB_WEBSTARTER. "Basic submit
SUBMIT UPWB_WEBSTARTER AND RETURN. "Return to original report after report execution complete
SUBMIT UPWB_WEBSTARTER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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?


INCLUDES used within this REPORT UPWB_WEBSTARTER

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:

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.



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 UPWB_WEBSTARTER or its description.