‎2014 Apr 02 10:00 AM
Hi,
I'm currently creating some javascript ui5 applications, which are running in an ABAP System. All works fine. Now I have to change something in the javascript coding which is currently displayed as a mine object in the System.
To change something an external editor (Textpad) is opened. Is there a way to open the document directly in the SAP GUI?
I found this thread where Emil created something like this.
Does someone has an idea?
Thx
‎2014 Apr 02 12:54 PM
Aren't you using the Eclipse Team Provider function to deploy the UI5 application to the ABAP System?
Than you should change the Javascript source only in Eclipse.
‎2014 Apr 02 1:33 PM
No I'm not using Eclipse Team Provider because the needed components are not installed on our SAP System. I did this manually.
‎2014 Apr 02 3:56 PM
If all you want is use of the text-based change of the files, maybe you could ignore se80 (I believe that could be just too much). You could try creating an own transaction to do all this (with some enjoy controls, like the tree for the projects / files hierarchy, textedit for the code itself).
Using this approach you would not need to handle special situations witth the status buttons of the screen in the environment and everything could be set-up easily in customer transaction.
‎2014 Apr 02 4:12 PM
I know this is the easies solution. Integrating in SE80 would be the charmes way doing this.
As I understand Emils post it is possible using
But I don't know how this works? Does anyone can explain this?