cancel
Showing results for 
Search instead for 
Did you mean: 

calling a screen onto view in webdynpro

Former Member
0 Kudos

Hi all,

is it possible to call a SAP GUI screen onto a view in webdynpro. if yes, then how is this possible. please send me some details.

thanks,

samm

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

you can refer to WDR_SAPGUI_DEMO1

WDR_SAPGUI_DEMO2

WDR_SAPGUI_DEMO3

examples in your system

The example demo listed works under special circumstance ONLY.

Logon to SAP.

At main menu add a favourite of type WDA.

Choose application wdr_sapgui_demo1 .

Now run demo.

The WDA app appears inside an SAP GUI screen.

Now the when the runtime API call the sapgui manager, a handle to the GUI is available.

The new transaction can now be fired. EG navigate away to new transation.

If the GUI is not already active you have another issue.

I suggest you search the forum for the use of SAPGUI shortcuts and other

such tricks . There has been a few topics and solutions discussed.

regards,

manish

hope it helps

Former Member
0 Kudos

Hi Manish,

i am using CRM 5.0 but m unable to find those application. please tell me the exact path how can i get that.

thanks,

Samm

former_member194198
Active Participant
0 Kudos

If you need a SAP Gui screen in a web page, you could use an WebGui transaction to show a SAP transaction in a web page. In your case, you can use the Virtual ITS that comes with CRM 5.0. If you do this, then you wont need to have a web dynpro.

Cheers

Richard

PS Don't forget to award points for helpful answers