former_member186566
Active Participant
Member since ‎2012 Mar 14

User Statistics

  • 168 Posts
  • 14 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

HI danull / h.carpenter / alyssa.garcia / nanda.kumar21 BufferedReader br=null; try { br= new BufferedReader(new FileReader(JobFile)); }catch(IOException e){ jcsOut.println("\nErr= :" + e.getMessage()); } I have referred your cod...
I'm new to Redwood/SAP CPS, I need some clarification on below points. Instead of creating/scheduling jobs manually in Redwood, by uploading excel sheet of jobs and by writing redwood scripts, can we create and schedule job? or can we develop ...
Hi I'm new to SAP CPS / Redwood, i need some clarification on the below queries. Instead of creating and scheduling Jobs in redwood manually, by writing redwood scripts can we import an excel sheet of Jobs to create / schedule jobs? Is this p...
Hi,I have created a JSON model and bind the same into sap.ui.getCore().setModel. var json = {};json.plant = plant;json.sloc = sloc;json.material = material;this.materialset.setData(json);sap.ui.getCore().setModel(this.materialset,"materialset");and t...
Hi,I have developed a end to end Fiori application. All the functionalities are working well and good.If im trying to refresh the page im getting blank screen due to cache issue. I have explained everything in different post.http://scn.sap.com/thread...