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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPWB_HTML_DEBUG - Demo for HTML Control: Use as general WWW browser UPWB_HTML_DEBUG - Demo for HTML Control: Use as general WWW browser UPWB_CUSTOMIZINGS01 - Include UPWB_CUSTOMIZINGS01 UPWB_CUSTOMIZINGM01 - Include UPWB_CUSTOMIZINGM01 UPWB_CUSTOMIZINGF01 - Include UPWB_CUSTOMIZINGF01 UPWB_CUSTOMIZINGDAT - Include UPWB_CUSTOMIZINGDAT