cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation between WebDynpro4Abap and conventional Dynpro

Former Member
0 Kudos

Hello,

i am new to WebDynpro4Abap, and i have the following question:

Is it possible to navigate from a WebDynpro to conventional dynpro?

How can this be done?

Thanks

Florian

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

OBN is a very good option (as already pointed out). One other option if you don't want the dependency to the portal/NWBC is to use the integrated ITS. The ITS will expose SAPGUI transactions as web pages. Transaction codes become URLs and you can pass transaction parameters via URL parameters. So using a simple LinkToURL or suspend/resume plug you can navigate from WDA to Classic Dynpro (using ITS WebGUI).

Answers (1)

Answers (1)

Former Member
0 Kudos

A direct call from Web Dynpro to Dynpro is as far as I know not supported.

Check the documentation about OBN (object based navigation). This mechanism allows you to call a Dynpro Application from a Web Dynpro Application if both run either in the NWBC or in the Enterprise Portal.

Regards, Silke