Dear Experts,
I am trying to configure the apps in KPI Modular on Fiori Launchpad.
All is working fine with the Dummy data but once I select the Backend data option nothing displays.
Can anyone help me solve this.
Regards
Bunty
Dear Experts,
I am trying to configure the apps in KPI Modular on Fiori Launchpad.
All is working fine with the Dummy data but once I select the Backend data option nothing displays.
Can anyone help me solve this.
Regards
Bunty
Hi,
In Fiori Launchpage, Tile is not getting loaded properly and having errors as below. All the Roles are assigned.
Error:
Configuration contract consumption error inTarget Mappingsap.ui2.srvc.Error: sap.ui2.srvc.ChipInstance({oChip:sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/action.chip.xml"}),bFullscreen:false}): CHIP instance is just a stub
What could be the Error? and How to Trace the logs any what are the TCodes to trace Fiori Launchpage and Launchpad errors. Kindly let me know.
Thanks.
HI,
i have installed fiori app on LPD and when i am clicking on any tiles it is showing error " Could not open app. Try again later.".
i had upgraded server that is why i am facing this issue initially it was working fine.
below error i am getting
2016-01-18 18:19:47 Failed to resolve navigation target: #SalesOrder-create - No CSRF token delivered sap.ushell.renderers.fiori2.Shell.controllerlog @ core-min-0-dbg.js:15228error @ core-min-0-dbg.js:15283sap.ui.controller.reportError @ Shell-dbg.controller.js:573sap.ui.controller.hashChangeFailure @ Shell-dbg.controller.js:558(anonymous function) @ Shell-dbg.controller.js:552proxy @ core-min-0-dbg.js:547fire @ core-min-0-dbg.js:3119self.fireWith @ core-min-0-dbg.js:3231deferred.(anonymous function) @ core-min-0-dbg.js:3321(anonymous function) @ NavTargetResolution-dbg.js:142fire @ core-min-0-dbg.js:3119self.fireWith @ core-min-0-dbg.js:3231deferred.(anonymous function) @ core-min-0-dbg.js:3321failure @ ODataWrapper.js:191(anonymous function) @ ODataService.js:140sap.ui2.srvc.call @ abap.js:26success @ ODataWrapper.js:655(anonymous function) @ datajs-dbg.js:1634requestCallback @ datajs-dbg.js:2531E.dispatch @ abap.js:2X.handleEvent @ abap.js:2h @ abap.js:2
core-min-0-dbg.js:15228 2016-01-18 18:19:47 Could not open app. Try again later. -
when the user clicks on help it show dialogue popup and user can select the value , i am trying to implement this .
For help dialogue i have created fragment.
please Find the following code:
Home View.XML:
onInit: function()
xmlfragment("sap.ui5.myapp.fragments.HelpDialog", this);
this.getView().addDependent(this.HelpDialog);
};
Home Controller.JS
onDialogPress: function() {
this.HelpDialog.open();
},
onHelpSelect: function(oEvent) {
var selectedItem = oEvent.getParameters().listItem;
var HelpType = selectedItem.data("HelpType");
My logic is here
}
},
closeAlert: function(oEvent) {
oEvent.getSource().getParent().close();
}
This logic is working fine for home view i am able to click help icon and choose the value without any error.
when i click to navigate from home view to master view i am getting the error like Uncaught Error: Error: adding element with duplicate id 'HelpType' - when i click to navigate second time its working fine
i need to implement the same functionality to master and detail controller.
how can i solve this issue please help me the same.any sample code would be appreciate.
Thanks
Srithar.
Hi,
In SAP Fiori, how do I get the id of the user who is currently logged in? is there a service or API that is readily available to get the information? Can anyone mention how to get the current logged in user.
Hi Fiori friends, and Fiori people at SAP,
Please could you help me to answer this question around Fiori apps on S/4 HANA:
I am looking specifically at the "Approve Purchase Orders" app in the Fiori Apps Library
Having selected the S/4 HANA option on a previous app (My Leave Requests v2), I now get a pop-up on PO Approvals saying "This app does not exist in SAP S/4HANA, on-premise edition":
I can see the backend component is stated as "Fiori for SAP Business Suite - Latest back-end version", and there is no drop-down here for S/4 HANA, as there is for, say, Track Supplier Invoices:
Does this mean that Approve Purchase Orders is NOT available at all on S/4 HANA? What is the reason for this please?
Thank you,
Lindsay
Hello Everyone.
Need your help with My Team Calendar app.
We have about 40 employees in the team. By setting ‘No. of Lines/Page setting in configuration to be 40 or greater we are able to list ALL of the team employees (‘All Employees’ filter option). When we set it to a smaller ‘No. of Lines/Page’ like ‘8’, we expected to see 5 pages of 8 employees each and that we would have to scroll through the 5 pages. But we do not see any Paging Control.
There is code in function PT_ARQ_TEAMCALE_GET called by CL_HCM_TEAM_CALENDAR_DPC_EXT->employeecollecti_get_entityset for ‘PAGEUP’ ‘PAGEDOWN’ ‘PAGE_FIRST’, ‘PAGE LAST’, ‘PAGE JUMP’ etc., which I believe should be for the Page Controls but it is not possible to be called as we do not see any Paging Option.
Are we not looking in the right place? Could we be missing any configuration, enhancement or OSS Note? Does anybody see the Paging Options at their installation?
Thank you,
S K
Hi,
We need implement the openui5 googlemaps library on our project. The project git, http://jasper07.secondphase.com.au/openui5-googlemaps/ , has all files and the examples, and we made an example that works perfect; but in this project, the library is declared on the index.html file with JS, but in the Worklist template SAPUI5 1.28 on WEBIDE, this project dont have this file anymore.
How we declare the library and which files should use.
Best regards,
Johnny
Jasper Git Project
WEBIDE SAPUI5 1.28 Worklist Template
Case 1: removing the "/ " to "resources/sap-ui-core.js" in index.htm file of the extened application
<script id="sap-ui-bootstrap"
src="resources/sap-ui-core.js"
data-sap-ui-preload=""
data-sap-ui-libs="sap.m, sap.me"
data-sap-ui-theme="sap_bluecrystal"
data-sap-ui-xx-bindingSyntax="complex"
data-sap-ui-compatVersion="1.16"
data-sap-ui-resourceroots='{"cus.crm.opportunity.CRM_OPPRTNTYExtension1": "./"}'>
</script>
Case 2: added " ../ to resources/sap-ui-core.js" in index.htm file of the extened application
<script id="sap-ui-bootstrap"
src="../resources/sap-ui-core.js"
data-sap-ui-preload=""
data-sap-ui-libs="sap.m, sap.me"
data-sap-ui-theme="sap_bluecrystal"
data-sap-ui-xx-bindingSyntax="complex"
data-sap-ui-compatVersion="1.16"
data-sap-ui-resourceroots='{"cus.crm.opportunity.CRM_OPPRTNTYExtension1": "./"}'>
</script>
Any solution on how to resolve this ??...
Hi,
I have installed GRC Access Approver fiori application on GRC 10.1 sp6 with addon UIGRC001 SP3.
I am able to see the tile "MY Access Approver" . It shows 8 pending request but when i click on the tile is shows me a loding symbol and keeps on waiting there.
I checked the iwfnd error logs but there were no issue in there.
Then I checked the inspect element
and clicked on refresh, it showed the below error
Error shows that it is calling Compliance Approver service
Any one tried to configure GRC Access Approver.
Tags edited by: Michael Appleby
Hi All,
We have SAP Fiori Factsheet apps configured in our client landscape, (central hub deployment approach) NW 740 GW and SFIN 1508 backend systems)
In the long run, we are going to be performing HANA DB refresh from our PROD to QA environments.We would like to know the pre/post DB refresh steps that we would need to perform in order to make factsheets work once the refresh has been completed on the QA systems.
Any documentations or guidance for this is appreciated.
Thanks,
Vasu.
Hi expert,
We are currently facing an issue with the Approve Supplier Invoices app. We have deployed an embedded solution, and we have already done the setup for the Fiori Landscape, Launchpad, and for this application (Approve Supplier Invoices) following the Implementation guide.
I attach the images of the error, with the following text log:
{"error":{"code":"SY/530","message":{"lang":"en","value":"Cannot determine business object."},"innererror":{"transactionid":"AC765EE49E97F1C5A70C00155D8BA21D","timestamp":"20141028074743.3800000","Error_Resolution":{"SAP_Transaction":"Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details","SAP_Note":"See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"},"errordetails":[{"code":"CX_ODATA_COMMONS","message":"Cannot determine business object.","propertyref":"","severity":"error"},{"code":"/IWBEP/CX_MGW_TECH_EXCEPTION","message":"Internal error occurred, contact your system administrator.","propertyref":"","severity":"error"}]}}}
I also attach the image of looking for the error on the t-code /IWFND/ERROR_LOG.
The tasks’ IDs for the custom approval workflows of the client have been assigned for the app in SPRO.
This error appears since the moment the invoice workitems were assigned to the user (so that he has the permission to approve); therefore it suggests us that the app recognizes the workflow tasks, although then this pop-up error appears.
Any help/input regarding this issue would be really appreciated,
Best regards,
Pau
Hello!
We are in transition process from dev to qa system. Gateway for the qa will remain the same system as for dev system (separate server).
Now, for dev system as backend - Fiori works fine with our apps, but I wanted to know how should I move the backend from dev to qa, so that in frontend server data from the qa server would be displayed?
And how can I check which backend server is used by Fiori frontend?
Hi Masa & Pankaj,
We are implementing SAP SRM FIORI applications,
1. My Shopping Cart
2. Track Shopping Cart
3. Approve Shopping Cart
here issue facing is, am not able to see the exact DPC class.
based on the LL11 i found the below method.
/sap/opu/odata/srmnxp/getdefusrset/DefaultUserSettings?ts=1455033962587
same method i executed in gateway_client it is fetching the default user settings but am not able find the DPC class and method in that particular class.
Can you please guide me we are running short notice of delivery.
Thank You in advance ......
Thank You,
Kiran.
Hello Joseph,
I want to reach the same goal as you.
I have configured the Application with the URL instead of the WebDynpro Type. But the result is still the same, it opens in a new Tab...
I used as a test the Webdynpro App appl_soap_management.
So I have defined two applications in the LPD_CUST ZTEST:
Application : SOA Management2
Application Type : URL
URL: /sap/bc/webdynpro/sap/appl_soap_management
System Alias : ERPH, Point to the RFC Dest type H (it works)
Application Alias: SAOManagement2
Application: SOAManagement
Application Type: WebDynpro Abap
Namespace: SAP
Application: APPL_SOAP_MANAGEMENT
System Alias: ERPH
Application Alias: SOAManagement
Semantic Object:
SOAManagement and SOAManagement2 defined
2 Target Mapping
Semantic Object/action: SOAManagement/display
Application Type: SAP Fiori App using LPD_CUST
LaunchPad Role: ZTEST
Instance: TRANSACTIONAL
Application Alias: SOAManagement
Semantic Object/action: SOAManagement2/display
Application Type: SAP Fiori App using LPD_CUST
LaunchPad Role: ZTEST
Instance: TRANSACTIONAL
Application Alias: SOAManagement2
And I have created two Tiles for both Target Mapping.
But I have exactly the same behaviour, they launch in a new TAB
For info: (with a webdispatcher) My front-end is SAPUI 7.5 SP01, with SAPUI5 v 1.32.10
Back end ERP EhP7 SPS 10.
Could you explain how did you acheive to start the Webdynpro in the same Window.
Thanks in advance...
Guillaume.
hi folks,
sarbjeet_singhmasayuki_sekihara
we are implementing the SRM Fiori apps, in this My Shopping Cart app ended with "No Items are available; perform a search to add an item" message.
I have checked in browser console no error found in that.
even am trying to search in Products search bar, still no data is loading in the app.
Can you please suggest me?
Thank You in advance.........
Regards,
Kiran.
Hello All,
I would like to know if Computer Telephony Integration(CTI) can be integrated with FIORI/UI5 apps or launchpad in a similar way to that of IC Web UI.
If it is possible even by manually developing OData service for it and using APIs already present for such integration in CRM to call Communication Management Software, I will be all ears if it can be developed.
Thanks and Regards,
Omkar
Hi Firends,
We have enabled standard FIORI Time approval app and working fine. Now the question is , I need to make a changes to UI which allows the user to show the records only for "Approved" or "For Approval" based on user some selection or filter criteria on Approval Status column.
Some times manager wants to see all Approved items rather then For Approval. So I need to provide a functionality where the manager can Sort or Filter with that specific status.
what is the easiest and best option for this changes? I am aware of the extension points view level and controller level. is there an easy way to sort the column data on FIORI UI using the sort functionality?
if sort is not possible, I may need to add a check box under neath or next to Approval Status , when the user select the check box I only show Approved, if they uncheck I show all of them , this can be a work around. Please suggest is there a better way to achieve this solution.
Attached screenshot.
Thanks
Krish
Hello Experts,
I downloaded Sap Fiori Client 1.4.0 : the "logout functionality" works on computer, but not working on SAP FIORI APP. I try with Samsung Note III and Samsung S4.
If I run the Fiori's link on Crome Browser on mobile, logout works fine.
Do you have any suggestion?
Thanks in advance.
Best Regards,
Marino