Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

change Javascript Files in Abap Workbench

Former Member
0 Likes
712

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

4 REPLIES 4
Read only

UweFetzer_se38
Active Contributor
0 Likes
637

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.

Read only

0 Likes
637

No I'm not using Eclipse Team Provider because the needed components are not installed on our SAP System. I did this manually.

Read only

0 Likes
637

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.

Read only

Former Member
0 Likes
637

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

  • WBREGISTRY
  • WBOBJTYPES
  • WBOBJTYPT

But I don't know how this works? Does anyone can explain this?