cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI To Web UI

ankitjain10
Explorer
0 Kudos

Hello,

I have a report in SAP GUI i.e. a dialog program and the requirement is to display the same report in Web UI.

The report is a z report with lot of pop-ups, few ALV grid table, some input boxes, some search help, some input help and some buttons. And there is no BOL entity for this report.

So, can somebody suggest me, what are the options I have to get the GUI report in Web UI without using Transaction Launcher.

Pl. help

Thanks & Regards, Ankit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It should be possible to run the report with webgui/ITS and setup the launch with transaction launcher.

It will not be pretty but it will work.

Regards,

Olivier

Former Member
0 Kudos

Hello!

There are two very good blogs about this:

/people/vikash.krishna/blog/2008/09/23/crm-2007-how-to--2-a-transaction-launcher

/people/raja.g/blog/2007/01/24/displaying-r3-transaction-in-icwc-application

Best regards,

Artur Litvinov.

Answers (2)

Answers (2)

former_member189678
Active Contributor
0 Kudos

Hi Ankit,

You need to redesign the whole report. Web UI works differently and the existing report may have some resuable code as well. But more or less it will be a redevelopement.

Regards,

Harshit

CarstenKasper
Active Contributor
0 Kudos

From my point of view there is only one solution: Completely rebuild the UI part as a WebClient component.

cheers Carsten

ankitjain10
Explorer
0 Kudos

Hi,

Thanks for reply. It is OK that I have to do complete new development, but the problem is in GUI application we are using custom table but we don't have related custom BOL object for those custom tables, how I will use these custom table in new development.

If I use direct select statement for data operation , that means we are not following Web UI BOL concept. In this case what will be the solution I have to follow.

Thanks

Ankit