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...
Thanks for the clarifications B. Valentijn,
Your post seems like, we can write redwood scripts within redwood framework to extract and execute jobs from excel. is my understanding right ? or
Can we write redwood scripts with in third party por...
Hi,Declaring everything in URI parameter is the right solution. Additionally, i have added 2 entities in component.js so URI will have two sets of entity, which i execute again when page refresh.subroutes: [{pattern: "{entity}/{data}",name: "detail",...
Hi Jun Wu,I cant access the 2nd view directly, based on the input from 1st view im doing some functionalities in 2nd view. So somehow i need to pass data from 1st view to 2nd view.RegardsYokesvaran Kumarasamy
Hi Prashil WasnikThanks for you reply.Can you explain how to share the data through context? is that mean, i have to store somewhere in backend and then we can fetch and use in other view ?RegardsYokesvaran Kumarasamy