cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction in ABAP web dynpro

AntonPierhagen
Active Participant
0 Kudos

Hi all!

We have made a Z transaction for the SAP GUI.

We would like to use this Z transaction in an ABAP webdynpro.

Is that possible?

Is there something like an ABAP webdynpro (transaction) element which can be used?

kind regards,

Anton Pierhagen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anton ,

Please have a look on the thread :-

[;

Thanks & Regards,

Monishankar C

Answers (1)

Answers (1)

former_member218672
Active Contributor
0 Kudos

Hi Anton,

You can't start the SAPGUI for Windows from Web Dynpro I'm afraid - which is what you would normally use to display a transaction code.

If you are using the portal or the netweaver business client, you can use the Portal APIs to trigger portal navigation and go to a classic dynpro based iView. If you aren't using these tools, then you can use the SAPGUI for HTML via the integrated ITS. The SAPGUI for HTML transforms classic dynpro applications into HTML allowing them to run from the browser. Each classic dynpro transaction can be accessed via URL. This allows you to navigate to SAPGUI for HTML URLs via normal linkToURL UI element in Web Dynpro ABAP or via an Exit Plug fired from a LinkToAction

Regards,

Sen