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

UPWB_HTML_DEBUG SAP ABAP Report - Demo for HTML Control: Use as general WWW browser







UPWB_HTML_DEBUG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program shows the use of the HTML control as a general WWW 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 UPWB_HTML_DEBUG into the relevant SAP transactions such as SE38 or SE80


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_HTML_DEBUG. "Basic submit
SUBMIT UPWB_HTML_DEBUG AND RETURN. "Return to original report after report execution complete
SUBMIT UPWB_HTML_DEBUG 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: APPLICAT = Web Interface
Selection Text: CLNTHTTP = HTTP
Selection Text: CLNT_INT = Internal
Selection Text: CLNT_RFC = RFC
Selection Text: GDIS_FRM = Response Display from Screen
Selection Text: GDIS_TRC = HTML Display
Selection Text: GENERTED = Generated
Selection Text: GT_BREAK = Breakpoint at Function
Selection Text: PREFIX = Prefix
Selection Text: PREVIEW = Preview
Selection Text: SUFFIX = Suffix
Title: Demo for HTML Control: Use as general WWW browser
Text Symbol: 001 = Application Type
Text Symbol: 002 = Client Type


INCLUDES used within this REPORT UPWB_HTML_DEBUG

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_MSG_LOG call function 'UPWB_GET_MSG_LOG' importing eo_msg_log = gr_msg_log.

UPWB_SEND_REQUEST call function 'UPWB_SEND_REQUEST' exporting i_client_type = g_client_type i_uri = url i_method = method it_fields = fields importing er_client = g_client exceptions http_failure = 1 create_failed = 2 others = 3.

DP_GET_STREAM call function 'DP_GET_STREAM' exporting h_dp = h_dp importing size = size tables data = postdata exceptions dp_error_invalid_param = 1 others = 2.

COPY_CTAB_TO_STRING call function 'COPY_CTAB_TO_STRING' exporting data_len = size importing data_out = content tables data_in = postdata.

UPWB_SEND_REQUEST call function 'UPWB_SEND_REQUEST' exporting i_client_type = g_client_type i_uri = g_page_url i_method = 'GET' exceptions others = 1. "#EC *

RS_GET_BREAKPOINTS call function 'RS_GET_BREAKPOINTS' exporting program = include http_debugging = i_http tables showbreakpoints = lt_breakpoint.

RS_SET_BREAKPOINT call function 'RS_SET_BREAKPOINT' exporting index = l_index program = include mainprogram = mainprog http_debugging = i_http without_dialog = 'X' importing o_index = l_index exceptions not_executed = 1 others = 2.

RS_DELETE_BREAKPOINT call function 'RS_DELETE_BREAKPOINT' exporting index = l_index mainprog = mainprog program = include http_debugging = i_http.

RS_GET_BREAKPOINTS call function 'RS_GET_BREAKPOINTS' exporting program = include http_debugging = i_http tables showbreakpoints = lt_breakpoint.

HTTP_DEBUG_UPDATE call function 'HTTP_DEBUG_UPDATE' exporting user = sy-uname gui_ipaddress_flag = space * authority_check = space * ACTION = 'X' * SYSDEBUG = ' ' * TIMEOUT = '001500' exceptions internal_error = 1 others = 2.



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