Archive

Archive for the ‘UI’ Category

Web applications for Solution Manager

December 23rd, 2009 No comments

There are many web applications delivered by SAP for solution manager. These applications can be easily integrated into the Enterprise portal and provide web base access for all the business users. I summaries these applications into below three categories according the technologies it uses.

ITS based web applications

The ITS (Internet Transaction Server) is the essential link between SAP systems and the Internet. It is the first generation web technology of SAP.ITS translates the dialog protocol of SAPGUI into the internet protocol like HTTP.

You can access the default SAP WebGUI use below URL pattern: http://solutionmanagerhost /sap/bc/gui/sap/its/webgui?sap-client=XXX.All the transactions can that marks SAPGUI for HTML can be viewed in the browser.

su01_its

If you want to adapt the default web UI, please follow my another blog SAP WebGUI Introduction.

Read more…

SAP WebGUI Introduction

December 21st, 2009 No comments

Introduction

SAP WebGUI has another name called ‘SAP GUI for HTML‘. This UI technology is based on integrated ITS and present all the data in the browser.

The SAP WebGUI generates HTML pages for every SAP screen. This means you do not have to create any templates. There are some technical restrictions due to the browser, however, and certain transactions may not function in the SAP GUI for HTML. This must be decided for each case. The use of controls can result in this restriction.

Use SAP WebGUI

First of all, you need to activate ITS WebGUI. You can find a comprehensive tutorial from here.

After the service is activated, it can be accessed using following url pattern: http://www.yourcompany.com/sap/bc/gui/sap/its/webgui?sap-client=100. You can login in using account valid in the specified client. Internet Service WEBGUI is the start point of the SAP WebGUI.

By default, all the transaction can be accessed in the browser if the option ‘SAPGUI for HTML’ is ticked in the transaction definition.

webgui

Read more…