Hello,
Writing this blog for purpose of beginners in order to explain Deep structures handling in SAP OData.
Usually we encounter a business case where in we need to Fetch Parent child relationship data in single call or we may need to save the He...
Agenda : This document gives brief insight into new output management for S/4 Hana (Using BRF+) and how to use the new OM for printing and for the purpose of IDOC generations.
Before opting for New OM, please go through the Notes mentioned below, wh...
Hello experts,
We have the requirement to expose the BRF+ application through FM, and we were able to do it with available options. But now the client want to EDIT the rules set from UI5 Application.
Is there any way to expose the rules and decis...
Having worked on many UI5 and Fiori deployments ranging from SAP ECC till SAP HANA 1709, here I am investing my time to brief the idea of cache handling and few related concepts.
First issues observed in custom developments using sap UI5 is tha...
Hi experts,
I have got a small question regarding the RFC mapping, please help with the same.
Scenario : I have a standard BAPI which has 3 input parameters and 4 tables, now as per the facility provided by SAP, I am using RFC mapping method to g...
Hello Bala Krishna,
You are welcome.
"if we use other than IE i.e. chrome, firefox etc… still there is a chance of getting issues in client side"
This is the basic way browsers use Cache concept to load the script faster from local stored files, u...
Hi,Please try this:View :<DatePicker valueFormat="yyyy-MM-ddTHH:mm:ss" displayFormat="MM-dd-yyyy"/>Controller :var Date = ((this.getView().byId("idDate").getValue()).slice(0,10));Please let me know if you are good with it.
Hi,I have been through such scenarios although is was not my requirement, I haven't got the perfect working solution, but as R&D we had implemented the one method suggested by UI experts in team.As they had said to keep a timer running in out applica...