SAP FIORI FPM / WEBDYNPRO应用**

技术标签: ab  SAP-FIORI.  webdynpro.

我是SAP FIORI的新手,我已被分配在SAP S / 4HANA 1511 FPS02上激活SAP FIORI应用程序。我已经激活了所有分配的交易应用程序,我们的启动板运行正常,但我无法激活FPM / WebdyNPRO应用程序。

我跟着这个 关联 一步一步,但我无法获得我的FPM / WebDynPro应用程序。有人可以指导我如何激活webdynpro fiori应用程序。我还从SICF测试并激活了WebdynPro组件,仍然无法激活瓷砖。

Webdynpro应用程序EG: dynproapp. 提前致谢。

问候,

伊丽莎

​​

看答案

似乎缺少应用程序特定的技术目录。您必须在瓷砖(Launchpad Designer)中遇到参考错误,为您的应用程序业务目录。

请参阅注释2269272并参阅 关联.

问候,


智能推荐

SAP Fiori Elements 应用里和 Fiori 3 相关的外观设置

SAP Fiori Elements 应用使用了 SAP Fiori 3 的外观。这一点从 Fiori Elements 应用里使用的 css 规则所在的 css 实现文件路径可以发现: http://localhost:8080/resources/sap/m/themes/sap_fiori_3/library.css 修改 css class .sapFAvatarSquare 的 bord...

SAP CRM Fiori应用My Note的OData调用设计

Sent: Monday, December 22, 2014 4:14 PM 这里简单把现有的UI逻辑总结一下: Notes Tab UI: 标签表示Tab Bar上的一个Tab, 表示新输入Note的控件, 表示每一条需要显示的Note。 显示的每一条Note是绑定在listItem model的OpportunityNoteSet属性上,每次点击Note Tab的时候,会执行S3.contr...

SAP CRM Fiori My Opportunity应用的性能分析

1: #8 in excel [https://fiorilaunchpad-faasperf.dispatcher.neo.ondemand.com/sap/opu/odata/sap/CRM_OPPORTUNITY/Opportunities?]{.underline}$skip=0&$top=20&$inlinecount=allpages This roundtrip is...

SAP Fiori应用里日期格式的显示奥秘

下图这个Fiori应用里的日期显示,Tuesday, March 1,2016,从后台返回的值为/Date(1456803000000)/ 那么前台显示的可读性较好的日期是如何转成而成的? 奥秘就在Jerry这些单步调试的代码截图里: 要获取更多Jerry的原创文章,请关注公众号"汪子熙":...

SAP Fiori应用Footerbar区域按钮的高亮显示逻辑

如果您够细心,您或许会发现有的SAP Fiori应用的footerbar区域内的按钮有高亮显示,有的则没有。 如何自己分析这两种按钮的实现原理? 还是借助Chrome Development Tool。更多Chrome development tool的使用技巧,参考我的博客 Chrome Development Tool tips used in my daily work 使用network ...

猜你喜欢

SAP CRM Fiori应用冗余round trip的原因分析

Sent: Wednesday, July 22, 2015 7:54 PM 有同事抱怨每次他们保存一个appointment时,除了正常的batch 操作外,还有3个莫名的read 操作。 The callstack clearly shows that the three roundtrips are NOT issued by customer extension, or else the ...

SAP CRM Fiori应用My note的技术实现

(1) 在左边的list里看到的每个entry,在My note odata model里称为note header,右边的每个checkbox后面的entry称为note section。 Note section必须依附于某个note header,不能单独存在,header: section是1对N的关系。 在CRM后台,这两种entry的header information 存储分别以TD...

SAP Fiori 应用无法根据contact搜索的原因分析

Issue description: account 4024555 下面挂了一个contact 4098335: 但是在Fiori ui上,根据Thompson搜索不出这个contact出来: Debug后台逻辑: Search bar里输入的Thompson作为substringof的参数传到后台,按照fullName搜索: https://sap.corp:4080/sap/opu/odat...

SAP Fiori应用的三种部署方式

封面图片来自Google搜索,关键字: Fiori Deployment 方式1 On premise环境下以BSP应用作为Fiori应用部署和运行的载体 在SAP成都labs我曾经担任过CRM这几个Fiori应用的开发和维护工作: 在Google上搜索关键字Fiori Architecture, 能找到这样一张图片,其中CRM和S/4 HANA的Fiori应用都以BSP应用的方式运行在下图我标注...

SAP FIORI for iOS - 订单展示应用(2)

前言 在SAP FIORI for iOS - 任务管理应用 - 设计中我们介绍了这个应用的总体框架以及流程,在本文中将进行第一个界面的设计.首先可以画出该界面的草图,想想需要放什么样的信息到这个界面上. 然后使用 Sketch 作出原型. 界面设计草图 在制作草图的过程中,对于设计人员而言,需要非常紧密的和最终用户沟通,了解真实的业务场景以及用户的真正需求.特别是页面的展示信息以及位置有限的情况...

问答精选

How to extract beta coefficients for interaction effect in R?

I am examining the interaction between a continuous variable (bloodq) and a categorical variable with three levels (ER, RB, and WB). In order to see how the betas differ across tissue types, I would l...

what is the difference between Flatten() and GlobalAveragePooling2D() in keras

I want to pass the output of ConvLSTM and Conv2D to a Dense Layer in Keras, what is the difference between using global average pooling and flatten Both is working in my case. That both seem to work d...

How to invoke a test step with inputs at runtime from groovy script in SOAP UI?

I am writing a validation groovy script for a test step, intended to test a SOAP Web Service. Now, I want to call the same test step, with different input value from the groovy script. Is it possible?...

Wicket pagestore results wrong page

I have a problem with my web application with wicket. I am using wicket 6.14. I can't say exactly what the problem is, but I can describe the problem. I am using a self written pagestore, which uses h...

Unity load files from outside of resources folder

In unity is it possible to load a resource that is out side of the resources folder. I want the user to be able to set a textAsset variable from a file outside of the Assets directory entirely. You ca...

相关问题

相关文章

热门文章

推荐文章

相关标签

推荐问答