Hi All,
I am working on Custom SAPUI5 Application Development. I have developed the application and successfully uploaded into Launchpad via web IDE deploy option.
Initially it took some time to build the app then the uploading was successful. I tested the app in FLP it was working fine.
Then for some purpose i just need to make some changes. so i thought of importing the same app from Launchpad to Webide and after making the change, i can upload the same app into FLP.
But once i i imported the app from ABAP repository via Webide, i can see more files with extension of dbg and zipped files in my folder structure.
Example, i have Main.controller.js and Main-dbg.controller.js. When i have a look at the both, i have same my code in the Main-dbg.controller.js and modified code in Main.controller.js.
My Question:
1. If i need to make the change in which file should i do? i need to add some piece code or change the exist logic where should i do?
(Previously some cases i do not build, i directly deploy the app into Repository so i did not face this difference.)
Or it is not the right approach to directly importing the app from abap repository and change? Please help me to understand this.
Thank you,
Regards,
JK.