ABAP to open a file or URL in the URL path to develop

REPORT ZTEST001.

CALL FUNCTION 'CALL_INTERNET_ADRESS'
 EXPORTING
   PI_ADRESS           =
*   PI_TECHKEY          =
 EXCEPTIONS
   NO_INPUT_DATA       = 1
   OTHERS              = 2
          .
IF SY-SUBRC <> 0.
* Implement suitable error handling here
ENDIF.

 

Guess you like

Origin www.cnblogs.com/datie/p/11495780.html
URL
URL
URL
URL