码迷,mamicode.com
首页 > Web开发 > 详细

ABAP 开启制定路径下的文件或网址URL

时间:2017-08-30 13:16:46      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:exp   pre   epo   others   logs   and   int   文件   call   

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.

 

ABAP 开启制定路径下的文件或网址URL

标签:exp   pre   epo   others   logs   and   int   文件   call   

原文地址:http://www.cnblogs.com/mingdashu/p/7452385.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!