Use WebGUI instead of SAPGUI

版权声明:本文为博主汪子熙原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/89710595

We can use WebIDE for UI5 development nowadays, however for ABAP, it is possible to also use browser to access it ever since so many years ago.
For example, you can access AG3 backend in browser via this link :
https://jerry.wdf.sap.corp:44354/sap/bc/gui/sap/its/webgui
The initial screen looks like below, almost exactly the same as what you see in SAPGUI.

clipboard1

All short key like, F3, F8, Ctrl+F3 are still available in browser.

clipboard2

The limitation is that ABAP code highlight is not supported in WebGUI. As a result, if you need to write ABAP code, you’d better to still use SAPGUI or ABAP in Eclipse.

clipboard3

But if your daily work just consists of light-weight operations such as going through customizing via SPRO, checking table content in SE16, or check dumps in ST22, you don’t need SAPGUI at all. See below screenshots for example:

clipboard4
clipboard5
clipboard6

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

猜你喜欢

转载自blog.csdn.net/i042416/article/details/89710595
今日推荐