Re: How to get selected key value in sap.m.Select?
Hi Saurabh, Thank you for your reply.As what you've said, if I want to implement some logic with the value of BPGroup, I do need to 'call the create/update function on the entity which holds the...
View ArticleWF task without description - My Inbox
Hi everyone! I'm having problems with the descriptions of some WF tasks.Instead to show the description corresponding the taks it's showed the following description: 'NOT_VALID' It happens just in a...
View ArticleRe: Save variant for view setting dialogue filters
I am well aware of this, my question is how to save values to variants..??? Regards,Sivaganesh
View ArticleRe: My Inbox - showing more WFs than scenario specific ones
Just a clarification that task TS90000096 belongs to WF WS90000010.
View ArticleRe: How to get selected key value in sap.m.Select?
I'm still not clear what your confusion is. There are 2 parts here: first, getting the selected value from the sap.m.Select and maybe storing it in a JavaScript object; then passing on the object along...
View ArticleRe: SAP FIORI MyInbox Approve/Reject buttons doesn't work
Applied this note 2291570 as suggested , now Mass Approval , Approve/Reject button works but the when we launch the work item getting an error stating that "FPM Application started with out...
View ArticleRe: How to get selected key value in sap.m.Select?
Hi Saurabh, Let me make myself much clearer.If I wanner get the value/key selected by a user in a sap.m.Select( or a dropdown box ), and the values listed inside it is from back-end, i.e. OData...
View ArticleIs there necessary add workflow for extended Standard fiori app.
Hi Experts, we extended an standard (APPROVE PURCHASE ORDER )fiori application . now we are deploying into launchpad .NOW I HAVE DOUBT .DO WE NEED TO APPLY WORKFLOW ( RELEASE STRATEGY)FOR EXTENDED...
View ArticleGoogle Maps not integrating with SAP webIDE
Hi Experts, I was tried to include google maps in sapwebide to locate my current address. I was searched more thread about this. But no luck. Can you please any one help me how to achieve this option?...
View ArticleRe: Is there necessary add workflow for extended Standard fiori app.
Whatever release strategy has been configured for the standard Approve PO app will also work for the extended app. You don't need to configure it separately for the extended app.
View ArticleRe: How to get selected key value in sap.m.Select?
In that case you will have to fetch the value selected by the user in the dropdown using the below code and save it in a JavaScript object: var selectedVal =...
View ArticleRe: How to set a custom Theme to a particular App (Not launchpad)
Hi Young, I updated my URL in LPD_CUST with theme URL , but still when executing from launchpad , the app is not shown with my custom theme. Thanks & RegardsAmber
View ArticleRe: How to get selected key value in sap.m.Select?
Hi Saurabh, Your reply looks like a nice way to get this done.Could you make it more detailed on 'save it in a JavaScript object'?var selectedVal = this.getView().byId('BPGroupSelect').getLiveValue();...
View ArticleRe: Getting an error while running a Fiori app - 'Could not open app. Try...
Same error here. Thanks for share the solution. Regards,Juan.
View ArticleRe: SAP Fiori CRUD Master-Detail Application template issues on SAP Web IDE
Hi, Are you using the original Northwind service I provided? Regards,Offer.
View ArticleRegarding SimpleForm Control with Auto-Coding
Dear Fiori Experts, I am trying to create a SimpleForm under my IconTabFilter2, As you already know, you can do that using SimpleForm. When type "form" and press Ctrl+Tab the code automatically fills...
View ArticleRe: Regarding SimpleForm Control with Auto-Coding
I am assuming you are using SAP Web IDE. Probably what is missing is that you did not include the XML namespace sap.ui.layout.form in your view. It is not included by default when you create a new XML...
View ArticleRe: SAP Fiori CRUD Master-Detail Application template issues on SAP Web IDE
Hi Offer, No I am using a standard Odata service from c4c. My scenario is to integrate Service Tickets from c4c to hcp. Regards,Srinivasan
View ArticleRe: Setting up leave request approval workflow?
Hello Emanuel, l am in fact trying to do exactly what is described in the link you refer to. The Fiori Leave Request app does have its tile available in the launchpad and when I attempt to create a...
View ArticleRe: Regarding SimpleForm Control with Auto-Coding
Sir, I have added the namespace also sir, Please check my code: <mvc:View controllerName="com.so.controller.Detail" xmlns="sap.m" xmlns:mvc="sap.ui.core.mvc" xmlns:core="sap.ui.core"...
View Article