会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
keyuming
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2021年9月28日
FPM常用常量
摘要: 在实际开发中, 我们不建议在程序中写Hard Code,可以使用常量的方式来替代。 比如FPM中字段的隐藏和显示,对应的值分别是01和02,如果在程序中直接写01,则不便于理解; 改成常量的方式 IF_FPM_CONSTANTS=>GC_VISIBILITY-not_visible 则能非常直观的知
阅读全文
posted @ 2021-09-28 14:43 客于溟
阅读(156)
评论(0)
推荐(0)
2021年8月10日
SAPUI5 Walkthrough Step 33: Routing Back and History
摘要: Step 33: Routing Back and History 路由退回 修改webapp/view/Detail.view.xml文件, 设置Page的 showNavButton 属性为"true" , 并增加处理事件 navButtonPress="onNavButtonPress"。 <
阅读全文
posted @ 2021-08-10 15:23 客于溟
阅读(121)
评论(0)
推荐(0)
SAPUI5 Walkthrough Step 32: Routing with Parameters
摘要: Step 32: Routing with Parameters 带参数的路由。 (比如我们跳转到详情页时,需要把我们选中的信息传过去,这时就需要带上参数) 修改 webapp/manifest.json 文件, 将Routes中,detai的Pattern更改为:detail/{invoicePa
阅读全文
posted @ 2021-08-10 15:17 客于溟
阅读(139)
评论(0)
推荐(0)
SAPUI5 Walkthrough Step 31: Routing and Navigation
摘要: Step 31: Routing and Navigation 路由和导航 修改 webapp/manifest.json 文件,增加如下信息(即定义路由 overview 和 detail,其中overview指向target:overview (对应视图为Overview )) { "_vers
阅读全文
posted @ 2021-08-10 14:40 客于溟
阅读(168)
评论(0)
推荐(0)
2021年8月8日
SAPUI5 Walkthrough Step 30: Debugging Tools
摘要: Step 30: Debugging Tools 调试 修改webapp/view/InvoiceList.view.xml文件, 把其中的 ExtendedPrice 改为ExTendedPrice <mvc:View xmlns="sap.m" xmlns:mvc="sap.ui.core.mv
阅读全文
posted @ 2021-08-08 14:05 客于溟
阅读(135)
评论(0)
推荐(0)
SAPUI5 Walkthrough Step 29: Integration Test with OPA
摘要: Step 29: Integration Test with OPA 集成测试 测试Step 16中,打开Hello对话框功能。 新建文件 webapp/test/integration/NavigationJourney.js /*global QUnit, opaTest*/ sap.ui.de
阅读全文
posted @ 2021-08-08 13:03 客于溟
阅读(118)
评论(0)
推荐(0)
SAPUI5 Walkthrough Step 28: Unit Test with QUnit
摘要: Step 28: Unit Test with QUnit 单元测试 新增文件 webapp/test/unit/model/formatter.js, 对webapp/model/formatter文件中的statusText方法进行测试。 /*global QUnit*/ sap.ui.defi
阅读全文
posted @ 2021-08-08 12:45 客于溟
阅读(142)
评论(0)
推荐(0)
2021年8月7日
SAPUI5 Walkthrough Step 27: Mock Server Configuration
摘要: Step 27: Mock Server Configuration 模拟服务器配置 增加webapp/test/mockServer.html 文件,修改其中src的值(这里我们引用1.92.1版本),修改resourceroots <!DOCTYPE html> <html> <head> <m
阅读全文
posted @ 2021-08-07 22:50 客于溟
阅读(168)
评论(0)
推荐(0)
SAPUI5 Walkthrough Step 26: Remote OData Service
摘要: Step 26: Remote OData Service 在之前的开发中,我们都是用了本地的JSON数据来进行开发。这一步我们将调用OData接口,来提供我们所需的OData数据。 可以免费使用的Odata服务 https://www.odata.org/odata-services/ 修改 we
阅读全文
posted @ 2021-08-07 21:52 客于溟
阅读(281)
评论(0)
推荐(0)
2021年8月6日
JDBG
摘要: JDBG 用来调试已经执行过的JOB。 SM37,查询出已执行的JOB,选中后输入 “JDBG”, 回车即可进入调试
阅读全文
posted @ 2021-08-06 16:27 客于溟
阅读(735)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告