使用kbmmw smart service 属性时的一个注意事项

简介: kbmmw 5.0 以后支持smart service, 这个用起来非常方便,kbmmw 通过 定制属性来简化编程,可以参考我以前的文章。但是这个意味着使用单元引用一定要小心, 否则出了问题,都不知道怎么回事?浪费大量的时间。

kbmmw 5.0 以后支持smart service, 这个用起来非常方便,kbmmw 通过

定制属性来简化编程,可以参考我以前的文章。但是这个意味着使用单元引用一定要小心,

否则出了问题,都不知道怎么回事?浪费大量的时间。

前几天调试程序时,为了优化,把引用单元删除了一些,于是就出现了莫名奇妙的问题。

程序运行起来,无法响应,由于可以编译过去,因此没注意单元引用的问题。

出现的情况是这样的:

编译时只出现警告,但是可以运行。

但是不显示结果,把各种代码改了个遍,但是仍然没效果。

 后来看到这个警告,感觉引用单元可能出问题了,对比了一下,果然少引用了一个单元。

把这个单元引用上,这个世界清静了。

小心,小心,小心。

目录
相关文章
|
26天前
【Azure 应用服务】Web App Service 中的 应用程序配置(Application Setting) 怎么获取key vault中的值
【Azure 应用服务】Web App Service 中的 应用程序配置(Application Setting) 怎么获取key vault中的值
|
27天前
【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.file.core.windows.net'的报错。没有解析成对应中国区 Storage Account地址 *.file.core.chinacloudapi.cn
【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.file.core.windows.net'的报错。没有解析成对应中国区 Storage Account地址 *.file.core.chinacloudapi.cn
|
26天前
|
API 网络架构
【Azure Cloud Service(Extended Support)】如何使用外延服务迁移应用?
【Azure Cloud Service(Extended Support)】如何使用外延服务迁移应用?
|
4月前
|
Java Shell Android开发
Rockchip系列之CAN 新增framework封装service+manager访问(3)
Rockchip系列之CAN 新增framework封装service+manager访问(3)
39 2
|
对象存储
SAP Gateway Service Builder 里的 OData Model 定义方式
SAP Gateway Service Builder 里的 OData Model 定义方式
113 0
SAP Gateway Service Builder 里的 OData Model 定义方式
如何使用SAP Cloud for Customer里的ABSL代码调用Web service
需求:在C4C UI里创建web service(maintain ticket),然后通过ABSL代码消费。 1. 创建一个新的Communication Arrangement
如何使用SAP Cloud for Customer里的ABSL代码调用Web service
如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported
如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported
177 0
如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported
SAP CRM Application Extension Tool类型为Code List的扩展字段实现原理
When you create extension field via Application Extension Tool, it seems the code list ( or drop down list ) is not supported by this tool. This type does not appear in supported data type list.
SAP CRM Application Extension Tool类型为Code List的扩展字段实现原理
如何使用代码区分service contract和service contract quotation
SAP standard deliver的service contract和service contract quotation的transaction type分别为SC1和SCQ1:
129 0
如何使用代码区分service contract和service contract quotation