摘要: FORM frm_update_sql . DATA lv_dbname TYPE dbcon_name VALUE 'KPI'. DATA exc_ref TYPE REF TO cx_sy_native_sql_error. DATA error_text TYPE string. TRY. * 阅读全文
posted @ 2021-01-11 09:33 Fantasy范特西 阅读(421) 评论(2) 推荐(1)
摘要: 首先要知道DBCO连接名和外部系统的表名 参考代码如下 *& * *& Report ZHRPT001 *& * *& *& * REPORT ZHRPT001. DATA: ZK LIKE ZHR_PT_ZK OCCURS 0 WITH HEADER LINE. DATA: I0003 LIKE 阅读全文
posted @ 2021-01-11 09:30 Fantasy范特西 阅读(498) 评论(0) 推荐(0)
摘要: 一、服务端安装驱动(以下网址请上google,以Window service2016为例) 网址https://docs.microsoft.com/zh-tw/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-s 阅读全文
posted @ 2021-01-11 09:25 Fantasy范特西 阅读(1132) 评论(1) 推荐(0)