
SAP NETWEAVE SDK WIN32,包含我开发的接口封装。
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
该资源包含 SAP NWRFCSDK 7.1 for win32。 封装类为Rfc_Communication,用于收集返回数据至Value_Pool,实现查询只需编写几行代码(通过调用SAP系统RFC函数)。 wxLogMessage(_(SAP正在创建函数...)); fun_handle = Thread_rfc_com->Create_Function(wxT(ZAP_PS_PROJECT_INFO),fun_handle_desc); wxLogMessage(_(rfc函数正在填充参数...)); // wxMessageBox(array_wbs.Item(0)+array_wbs.Item(1)); Thread_rfc_com->fillFunctionParameter(fun_handle_desc,fun_handle,wxT(CE_WERKS),s_plant); Thread_rfc_com->fillFunctionParameter(fun_handle_desc,fun_handle,wxT(CE_START_DATE),array_wbs.Item(0)); Thread_rfc_com->fillFunctionParameter(fun_handle_desc,fun_handle,wxT(CE_END_DATE),array_wbs.Item(1)); wxLogMessage(_(SAP正在运行函数...)); Thread\_rfc\_com->RunFunction(fun\_handle); wxLogMessage(_(SAP正在获取项目基本信息...)); pool\_basic = Thread\_rfc\_com->GetResult(wxT(OT\_PROJ),fun\_handle\_desc,fun\_handle); wxLogMessage(_(SAP正在获取项目参数...)); pool\_para = Thread\_rfc\_com->GetResult(wxT(OT\_CONF), fun\_handle\_desc, fun\_handle); wxLogMessage(_(SAP销毁访问函数...)); Thread\_rfc\_com->DestroyFunction(fun\_handle);
全部评论 (0)


