Re: Custom Fiori Client for iOS + X509 Certificate + Non-SMP + Third Party MDM
I have implemented the Custom Certificate Provider in iOs application after following these guidelines Building and Running an iOS Project - SAP Fiori Client - SAP Library Now I am getting the...
View ArticleRe: SAP Fiori launchpad is empty with error : unable to load Group
Hi Saurabh, SAP_UI version is SAP_UI release - 740 sp- 0016 SAPK-74016INSAPU IUser Interface Technology 7.40 Have implemented three SNOTE 1942166 ,2029333 and 1961957 . But still no luck . Thanks
View ArticleRe: SAP Fiori launchpad is empty with error : unable to load Group
Hi Abhinav, Please find the screenshot of Error_log.As per the log, INTEROP is not active and a resolution its suggesting Snote 1797736. which is also implemented , but the issue is still same.Thanks
View ArticleRe: Unable to find tiles in standard catalog id SAP_FIN_TC_T
what is your gateway configuration? 7.4 or 7.3? use new gateway sp14
View ArticleRe: SAP Fiori launchpad is empty with error : unable to load Group
Hi,Can you check if /UI2/ is available in ICF node (tcode SICF)? Troubleshooting: http://help.sap.com/saphelp_uiaddon10/helpdata/en/ca/4db2e40e354b368bf2824d5831d244/frameset.htm Refer link: Activating...
View ArticleRe: After downloading standard App in local system its not showing anything...
Hi, The favicon can be ignored, it doesn't result in termination of your application.Can you please upload the screenshot of network calls? Thanks,Vinod
View ArticleRe: Can we create Fiori/UI5 offline application without using SMP or HCP?
Hello, I am not technical guy but I know you can do this using local http client but this will requires specific developments. Mathieu
View ArticleMy Timesheet V2 - Assigned project information of an employee
Hi All, I want to know that how we can get all project information those are assigned to an employee in "My Timesheet" Fiori app. Right now in time assignment ,we are getting Receiver...
View ArticleRe: Cross App navigation
Hi,Please check this link: http://help.sap.com/saphelp_uiaddon10/helpdata/en/3a/35ab684174415899c98da4931bd6c1/content.htm Check hrefForExternal Method of cross app navigation service. Hope this helps....
View ArticleRe: From Available trip not showing in my travel and expense fiori app
Thanks Sri, it worked
View ArticleRe: Activating CA_KPI service:
Hi Hemendra, I'm facing the same problem on SICF transaction. I've not found path /default_host/sap/bc/ui5_ui5/sap/CA_KPI What did you do to sort it out?regards,Giuliano
View ArticleRe: Custom Fiori Client for iOS + X509 Certificate + Non-SMP + Third Party MDM
Could be a number of issues, I would suggest testing from xCode to see you console log.
View ArticleRe: SAP Fiori custom client without SMP
Once you've successfully connected to the Launchpad using the standard Fiori client it will persist this path for subsequent logins, but I am under the impression that you need to build a custom client...
View ArticleRe: SAP Fiori custom client without SMP
Thanks Jeremy!Yes you are right, we need to custom build the app per our organizations standards/compliance. Cloud is not an option for us. Basically we are trying to gauge the infrastructure needed to...
View ArticleRe: SAP Fiori custom client without SMP
Sorry - when I mentioned the SAP Fiori, cloud edition it was to simply point out the demo and showcase from 'Demo mode' in the standard Fiori Client app. Have you noticed the links in Step 2: SAP...
View ArticleButtons Config doesn´t work - Positive Negative
Hello all!I implemented the My Inbox SAP FIORI and config the Task names to a workflow. I just add the WF ID and Task ID and set the options. My WF had a option to update the WF when a change occurs in...
View ArticleEmail Field Annotations
Hi experts, I have create a SmartTemplate application Fiori and I would like display an email address link on the header of the object page.Actually i have a the following DataField <Record...
View ArticleRe: Extending the My Travel and Expense app (TRV_TE_CRE) - Hide 'Add Cost...
Hi Rob, Have you tried this on the S4 Custom Controller: onAfterRendering : function(){ var buttonToHide = this.getView().byId("costAssignmentButton"); buttonToHide.setVisible(false); },Regards,Ivan
View ArticleRe: How to control Backspace Button/Browser Back in Fiori APP
Found the solution for controlling Backspace key issue. Here is the code for same. window.addEventListener("keydown", function(e){ if(e.keyCode == 8 &&...
View ArticleRe: Unable to find tiles in standard catalog id SAP_FIN_TC_T
if its on 14 then you should have sap config in sicf
View Article