Ansicht
Dokumentation

CRM_WEBREQ_CALL_HTML_CONTROL1 - Call HTML Control with URL

CRM_WEBREQ_CALL_HTML_CONTROL1 - Call HTML Control with URL

BAL Application Log Documentation   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module executes a dialog in the SAP GUI.

The request of a Web request is displayed in an HTML control with the corresponding title according to the specified call mode in accordance with the transferred URL.

Example

data:     lv_urlh type o2url.

*  Call request in display mode in the HTML Control

call function 'CRM_WEBREQ_CALL_HTML_CONTROL1'

    exporting

          iv_url         =   lv_urlh

          iv_form_mode   =   'DISPLAY'

    exceptions

          initial_url    = 1.

Notes

This function module that executes a dialog in the SAP GUI can only be used in the SAP_GUI. It is used in the delivered sample action method FORMULAR_CHANGE_WSSO and can also be used for other action methods in order to display Web request and Web pages in the process transaction.

The URL must first be formed with the call mode that can be transferred as an input parameter. The parameter can only be used to define the title.

Further information





Parameters

IV_FORM_MODE
IV_URL

Exceptions

INITIAL_URL

Function Group

CRM_WEBREQ_CALL_VERSION

CL_GUI_FRONTEND_SERVICES - Frontend Services   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 1734 Date: 20240523 Time: 102416     sap01-206 ( 29 ms )