摘要: 一、SAP Web Service简介 SAP的web service是在Netweaver组件通过UDDI工具,采用SOAP和WSDL这两种web服务技术,将SAP已有功能封装成webservice对象,供其他系统调用或者调用其他系统的webservice,从而实现SAP与非SAP系统(如OA、P 阅读全文
posted @ 2021-02-23 09:34 Fantasy范特西 阅读(496) 评论(6) 推荐(0) 编辑
摘要: 面试问题集 1. 数据效率? 尽量使用Select(max,min,sum,avg)和select single,for all enteris,二分法,append和collect loop里不能套select;避免使用select distinct,代替先sort,再delete; ① 抽取数据 阅读全文
posted @ 2021-02-23 09:21 Fantasy范特西 阅读(5674) 评论(1) 推荐(1) 编辑
摘要: 创建程序时要设置逻辑数据库 以下例子为PNPCE数据库 主逻辑 *& * *& Report ZHRPA001 *& * *& *& * REPORT ZHRPA001 MESSAGE-ID ZSAP_HR NO STANDARD PAGE HEADING. TABLES: PERNR. NODES 阅读全文
posted @ 2021-02-23 09:18 Fantasy范特西 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 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范特西 阅读(369) 评论(2) 推荐(1) 编辑
摘要: 首先要知道DBCO连接名和外部系统的表名 参考代码如下 *& **& Report ZHRPT001*& **&*& * REPORT ZHRPT001.DATA: ZK LIKE ZHR_PT_ZK OCCURS 0 WITH HEADER LINE.DATA: I0003 LIKE P0003 阅读全文
posted @ 2021-01-11 09:30 Fantasy范特西 阅读(421) 评论(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范特西 阅读(784) 评论(1) 推荐(0) 编辑
摘要: 1大纲 link: http://scn.sap.com/docs/DOC-71203 1.1 Inline declarations Data Declarations In ABAP you have many operand positions, where the value of the 阅读全文
posted @ 2020-12-03 14:45 Fantasy范特西 阅读(914) 评论(0) 推荐(0) 编辑